NMEAParser
NMEA Parser Library - Monte Variakojis @VisualGPS
Public Attributes | List of all members
CNMEAParserData::_SAT_INFO_T Struct Reference

#include <NMEAParserData.h>

Public Attributes

double dAzimuth
 Satellite Azimuth. More...
 
double dElevation
 Satellite Elevation. More...
 
int nPRN
 Satellite Psudo Random Number (THis is the ID and not the satellite vehicle number) More...
 
int nSNR
 Signal to Noise Ration - this is the signal quality. More...
 

Detailed Description

Definition at line 154 of file NMEAParserData.h.

Member Data Documentation

◆ dAzimuth

double CNMEAParserData::_SAT_INFO_T::dAzimuth

Satellite Azimuth.

Definition at line 155 of file NMEAParserData.h.

◆ dElevation

double CNMEAParserData::_SAT_INFO_T::dElevation

Satellite Elevation.

Definition at line 156 of file NMEAParserData.h.

◆ nPRN

int CNMEAParserData::_SAT_INFO_T::nPRN

Satellite Psudo Random Number (THis is the ID and not the satellite vehicle number)

Definition at line 157 of file NMEAParserData.h.

◆ nSNR

int CNMEAParserData::_SAT_INFO_T::nSNR

Signal to Noise Ration - this is the signal quality.

Definition at line 158 of file NMEAParserData.h.


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