#include "sbgEComBinaryLogAirData.h"
Go to the source code of this file.
Functions | |
| SbgErrorCode | sbgEComBinaryLogParseAirData (SbgStreamBuffer *pInputStream, SbgLogAirData *pOutputData) |
| SbgErrorCode | sbgEComBinaryLogWriteAirData (SbgStreamBuffer *pOutputStream, const SbgLogAirData *pInputData) |
| SbgErrorCode sbgEComBinaryLogParseAirData | ( | SbgStreamBuffer * | pInputStream, |
| SbgLogAirData * | pOutputData | ||
| ) |
Parse data for the SBG_ECOM_LOG_AIR_DATA message and fill the corresponding structure.
| [in] | pInputStream | Input stream buffer to read the payload from. |
| [out] | pOutputData | Pointer on the output structure that stores parsed data. |
Definition at line 7 of file sbgEComBinaryLogAirData.c.
| SbgErrorCode sbgEComBinaryLogWriteAirData | ( | SbgStreamBuffer * | pOutputStream, |
| const SbgLogAirData * | pInputData | ||
| ) |
Write data for the SBG_ECOM_LOG_AIR_DATA message to the output stream buffer from the provided structure.
| [out] | pOutputStream | Output stream buffer to write the payload to. |
| [in] | pInputData | Pointer on the input structure that stores data to write. |
Definition at line 43 of file sbgEComBinaryLogAirData.c.