MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Public Attributes | Static Public Attributes | List of all members
mip::data_gnss::SatelliteStatus Struct Reference

#include <data_gnss.hpp>

Collaboration diagram for mip::data_gnss::SatelliteStatus:
Collaboration graph
[legend]

Classes

struct  ValidFlags
 

Public Attributes

uint8_t index = 0
 Index of this field in this epoch. More...
 
uint8_t count = 0
 Total number of fields in this epoch. More...
 
double time_of_week = 0
 GPS Time of week [seconds]. More...
 
uint16_t week_number = 0
 GPS Week since 1980 [weeks]. More...
 
GnssConstellationId gnss_id = static_cast<GnssConstellationId>(0)
 
uint8_t satellite_id = 0
 GNSS satellite id within the constellation. More...
 
float elevation = 0
 Elevation of the satellite relative to the rover [degrees]. More...
 
float azimuth = 0
 Azimuth of the satellite relative to the rover [degrees]. More...
 
bool health = 0
 True if the satellite is healthy. More...
 
ValidFlags valid_flags
 

Static Public Attributes

static const uint8_t DESCRIPTOR_SET = ::mip::data_gnss::DESCRIPTOR_SET
 
static const uint8_t FIELD_DESCRIPTOR = ::mip::data_gnss::DATA_SATELLITE_STATUS
 
static const bool HAS_FUNCTION_SELECTOR = false
 

Member Data Documentation

◆ azimuth

float mip::data_gnss::SatelliteStatus::azimuth = 0

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

◆ count

uint8_t mip::data_gnss::SatelliteStatus::count = 0

Total number of fields in this epoch.

◆ DESCRIPTOR_SET

const uint8_t mip::data_gnss::SatelliteStatus::DESCRIPTOR_SET = ::mip::data_gnss::DESCRIPTOR_SET
static

◆ elevation

float mip::data_gnss::SatelliteStatus::elevation = 0

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

◆ FIELD_DESCRIPTOR

const uint8_t mip::data_gnss::SatelliteStatus::FIELD_DESCRIPTOR = ::mip::data_gnss::DATA_SATELLITE_STATUS
static

◆ gnss_id

GnssConstellationId mip::data_gnss::SatelliteStatus::gnss_id = static_cast<GnssConstellationId>(0)

◆ HAS_FUNCTION_SELECTOR

const bool mip::data_gnss::SatelliteStatus::HAS_FUNCTION_SELECTOR = false
static

◆ health

bool mip::data_gnss::SatelliteStatus::health = 0

True if the satellite is healthy.

◆ index

uint8_t mip::data_gnss::SatelliteStatus::index = 0

Index of this field in this epoch.

◆ satellite_id

uint8_t mip::data_gnss::SatelliteStatus::satellite_id = 0

GNSS satellite id within the constellation.

◆ time_of_week

double mip::data_gnss::SatelliteStatus::time_of_week = 0

GPS Time of week [seconds].

◆ valid_flags

ValidFlags mip::data_gnss::SatelliteStatus::valid_flags

◆ week_number

uint16_t mip::data_gnss::SatelliteStatus::week_number = 0

GPS Week since 1980 [weeks].


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