33#ifndef SBG_ECOM_LOG_VELOCITY_H
34#define SBG_ECOM_LOG_VELOCITY_H
54#define SBG_ECOM_VELOCITY_0_VALID (0x0001 << 3)
55#define SBG_ECOM_VELOCITY_1_VALID (0x0001 << 4)
56#define SBG_ECOM_VELOCITY_2_VALID (0x0001 << 5)
57#define SBG_ECOM_VELOCITY_STD_VALID (0x0001 << 6)
Main header for the SBG Systems common C library.
Common enumeration and definitions for aiding data.
enum _SbgEComAidingTimeType SbgEComAidingTimeType
SbgErrorCode sbgEComLogVelocityReadFromStream(SbgEComLogVelocity *pLogData, SbgStreamBuffer *pStreamBuffer)
void sbgEComLogVelocityConstruct(SbgEComLogVelocity *pLogData)
void sbgEComLogVelocitySetTimeType(SbgEComLogVelocity *pLogData, SbgEComAidingTimeType timeType)
struct _SbgEComLogVelocity SbgEComLogVelocity
SbgErrorCode sbgEComLogVelocityWriteToStream(const SbgEComLogVelocity *pLogData, SbgStreamBuffer *pStreamBuffer)
SbgEComAidingTimeType sbgEComLogVelocityGetTimeType(const SbgEComLogVelocity *pLogData)
enum _SbgErrorCode SbgErrorCode
Used to read/write data from/to a memory buffer stream.
struct _SbgStreamBuffer SbgStreamBuffer
Definition sbgEComLogVelocity.h:67
uint32_t timeStamp
Definition sbgEComLogVelocity.h:68
uint16_t status
Definition sbgEComLogVelocity.h:69
float velocityStd[3]
Definition sbgEComLogVelocity.h:71
float velocity[3]
Definition sbgEComLogVelocity.h:70