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

Interface for serializing an EXI header. More...

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

Go to the source code of this file.

Functions

errorCode encodeHeader (EXIStream *strm)
 Encode the header of an EXI stream. More...
 

Detailed Description

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

Definition in file headerEncode.h.

Function Documentation

errorCode encodeHeader ( EXIStream strm)

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

Parameters
[in,out]strman empty EXI stream
Returns
Error handling code

Definition at line 35 of file headerEncode.c.