Fixposition SDK 0.0.0-heads/main-0-g408dc89
Collection of c++ libraries and apps for use with Fixposition products on Linux
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 454 of file nmea.hpp.

Member Data Documentation

◆ valid

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

Data is valid.

Definition at line 456 of file nmea.hpp.

◆ system

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

System ID.

Definition at line 457 of file nmea.hpp.

◆ svid

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

Satellite ID (numbering cf. NMEA 0183)

Definition at line 458 of file nmea.hpp.

◆ el

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

Elevation [deg] (-90..90)

Definition at line 459 of file nmea.hpp.

◆ az

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

Azimuth [deg] (0..360)

Definition at line 460 of file nmea.hpp.


The documentation for this struct was generated from the following file:
  • fpsdk_common/include/fpsdk_common/parser/nmea.hpp