Functions
sbgEComBinaryLogEvent.c File Reference
#include "sbgEComBinaryLogEvent.h"
Include dependency graph for sbgEComBinaryLogEvent.c:

Go to the source code of this file.

Functions

SbgErrorCode sbgEComBinaryLogParseEvent (SbgStreamBuffer *pInputStream, SbgLogEvent *pOutputData)
 
SbgErrorCode sbgEComBinaryLogWriteEvent (SbgStreamBuffer *pOutputStream, const SbgLogEvent *pInputData)
 

Function Documentation

SbgErrorCode sbgEComBinaryLogParseEvent ( SbgStreamBuffer pInputStream,
SbgLogEvent pOutputData 
)

Parse data for the SBG_ECOM_LOG_EVENT_# message and fill the corresponding structure.

Parameters
[in]pInputStreamInput stream buffer to read the payload from.
[out]pOutputDataPointer on the output structure that stores parsed data.
Returns
SBG_NO_ERROR if the payload has been parsed.

Definition at line 13 of file sbgEComBinaryLogEvent.c.

SbgErrorCode sbgEComBinaryLogWriteEvent ( SbgStreamBuffer pOutputStream,
const SbgLogEvent pInputData 
)

Write data for the SBG_ECOM_LOG_EVENT_# message to the output stream buffer from the provided structure.

Parameters
[out]pOutputStreamOutput stream buffer to write the payload to.
[in]pInputDataPointer on the input structure that stores data to write.
Returns
SBG_NO_ERROR if the message has been generated in the provided buffer.

Definition at line 40 of file sbgEComBinaryLogEvent.c.



sbg_driver
Author(s): SBG Systems
autogenerated on Thu Oct 22 2020 03:47:22