exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
headerDecode.h File Reference

Interface for parsing an EXI header. More...

#include "errorHandle.h"
#include "procTypes.h"

Go to the source code of this file.

Functions

errorCode decodeHeader (EXIStream *strm, boolean outOfBandOpts)
 Decode the header of an EXI stream. More...
 

Detailed Description

Date
Aug 23, 2010
Author
Rumen Kyusakov
Version
0.5
[Revision] $Id: headerDecode.h 328 2013-10-30 16:00:10Z kjussakov $

Definition in file headerDecode.h.

Function Documentation

errorCode decodeHeader ( EXIStream strm,
boolean  outOfBandOpts 
)

The current position in the stream is set to the first bit after the header. The EXIStream.header.EXIOptions* are set accordingly

Parameters
[in,out]strmEXI stream of bits
[in]outOfBandOptsTRUE if there are out-of-band options set in parser->strm.header; FALSE otherwise
Returns
Error handling code

Definition at line 53 of file headerDecode.c.