22 #ifndef SBG_ECOM_BINARY_LOG_DEPTH_H 23 #define SBG_ECOM_BINARY_LOG_DEPTH_H 35 #define SBG_ECOM_DEPTH_TIME_IS_DELAY (0x0001u << 0) 36 #define SBG_ECOM_DEPTH_PRESSURE_ABS_VALID (0x0001u << 1) 37 #define SBG_ECOM_DEPTH_ALTITUDE_VALID (0x0001u << 2) 39 //----------------------------------------------------------------------// SbgErrorCode sbgEComBinaryLogWriteDepth(SbgStreamBuffer *pOutputStream, const SbgLogDepth *pInputData)
Used to read/write data from/to a memory buffer stream.
Main header file for SBG Systems common C library.
SbgErrorCode sbgEComBinaryLogParseDepth(SbgStreamBuffer *pInputStream, SbgLogDepth *pOutputData)
struct _SbgLogDepth SbgLogDepth
enum _SbgErrorCode SbgErrorCode