sbgEComBinaryLogDebug.h
Go to the documentation of this file.
1 
20 #ifndef __SBG_ECOM_BINARY_LOG_DEBUG_H__
21 #define __SBG_ECOM_BINARY_LOG_DEBUG_H__
22 
23 #include <sbgCommon.h>
25 
26 #include "../protocol/sbgEComProtocol.h"
27 
28 //----------------------------------------------------------------------//
29 //- Log structure definitions -//
30 //----------------------------------------------------------------------//
31 
38 typedef struct _SbgLogDebugData
39 {
40  uint32_t id;
41  uint32_t offset;
42  uint32_t size;
43  uint32_t totalSize;
46 
47 //----------------------------------------------------------------------//
48 //- Operations -//
49 //----------------------------------------------------------------------//
50 
58 
66 
67 #endif
uint8_t data[SBG_ECOM_MAX_PAYLOAD_SIZE-16]
SbgErrorCode sbgEComBinaryLogParseDebugData(SbgStreamBuffer *pInputStream, SbgLogDebugData *pOutputData)
Used to read/write data from/to a memory buffer stream.
SbgErrorCode sbgEComBinaryLogWriteDebugData(SbgStreamBuffer *pOutputStream, const SbgLogDebugData *pInputData)
Main header file for SBG Systems common C library.
struct _SbgLogDebugData SbgLogDebugData
#define SBG_ECOM_MAX_PAYLOAD_SIZE
enum _SbgErrorCode SbgErrorCode


sbg_driver
Author(s): SBG Systems
autogenerated on Thu Oct 22 2020 03:47:22