20 #ifndef __SBG_ECOM_BINARY_LOG_DVL_H__ 21 #define __SBG_ECOM_BINARY_LOG_DVL_H__ 33 #define SBG_ECOM_DVL_VELOCITY_VALID (0x0001u << 0) 34 #define SBG_ECOM_DVL_TIME_SYNC (0x0001u << 1) 36 //----------------------------------------------------------------------//
Used to read/write data from/to a memory buffer stream.
struct _SbgLogDvlData SbgLogDvlData
SbgErrorCode sbgEComBinaryLogParseDvlData(SbgStreamBuffer *pInputStream, SbgLogDvlData *pOutputData)
SbgErrorCode sbgEComBinaryLogWriteDvlData(SbgStreamBuffer *pOutputStream, const SbgLogDvlData *pInputData)
Main header file for SBG Systems common C library.
enum _SbgErrorCode SbgErrorCode