Go to the source code of this file.
◆ sbgEComBinaryLogParseGpsHdtData()
Parse data for the SBG_ECOM_LOG_GPS::_HDT message and fill the corresponding structure.
- Parameters
-
[in] | pInputStream | Input stream buffer to read the payload from. |
[out] | pOutputData | Pointer 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()
- Parameters
-
[in] | pInputStream | Input stream buffer to read the payload from. |
[out] | pOutputData | Pointer 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()
Parse data for the SBG_ECOM_LOG_GPS::_RAW message and fill the corresponding structure.
- Parameters
-
[in] | pInputStream | Input stream buffer to read the payload from. |
[out] | pOutputData | Pointer 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()
Parse data for the SBG_ECOM_LOG_GPS::_VEL message and fill the corresponding structure.
- Parameters
-
[in] | pInputStream | Input stream buffer to read the payload from. |
[out] | pOutputData | Pointer 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()
Write data for the SBG_ECOM_LOG_GPS::_HDT message to the output stream buffer from the provided structure.
- Parameters
-
[out] | pOutputStream | Output stream buffer to write the payload to. |
[in] | pInputData | Pointer 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()
Write data for the SBG_ECOM_LOG_GPS::_POS message to the output stream buffer from the provided structure.
- Parameters
-
[out] | pOutputStream | Output stream buffer to write the payload to. |
[in] | pInputData | Pointer 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()
Write data for the SBG_ECOM_LOG_GPS::_RAW message to the output stream buffer from the provided structure.
- Parameters
-
[out] | pOutputStream | Output stream buffer to write the payload to. |
[in] | pInputData | Pointer 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()
Write data for the SBG_ECOM_LOG_GPS::_VEL message to the output stream buffer from the provided structure.
- Parameters
-
[out] | pOutputStream | Output stream buffer to write the payload to. |
[in] | pInputData | Pointer 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.