exip
Alpha 0.5.4
|
Implementing the interface of EXI header decoder. More...
#include "headerDecode.h"
#include "streamDecode.h"
#include "streamRead.h"
#include "contentHandler.h"
#include "memManagement.h"
#include "bodyDecode.h"
#include "grammars.h"
#include "EXIParser.h"
#include "sTables.h"
#include "stringManipulate.h"
#include "initSchemaInstance.h"
Go to the source code of this file.
Data Structures | |
struct | ops_AppData |
Functions | |
errorCode | decodeHeader (EXIStream *strm, boolean outOfBandOpts) |
Decode 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 headerDecode.c.
The current position in the stream is set to the first bit after the header. The EXIStream.header.EXIOptions* are set accordingly
[in,out] | strm | EXI stream of bits |
[in] | outOfBandOpts | TRUE if there are out-of-band options set in parser->strm.header; FALSE otherwise |
Definition at line 53 of file headerDecode.c.
const EXIPSchema ops_schema |
Definition at line 2798 of file staticEXIOptions.c.