sbgEComBinaryLogDvl.h
Go to the documentation of this file.
1 
20 #ifndef __SBG_ECOM_BINARY_LOG_DVL_H__
21 #define __SBG_ECOM_BINARY_LOG_DVL_H__
22 
23 #include <sbgCommon.h>
25 
26 //----------------------------------------------------------------------//
27 //- Log DVL status definitions -//
28 //----------------------------------------------------------------------//
29 
33 #define SBG_ECOM_DVL_VELOCITY_VALID (0x0001u << 0)
34 #define SBG_ECOM_DVL_TIME_SYNC (0x0001u << 1)
36 //----------------------------------------------------------------------//
37 //- Log structure definitions -//
38 //----------------------------------------------------------------------//
39 
43 typedef struct _SbgLogDvlData
44 {
45  uint32_t timeStamp;
46  uint16_t status;
47  float velocity[3];
48  float velocityQuality[3];
51 
52 //----------------------------------------------------------------------//
53 //- Operations -//
54 //----------------------------------------------------------------------//
55 
63 
71 
72 #endif
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


sbg_driver
Author(s): SBG Systems
autogenerated on Thu Oct 22 2020 03:47:22