22 #ifndef __SBG_ECOM_BINARY_LOG_USBL_H__ 23 #define __SBG_ECOM_BINARY_LOG_USBL_H__ 35 #define SBG_ECOM_USBL_TIME_SYNC (0x0001u << 0) 36 #define SBG_ECOM_USBL_POSITION_VALID (0x0001u << 1) 37 #define SBG_ECOM_USBL_DEPTH_VALID (0x0001u << 2) 39 //----------------------------------------------------------------------//
Used to read/write data from/to a memory buffer stream.
SbgErrorCode sbgEComBinaryLogWriteUsblData(SbgStreamBuffer *pOutputStream, const SbgLogUsblData *pInputData)
Main header file for SBG Systems common C library.
SbgErrorCode sbgEComBinaryLogParseUsblData(SbgStreamBuffer *pInputStream, SbgLogUsblData *pOutputData)
struct _SbgLogUsblData SbgLogUsblData
enum _SbgErrorCode SbgErrorCode