rtxBitEncode.h File Reference
Bit encode functions. More...
#include "rtxsrc/rtxContext.h"
Go to the source code of this file.
Defines | |
| #define | rtxByteAlign(pctxt) |
| This macro will byte-align the encode buffer in the context. | |
Functions | |
| EXTERNRT int | rtxEncBit (OSCTXT *pctxt, OSBOOL value) |
| This function will set the bit at the current encode bit cursor position to 1 or 0 and advance the cursor pointer. | |
| EXTERNRT int | rtxEncBits (OSCTXT *pctxt, OSUINT32 value, OSUINT32 nbits) |
| This function will encode a series of bits (up to 32) from an unsigned integer value/. | |
Detailed Description
Bit encode functions.
Definition in file rtxBitEncode.h.
Function Documentation
|
||||||||||||
|
This function will set the bit at the current encode bit cursor position to 1 or 0 and advance the cursor pointer.
|
|
||||||||||||||||
|
This function will encode a series of bits (up to 32) from an unsigned integer value/.
|
