NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
Dedicated structure to handle GNSS satellite information. More...
#include <N2kMessages.h>
Public Attributes | |
double | Azimuth |
Azimuth of the satellite. More... | |
double | Elevation |
Elevation of the satellite. More... | |
unsigned char | PRN |
PRN number [ 01 .. 32] of the satellite. More... | |
double | RangeResiduals |
Range Residual. More... | |
double | SNR |
SignalToNoiseRatio of the satellite. More... | |
tN2kPRNUsageStatus | UsageStatus |
Usage Status, see tN2kPRNUsageStatus. More... | |
Dedicated structure to handle GNSS satellite information.
This structure should provide a more convenient way to process data of satellites used in the GNSS system.
Definition at line 4130 of file N2kMessages.h.
double tSatelliteInfo::Azimuth |
Azimuth of the satellite.
Definition at line 4133 of file N2kMessages.h.
double tSatelliteInfo::Elevation |
Elevation of the satellite.
Definition at line 4132 of file N2kMessages.h.
unsigned char tSatelliteInfo::PRN |
PRN number [ 01 .. 32] of the satellite.
Definition at line 4131 of file N2kMessages.h.
double tSatelliteInfo::RangeResiduals |
Range Residual.
Definition at line 4135 of file N2kMessages.h.
double tSatelliteInfo::SNR |
SignalToNoiseRatio of the satellite.
Definition at line 4134 of file N2kMessages.h.
tN2kPRNUsageStatus tSatelliteInfo::UsageStatus |
Usage Status, see tN2kPRNUsageStatus.
Definition at line 4136 of file N2kMessages.h.