35#ifndef SBG_ECOM_LOG_USBL_H
36#define SBG_ECOM_LOG_USBL_H
53#define SBG_ECOM_USBL_TIME_SYNC (0x0001u << 0)
54#define SBG_ECOM_USBL_POSITION_VALID (0x0001u << 1)
55#define SBG_ECOM_USBL_DEPTH_VALID (0x0001u << 2)
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 sbgEComLogUsblWriteToStream(const SbgEComLogUsbl *pLogData, SbgStreamBuffer *pStreamBuffer)
struct _SbgEComLogUsbl SbgEComLogUsbl
SbgErrorCode sbgEComLogUsblReadFromStream(SbgEComLogUsbl *pLogData, SbgStreamBuffer *pStreamBuffer)
enum _SbgErrorCode SbgErrorCode
Used to read/write data from/to a memory buffer stream.
struct _SbgStreamBuffer SbgStreamBuffer
Definition sbgEComLogUsbl.h:65
double longitude
Definition sbgEComLogUsbl.h:70
uint32_t timeStamp
Definition sbgEComLogUsbl.h:66
uint16_t status
Definition sbgEComLogUsbl.h:67
double latitude
Definition sbgEComLogUsbl.h:69
float depthAccuracy
Definition sbgEComLogUsbl.h:76
float depth
Definition sbgEComLogUsbl.h:72
float latitudeAccuracy
Definition sbgEComLogUsbl.h:74
float longitudeAccuracy
Definition sbgEComLogUsbl.h:75