sbgEComBinaryLogs.h
Go to the documentation of this file.
1 
20 #ifndef __BINARY_LOGS_H__
21 #define __BINARY_LOGS_H__
22 
23 #include <sbgCommon.h>
24 #include "../sbgEComIds.h"
25 #include "sbgEComBinaryLogDebug.h"
26 #include "sbgEComBinaryLogDvl.h"
27 #include "sbgEComBinaryLogEkf.h"
28 #include "sbgEComBinaryLogEvent.h"
29 #include "sbgEComBinaryLogGps.h"
30 #include "sbgEComBinaryLogImu.h"
31 #include "sbgEComBinaryLogMag.h"
35 #include "sbgEComBinaryLogStatus.h"
36 #include "sbgEComBinaryLogUsbl.h"
37 #include "sbgEComBinaryLogUtc.h"
38 
39 //----------------------------------------------------------------------//
40 //- Log structure definitions -//
41 //----------------------------------------------------------------------//
42 
46 typedef union _SbgBinaryLogData
47 {
69 
70 //----------------------------------------------------------------------//
71 //- Communication protocol operations -//
72 //----------------------------------------------------------------------//
73 
82 SbgErrorCode sbgEComBinaryLogParse(SbgEComClass msgClass, SbgEComMsgId msg, const void *pPayload, size_t payloadSize, SbgBinaryLogData *pOutputData);
83 
84 #endif
This file is used to parse received GPS binary logs.
This file is used to parse received DVL binary logs.
SbgLogEkfNavData ekfNavData
SbgLogEkfEulerData ekfEulerData
This file is used to parse received debug frames.
SbgLogEkfQuatData ekfQuatData
This file is used to parse received EKF compued data binary logs.
SbgLogImuData imuData
SbgLogEvent eventMarker
This file is used to parse received event markers binary logs.
This file is used to parse received UTC binary logs.
SbgErrorCode sbgEComBinaryLogParse(SbgEComClass msgClass, SbgEComMsgId msg, const void *pPayload, size_t payloadSize, SbgBinaryLogData *pOutputData)
This file is used to parse received device status binary logs.
SbgLogUsblData usblData
SbgLogGpsVel gpsVelData
SbgLogOdometerData odometerData
This file is used to parse received magnetometer binary logs.
This file is used to parse received Pressure binary logs.
This file is used to parse received ship motion binary logs.
union _SbgBinaryLogData SbgBinaryLogData
SbgLogGpsPos gpsPosData
This file is used to parse received odometer binary logs.
Main header file for SBG Systems common C library.
uint8 SbgEComMsgId
Definition: sbgEComIds.h:278
SbgLogMagCalib magCalibData
This file is used to parse received IMU binary logs.
SbgLogDebug0Data debug0Data
SbgLogPressureData pressureData
SbgLogFastImuData fastImuData
enum _SbgEComClass SbgEComClass
SbgLogDvlData dvlData
SbgLogShipMotionData shipMotionData
This file is used to parse received USBL binary logs.
SbgLogStatusData statusData
SbgLogUtcData utcData
SbgLogGpsHdt gpsHdtData
enum _SbgErrorCode SbgErrorCode
SbgLogGpsRaw gpsRawData


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