#include <sbgEComBinaryLogDiag.h>
Public Attributes | |
| SbgErrorCode | errorCode |
| char | string [SBG_ECOM_LOG_DIAG_MAX_STRING_SIZE] |
| uint32_t | timestamp |
| SbgDebugLogType | type |
Diagnostic log structure.
Definition at line 46 of file sbgEComBinaryLogDiag.h.
| SbgErrorCode _SbgLogDiagData::errorCode |
Error code.
Definition at line 50 of file sbgEComBinaryLogDiag.h.
| char _SbgLogDiagData::string[SBG_ECOM_LOG_DIAG_MAX_STRING_SIZE] |
Log string, null-terminated.
Definition at line 51 of file sbgEComBinaryLogDiag.h.
| uint32_t _SbgLogDiagData::timestamp |
Timestamp, in microseconds.
Definition at line 48 of file sbgEComBinaryLogDiag.h.
| SbgDebugLogType _SbgLogDiagData::type |
Log type.
Definition at line 49 of file sbgEComBinaryLogDiag.h.