MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Public Attributes | List of all members
mip::C::mip_gnss_satellite_status_data Struct Reference

#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
 

Member Data Documentation

◆ azimuth

float mip::C::mip_gnss_satellite_status_data::azimuth

Azimuth of the satellite relative to the rover [degrees].

◆ count

uint8_t mip::C::mip_gnss_satellite_status_data::count

Total number of fields in this epoch.

◆ elevation

float mip::C::mip_gnss_satellite_status_data::elevation

Elevation of the satellite relative to the rover [degrees].

◆ gnss_id

mip_gnss_constellation_id mip::C::mip_gnss_satellite_status_data::gnss_id

◆ health

bool mip::C::mip_gnss_satellite_status_data::health

True if the satellite is healthy.

◆ index

uint8_t mip::C::mip_gnss_satellite_status_data::index

Index of this field in this epoch.

◆ satellite_id

uint8_t mip::C::mip_gnss_satellite_status_data::satellite_id

GNSS satellite id within the constellation.

◆ time_of_week

double mip::C::mip_gnss_satellite_status_data::time_of_week

GPS Time of week [seconds].

◆ valid_flags

mip_gnss_satellite_status_data_valid_flags mip::C::mip_gnss_satellite_status_data::valid_flags

◆ week_number

uint16_t mip::C::mip_gnss_satellite_status_data::week_number

GPS Week since 1980 [weeks].


The documentation for this struct was generated from the following file: