sbgECom Library
5.2.590-stable
Interface SBG Systems IMU/AHRS/INS
|
Structure that stores data for the SBG_ECOM_LOG_GPS#_VEL message. More...
#include <sbgEComLogGnssVel.h>
Data Fields | |
uint32_t | timeStamp |
uint32_t | status |
uint32_t | timeOfWeek |
float | velocity [3] |
float | velocityAcc [3] |
float | course |
float | courseAcc |
Structure that stores data for the SBG_ECOM_LOG_GPS#_VEL message.
This structure holds information about GPS velocity, including timestamp, status, time of week, velocity components, and their accuracies.
uint32_t _SbgEComLogGnssVel::timeStamp |
Time in microseconds since the sensor power up.
uint32_t _SbgEComLogGnssVel::status |
GPS velocity status, type and bitmask.
uint32_t _SbgEComLogGnssVel::timeOfWeek |
GPS time of week in milliseconds.
float _SbgEComLogGnssVel::velocity[3] |
GPS North, East, Down velocity in m/s.
float _SbgEComLogGnssVel::velocityAcc[3] |
GPS North, East, Down velocity 1 sigma accuracy in m/s (0 to 9999).
float _SbgEComLogGnssVel::course |
Track ground course in degrees (0 to 360).
float _SbgEComLogGnssVel::courseAcc |
Course accuracy in degrees (0 to 180).