MIP_SDK
v3.0.0-736-g212583cf
MicroStrain Communications Library for embedded systems
|
#include <data_gnss.h>
Public Attributes | |
uint8_t | index |
Index of this field in this epoch. More... | |
uint8_t | count |
Total number of fields in this epoch. More... | |
double | time_of_week |
GPS Time of week [seconds]. More... | |
uint16_t | week_number |
GPS Week since 1980 [weeks]. More... | |
mip_gnss_constellation_id | gnss_id |
uint8_t | satellite_id |
GNSS satellite id within the constellation. More... | |
float | elevation |
Elevation of the satellite relative to the rover [degrees]. More... | |
float | azimuth |
Azimuth of the satellite relative to the rover [degrees]. More... | |
bool | health |
True if the satellite is healthy. More... | |
mip_gnss_satellite_status_data_valid_flags | valid_flags |
uint8_t mip::C::mip_gnss_satellite_status_data::index |
uint8_t mip::C::mip_gnss_satellite_status_data::count |
double mip::C::mip_gnss_satellite_status_data::time_of_week |
uint16_t mip::C::mip_gnss_satellite_status_data::week_number |
mip_gnss_constellation_id mip::C::mip_gnss_satellite_status_data::gnss_id |
uint8_t mip::C::mip_gnss_satellite_status_data::satellite_id |
float mip::C::mip_gnss_satellite_status_data::elevation |
float mip::C::mip_gnss_satellite_status_data::azimuth |
bool mip::C::mip_gnss_satellite_status_data::health |
mip_gnss_satellite_status_data_valid_flags mip::C::mip_gnss_satellite_status_data::valid_flags |