sbgECom
1.11.920-stable
|
#include <sbgEComBinaryLogDiag.h>
Data Fields | |
uint32_t | timestamp |
SbgDebugLogType | type |
SbgErrorCode | errorCode |
char | string [SBG_ECOM_LOG_DIAG_MAX_STRING_SIZE] |
Diagnostic log structure.
uint32_t _SbgLogDiagData::timestamp |
Timestamp, in microseconds.
SbgDebugLogType _SbgLogDiagData::type |
Log type.
SbgErrorCode _SbgLogDiagData::errorCode |
Error code.
char _SbgLogDiagData::string[SBG_ECOM_LOG_DIAG_MAX_STRING_SIZE] |
Log string, null-terminated.