![]() |
Fixposition SDK 0.0.0-heads/main-0-gb93ddb4
Collection of c++ libraries and apps for use with Fixposition products on Linux
|
#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) | |
| bool fpsdk::common::parser::nmea::NmeaAzEl::valid = false |
| NmeaSystemId fpsdk::common::parser::nmea::NmeaAzEl::system = NmeaSystemId::UNSPECIFIED |
| int fpsdk::common::parser::nmea::NmeaAzEl::svid = 0 |
| int fpsdk::common::parser::nmea::NmeaAzEl::el = 0 |
| int fpsdk::common::parser::nmea::NmeaAzEl::az = 0 |