Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpsdk::common::parser::nmea::NmeaAzEl Struct Reference

#include <nmea.hpp>

Public Attributes

bool valid = false
 Data is valid.
 
NmeaSystemId system = NmeaSystemId::UNSPECIFIED
 System ID.
 
int svid = 0
 Satellite ID (numbering cf. NMEA 0183)
 
int el = 0
 Elevation [deg] (-90..90)
 
int az = 0
 Azimuth [deg] (0..360)
 

Detailed Description

NMEA satellite position (GSA)

Definition at line 419 of file nmea.hpp.

Member Data Documentation

◆ valid

bool fpsdk::common::parser::nmea::NmeaAzEl::valid = false

Data is valid.

Definition at line 421 of file nmea.hpp.

◆ system

NmeaSystemId fpsdk::common::parser::nmea::NmeaAzEl::system = NmeaSystemId::UNSPECIFIED

System ID.

Definition at line 422 of file nmea.hpp.

◆ svid

int fpsdk::common::parser::nmea::NmeaAzEl::svid = 0

Satellite ID (numbering cf. NMEA 0183)

Definition at line 423 of file nmea.hpp.

◆ el

int fpsdk::common::parser::nmea::NmeaAzEl::el = 0

Elevation [deg] (-90..90)

Definition at line 424 of file nmea.hpp.

◆ az

int fpsdk::common::parser::nmea::NmeaAzEl::az = 0

Azimuth [deg] (0..360)

Definition at line 425 of file nmea.hpp.


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