sbgECom Library
4.0.1987-stable
C library to interface SBG Systems IMU/AHRS/INS
|
#include <sbgEComLogGnssHdt.h>
Data Fields | |
uint32_t | timeStamp |
uint16_t | status |
uint32_t | timeOfWeek |
float | heading |
float | headingAccuracy |
float | pitch |
float | pitchAccuracy |
float | baseline |
uint8_t | numSvTracked |
uint8_t | numSvUsed |
Structure that stores data for the SBG_ECOM_LOG_GPS::_HDT message.
uint32_t _SbgEComLogGnssHdt::timeStamp |
Time in us since the sensor power up.
uint16_t _SbgEComLogGnssHdt::status |
GPS HDT status, type and bitmask.
uint32_t _SbgEComLogGnssHdt::timeOfWeek |
GPS time of week in ms.
float _SbgEComLogGnssHdt::heading |
GPS true heading in degrees (0 to 360).
float _SbgEComLogGnssHdt::headingAccuracy |
1 sigma GPS true heading accuracy in degrees (0 to 180).
float _SbgEComLogGnssHdt::pitch |
GPS pitch angle measured from the master to the rover in degrees (-90 to +90).
float _SbgEComLogGnssHdt::pitchAccuracy |
1 sigma GPS pitch angle accuracy in degrees (0 to 90).
float _SbgEComLogGnssHdt::baseline |
The distance between the main and aux antenna in meters (added in 2.0)
uint8_t _SbgEComLogGnssHdt::numSvTracked |
Number of space vehicles tracked by the secondary GNSS antenna - set to 0xFF if not available. (added in 4.0)
uint8_t _SbgEComLogGnssHdt::numSvUsed |
Number of space vehicles used to compute the dual antenna solution - set to 0xFF if not available. (added in 4.0)