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(func)
Definition sbgDefines.h:316
#define SBG_DEPRECATED_TYPEDEF(decl)
Definition sbgDefines.h:349
SbgErrorCode sbgEComLogDvlWriteToStream(const SbgEComLogDvl *pLogData, SbgStreamBuffer *pStreamBuffer)
struct _SbgEComLogDvl SbgEComLogDvl
Log structure for DVL 3D velocity measurement.
SbgErrorCode sbgEComLogDvlReadFromStream(SbgEComLogDvl *pLogData, SbgStreamBuffer *pStreamBuffer)
enum _SbgErrorCode SbgErrorCode
Used to read/write data from/to a memory buffer stream.
struct _SbgStreamBuffer SbgStreamBuffer
Log structure for DVL 3D velocity measurement.
Definition sbgEComLogDvl.h:68
uint16_t status
Definition sbgEComLogDvl.h:70
uint32_t timeStamp
Definition sbgEComLogDvl.h:69
float velocity[3]
Definition sbgEComLogDvl.h:71
float velocityQuality[3]
Definition sbgEComLogDvl.h:72