33 #ifndef SBG_ECOM_LOG_DVL_H
34 #define SBG_ECOM_LOG_DVL_H
51 #define SBG_ECOM_DVL_VELOCITY_VALID (0x0001u << 0)
52 #define SBG_ECOM_DVL_TIME_SYNC (0x0001u << 1)
Main header for the SBG Systems common C library.
#define SBG_DEPRECATED_TYPEDEF(decl)
Definition: sbgDefines.h:349
SbgErrorCode sbgEComLogDvlWriteToStream(const SbgEComLogDvl *pLogData, SbgStreamBuffer *pStreamBuffer)
struct _SbgEComLogDvl SbgEComLogDvl
SbgErrorCode sbgEComLogDvlReadFromStream(SbgEComLogDvl *pLogData, SbgStreamBuffer *pStreamBuffer)
enum _SbgErrorCode SbgErrorCode
Used to read/write data from/to a memory buffer stream.
SBG_DEPRECATED(SBG_INLINE uint32_t SBG_VERSION(uint8_t major, uint8_t minor, uint8_t rev, uint8_t build))
Definition: sbgEComLogDvl.h:62
uint16_t status
Definition: sbgEComLogDvl.h:64
uint32_t timeStamp
Definition: sbgEComLogDvl.h:63
float velocity[3]
Definition: sbgEComLogDvl.h:65
float velocityQuality[3]
Definition: sbgEComLogDvl.h:66
Definition: sbgStreamBufferCommon.h:201