nmealib 0.0.4
NMEA 0183/NMEA 2000 parsing library
Loading...
Searching...
No Matches
Public Attributes | List of all members
nmealib::nmea0183::GSV::SatelliteInfo Struct Reference

#include <gsv.h>

Public Attributes

unsigned int satelliteId {}
 
int elevation {}
 
unsigned int azimuth {}
 
std::optional< unsigned int > snr {}
 

Detailed Description

Definition at line 20 of file gsv.h.

Member Data Documentation

◆ azimuth

unsigned int nmealib::nmea0183::GSV::SatelliteInfo::azimuth {}

Definition at line 23 of file gsv.h.

◆ elevation

int nmealib::nmea0183::GSV::SatelliteInfo::elevation {}

Definition at line 22 of file gsv.h.

◆ satelliteId

unsigned int nmealib::nmea0183::GSV::SatelliteInfo::satelliteId {}

Definition at line 21 of file gsv.h.

◆ snr

std::optional<unsigned int> nmealib::nmea0183::GSV::SatelliteInfo::snr {}

Definition at line 24 of file gsv.h.


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