sbgECom
1.11.920-stable
|
#include <sbgEComBinaryLogDebug.h>
Data Fields | |
uint32_t | id |
uint32_t | offset |
uint32_t | size |
uint32_t | totalSize |
uint8_t | data [SBG_ECOM_MAX_PAYLOAD_SIZE - 16] |
Log structure for debug data.
If debug data doesn't fit in a frame, multiple debug messages are sent with different message IDs but the same internal ID.
uint32_t _SbgLogDebugData::id |
Debug frame ID
uint32_t _SbgLogDebugData::offset |
Offset of the debug log
uint32_t _SbgLogDebugData::size |
Debug frame size
uint32_t _SbgLogDebugData::totalSize |
Total size of the debug log
uint8_t _SbgLogDebugData::data[SBG_ECOM_MAX_PAYLOAD_SIZE - 16] |
Debug data