This file is used to parse received debug frames. More...
#include <sbgEComBinaryLogDebug.h>
Public Attributes | |
uint8_t | data [SBG_ECOM_MAX_PAYLOAD_SIZE - 16] |
uint32_t | id |
uint32_t | offset |
uint32_t | size |
uint32_t | totalSize |
This file is used to parse received debug frames.
\file sbgEComBinaryLogDebug.h
Copyright (C) 2007-2013, SBG Systems SAS. All rights reserved.
This source code is intended for use only by SBG Systems SAS and those that have explicit written permission to use it from SBG Systems SAS.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
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.
Definition at line 38 of file sbgEComBinaryLogDebug.h.
uint8_t _SbgLogDebugData::data[SBG_ECOM_MAX_PAYLOAD_SIZE - 16] |
Debug data
Definition at line 44 of file sbgEComBinaryLogDebug.h.
uint32_t _SbgLogDebugData::id |
Debug frame ID
Definition at line 40 of file sbgEComBinaryLogDebug.h.
uint32_t _SbgLogDebugData::offset |
Offset of the debug log
Definition at line 41 of file sbgEComBinaryLogDebug.h.
uint32_t _SbgLogDebugData::size |
Debug frame size
Definition at line 42 of file sbgEComBinaryLogDebug.h.
uint32_t _SbgLogDebugData::totalSize |
Total size of the debug log
Definition at line 43 of file sbgEComBinaryLogDebug.h.