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...
 

Detailed Description

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.

See also
SetN2kPGN129540 and AppendN2kPGN129540

Definition at line 4130 of file N2kMessages.h.

Member Data Documentation

◆ Azimuth

double tSatelliteInfo::Azimuth

Azimuth of the satellite.

Definition at line 4133 of file N2kMessages.h.

◆ Elevation

double tSatelliteInfo::Elevation

Elevation of the satellite.

Definition at line 4132 of file N2kMessages.h.

◆ PRN

unsigned char tSatelliteInfo::PRN

PRN number [ 01 .. 32] of the satellite.

Definition at line 4131 of file N2kMessages.h.

◆ RangeResiduals

double tSatelliteInfo::RangeResiduals

Range Residual.

Definition at line 4135 of file N2kMessages.h.

◆ SNR

double tSatelliteInfo::SNR

SignalToNoiseRatio of the satellite.

Definition at line 4134 of file N2kMessages.h.

◆ UsageStatus

tN2kPRNUsageStatus tSatelliteInfo::UsageStatus

Usage Status, see tN2kPRNUsageStatus.

Definition at line 4136 of file N2kMessages.h.


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