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

Go to the source code of this file.

Functions

SbgErrorCode sbgEComBinaryLogParseGpsHdtData (SbgStreamBuffer *pInputStream, SbgLogGpsHdt *pOutputData)
 
SbgErrorCode sbgEComBinaryLogParseGpsPosData (SbgStreamBuffer *pInputStream, SbgLogGpsPos *pOutputData)
 
SbgErrorCode sbgEComBinaryLogParseGpsRawData (SbgStreamBuffer *pInputStream, SbgLogGpsRaw *pOutputData)
 
SbgErrorCode sbgEComBinaryLogParseGpsVelData (SbgStreamBuffer *pInputStream, SbgLogGpsVel *pOutputData)
 
SbgErrorCode sbgEComBinaryLogWriteGpsHdtData (SbgStreamBuffer *pOutputStream, const SbgLogGpsHdt *pInputData)
 
SbgErrorCode sbgEComBinaryLogWriteGpsPosData (SbgStreamBuffer *pOutputStream, const SbgLogGpsPos *pInputData)
 
SbgErrorCode sbgEComBinaryLogWriteGpsRawData (SbgStreamBuffer *pOutputStream, const SbgLogGpsRaw *pInputData)
 
SbgErrorCode sbgEComBinaryLogWriteGpsVelData (SbgStreamBuffer *pOutputStream, const SbgLogGpsVel *pInputData)
 

Function Documentation

SbgErrorCode sbgEComBinaryLogParseGpsHdtData ( SbgStreamBuffer pInputStream,
SbgLogGpsHdt pOutputData 
)

Parse data for the SBG_ECOM_LOG_GPS::_HDT 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 182 of file sbgEComBinaryLogGps.c.

SbgErrorCode sbgEComBinaryLogParseGpsPosData ( SbgStreamBuffer pInputStream,
SbgLogGpsPos pOutputData 
)
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 82 of file sbgEComBinaryLogGps.c.

SbgErrorCode sbgEComBinaryLogParseGpsRawData ( SbgStreamBuffer pInputStream,
SbgLogGpsRaw pOutputData 
)

Parse data for the SBG_ECOM_LOG_GPS::_RAW 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 244 of file sbgEComBinaryLogGps.c.

SbgErrorCode sbgEComBinaryLogParseGpsVelData ( SbgStreamBuffer pInputStream,
SbgLogGpsVel pOutputData 
)

Parse data for the SBG_ECOM_LOG_GPS::_VEL 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 sbgEComBinaryLogGps.c.

SbgErrorCode sbgEComBinaryLogWriteGpsHdtData ( SbgStreamBuffer pOutputStream,
const SbgLogGpsHdt pInputData 
)

Write data for the SBG_ECOM_LOG_GPS::_HDT 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 213 of file sbgEComBinaryLogGps.c.

SbgErrorCode sbgEComBinaryLogWriteGpsPosData ( SbgStreamBuffer pOutputStream,
const SbgLogGpsPos pInputData 
)

Write data for the SBG_ECOM_LOG_GPS::_POS 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 138 of file sbgEComBinaryLogGps.c.

SbgErrorCode sbgEComBinaryLogWriteGpsRawData ( SbgStreamBuffer pOutputStream,
const SbgLogGpsRaw pInputData 
)

Write data for the SBG_ECOM_LOG_GPS::_RAW 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 291 of file sbgEComBinaryLogGps.c.

SbgErrorCode sbgEComBinaryLogWriteGpsVelData ( SbgStreamBuffer pOutputStream,
const SbgLogGpsVel pInputData 
)

Write data for the SBG_ECOM_LOG_GPS::_VEL 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 48 of file sbgEComBinaryLogGps.c.



sbg_driver
Author(s):
autogenerated on Sun Jan 27 2019 03:42:20