Go to the source code of this file.
Functions | |
SbgErrorCode | sbgEComBinaryLogParse (SbgEComClass msgClass, SbgEComMsgId msg, const void *pPayload, size_t payloadSize, SbgBinaryLogData *pOutputData) |
SbgErrorCode sbgEComBinaryLogParse | ( | SbgEComClass | msgClass, |
SbgEComMsgId | msg, | ||
const void * | pPayload, | ||
size_t | payloadSize, | ||
SbgBinaryLogData * | pOutputData | ||
) |
Parse an incoming log and fill the output union.
[in] | msgClass | Received message class |
[in] | msg | Received message ID |
[in] | pPayload | Read only pointer on the payload buffer. |
[in] | payloadSize | Payload size in bytes. |
[out] | pOutputData | Pointer on the output union that stores parsed data. |
Definition at line 16 of file sbgEComBinaryLogs.c.