exip
Alpha 0.5.4
|
Implementing the interface to a low-level EXI stream writer. More...
Go to the source code of this file.
Functions | |
errorCode | writeNextBit (EXIStream *strm, boolean bit_val) |
Writes a single bit to an EXI stream and moves its current bit pointer. More... | |
errorCode | writeNBits (EXIStream *strm, unsigned char nbits, unsigned int bits_val) |
Writes an unsigned integer value to an EXI stream with nbits (possible 0 paddings) and moves the stream current bit pointer to the last bit written. More... | |
Variables | |
const unsigned char | BIT_MASK [] |
Definition in file streamWrite.c.
[out] | strm | EXI stream of bits |
[in] | nbits | number of bits |
[in] | bits_val | resulting bits value |
Definition at line 47 of file streamWrite.c.
[out] | strm | EXI stream of bits |
[in] | bit_val | the value of the next bit: 0 or 1 |
Definition at line 23 of file streamWrite.c.
const unsigned char BIT_MASK[] |
Definition at line 21 of file streamRead.c.