|
exip
Alpha 0.5.4
|
Implementing the interface of EXI header encoder. More...
#include "headerEncode.h"#include "streamWrite.h"#include "memManagement.h"#include "grammars.h"#include "sTables.h"#include "EXISerializer.h"#include "stringManipulate.h"#include "bodyEncode.h"#include "ioUtil.h"#include "streamEncode.h"Go to the source code of this file.
Functions | |
| errorCode | encodeHeader (EXIStream *strm) |
| Encode the header of an EXI stream. More... | |
Variables | |
| const EXIPSchema | ops_schema |
| This is the statically generated EXIP schema definition for the EXI Options document. More... | |
Definition in file headerEncode.c.
The current position in the stream is set to the first bit after the header. The EXIStream.EXIOptions* are set accordingly
| [in,out] | strm | an empty EXI stream |
Definition at line 35 of file headerEncode.c.
| const EXIPSchema ops_schema |
Definition at line 2798 of file staticEXIOptions.c.
1.8.4