#include "sbgEComBinaryLogMag.h"
Go to the source code of this file.
Functions | |
| SbgErrorCode | sbgEComBinaryLogParseMagCalibData (SbgStreamBuffer *pInputStream, SbgLogMagCalib *pOutputData) |
| SbgErrorCode | sbgEComBinaryLogParseMagData (SbgStreamBuffer *pInputStream, SbgLogMag *pOutputData) |
| SbgErrorCode | sbgEComBinaryLogWriteMagCalibData (SbgStreamBuffer *pOutputStream, const SbgLogMagCalib *pInputData) |
| SbgErrorCode | sbgEComBinaryLogWriteMagData (SbgStreamBuffer *pOutputStream, const SbgLogMag *pInputData) |
| SbgErrorCode sbgEComBinaryLogParseMagCalibData | ( | SbgStreamBuffer * | pInputStream, |
| SbgLogMagCalib * | pOutputData | ||
| ) |
Parse data for the SBG_ECOM_LOG_MAG_CALIB 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 75 of file sbgEComBinaryLogMag.c.
| SbgErrorCode sbgEComBinaryLogParseMagData | ( | SbgStreamBuffer * | pInputStream, |
| SbgLogMag * | pOutputData | ||
| ) |
Parse data for the SBG_ECOM_LOG_MAG 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 13 of file sbgEComBinaryLogMag.c.
| SbgErrorCode sbgEComBinaryLogWriteMagCalibData | ( | SbgStreamBuffer * | pOutputStream, |
| const SbgLogMagCalib * | pInputData | ||
| ) |
Write data for the SBG_ECOM_LOG_MAG_CALIB 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 98 of file sbgEComBinaryLogMag.c.
| SbgErrorCode sbgEComBinaryLogWriteMagData | ( | SbgStreamBuffer * | pOutputStream, |
| const SbgLogMag * | pInputData | ||
| ) |
Write data for the SBG_ECOM_LOG_MAG 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 44 of file sbgEComBinaryLogMag.c.