sbgEComBinaryLogOdometer.h
Go to the documentation of this file.
1 
20 #ifndef __SBG_ECOM_BINARY_LOG_ODOMETER_H__
21 #define __SBG_ECOM_BINARY_LOG_ODOMETER_H__
22 
23 #include <sbgCommon.h>
25 
26 //----------------------------------------------------------------------//
27 //- Log odometer status definitions -//
28 //----------------------------------------------------------------------//
29 
33 #define SBG_ECOM_ODO_REAL_MEAS (0x0001 << 0)
34 #define SBG_ECOM_ODO_TIME_SYNC (0x0001 << 1)
36 //----------------------------------------------------------------------//
37 //- Log structure definitions -//
38 //----------------------------------------------------------------------//
39 
43 typedef struct _SbgLogOdometerData
44 {
45  uint32_t timeStamp;
46  uint16_t status;
47  float velocity;
49 
50 //----------------------------------------------------------------------//
51 //- Operations -//
52 //----------------------------------------------------------------------//
53 
61 
69 
70 #endif
Used to read/write data from/to a memory buffer stream.
SbgErrorCode sbgEComBinaryLogParseOdometerData(SbgStreamBuffer *pInputStream, SbgLogOdometerData *pOutputData)
struct _SbgLogOdometerData SbgLogOdometerData
Main header file for SBG Systems common C library.
SbgErrorCode sbgEComBinaryLogWriteOdometerData(SbgStreamBuffer *pOutputStream, const SbgLogOdometerData *pInputData)
enum _SbgErrorCode SbgErrorCode


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