Go to the source code of this file.
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 182 of file sbgEComBinaryLogGps.c.
- 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 82 of file sbgEComBinaryLogGps.c.
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 244 of file sbgEComBinaryLogGps.c.
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.
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 213 of file sbgEComBinaryLogGps.c.
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 138 of file sbgEComBinaryLogGps.c.
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 291 of file sbgEComBinaryLogGps.c.
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 48 of file sbgEComBinaryLogGps.c.