Previous:
DgDetectGlyphs
Up:
PARC DataGlyph Toolkit 4.0 API
Next:
DgEncodeGlyphImage
DgEncodeBCH2014
(from DgEncodingUtils.c)
DgUInt32 DgExport DgEncodeBCH2014 (
DgUInt32 data
);
Summary
Encode a word using 20/14
BCH
encoding. This encoding is for 1-bit symbols. The 14 low-order bits of the input must contain user data. The output combines the user data with 6 bits of parity information.
Parameters
data
plaintext input data.
Return Value
BCH
encoded output