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

◆ sbgEComBinaryLogParseGpsHdtData()

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 170 of file sbgEComBinaryLogGps.c.

◆ sbgEComBinaryLogParseGpsPosData()

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 76 of file sbgEComBinaryLogGps.c.

◆ sbgEComBinaryLogParseGpsRawData()

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 239 of file sbgEComBinaryLogGps.c.

◆ sbgEComBinaryLogParseGpsVelData()

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.

◆ sbgEComBinaryLogWriteGpsHdtData()

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 210 of file sbgEComBinaryLogGps.c.

◆ sbgEComBinaryLogWriteGpsPosData()

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 129 of file sbgEComBinaryLogGps.c.

◆ sbgEComBinaryLogWriteGpsRawData()

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 283 of file sbgEComBinaryLogGps.c.

◆ sbgEComBinaryLogWriteGpsVelData()

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 45 of file sbgEComBinaryLogGps.c.



sbg_driver
Author(s): SBG Systems
autogenerated on Sat Sep 3 2022 02:53:36