sbgEComBinaryLogDiag.h
Go to the documentation of this file.
1 
20 #ifndef SBG_ECOM_BINARY_LOG_DIAG_H
21 #define SBG_ECOM_BINARY_LOG_DIAG_H
22 
23 // sbgCommonLib headers
24 #include <sbgCommon.h>
26 
27 // Project headers
28 #include "../protocol/sbgEComProtocol.h"
29 
30 //----------------------------------------------------------------------//
31 //- Constant definitions -//
32 //----------------------------------------------------------------------//
33 
37 #define SBG_ECOM_LOG_DIAG_MAX_STRING_SIZE (SBG_ECOM_MAX_PAYLOAD_SIZE - 6)
38 
39 //----------------------------------------------------------------------//
40 //- Structure definitions -//
41 //----------------------------------------------------------------------//
42 
46 typedef struct _SbgLogDiagData
47 {
48  uint32_t timestamp;
53 
54 //----------------------------------------------------------------------//
55 //- Public functions -//
56 //----------------------------------------------------------------------//
57 
66 
67 
76 
77 #endif
SbgErrorCode errorCode
SbgErrorCode sbgEComBinaryLogWriteDiagData(SbgStreamBuffer *pOutputStream, const SbgLogDiagData *pInputData)
Used to read/write data from/to a memory buffer stream.
struct _SbgLogDiagData SbgLogDiagData
SbgErrorCode sbgEComBinaryLogParseDiagData(SbgStreamBuffer *pInputStream, SbgLogDiagData *pOutputData)
SbgDebugLogType type
Main header file for SBG Systems common C library.
enum _SbgDebugLogType SbgDebugLogType
enum _SbgErrorCode SbgErrorCode
#define SBG_ECOM_LOG_DIAG_MAX_STRING_SIZE


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