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 {
47  float velocity[3];
48  float velocityStdDev[3];
50 
51 //----------------------------------------------------------------------//
52 //- Operations -//
53 //----------------------------------------------------------------------//
54 
62 
70 
71 #endif
unsigned int uint32
Definition: sbgTypes.h:58
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.
unsigned short uint16
Definition: sbgTypes.h:57
enum _SbgErrorCode SbgErrorCode


sbg_driver
Author(s):
autogenerated on Sun Jan 27 2019 03:42:20