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::NmeaSat Struct Reference

NMEA satellite (used, e.g. in GSA) More...

#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)
 

Detailed Description

NMEA satellite (used, e.g. in GSA)

Definition at line 387 of file nmea.hpp.

Member Data Documentation

◆ valid

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

Data is valid.

Definition at line 389 of file nmea.hpp.

◆ system

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

System ID.

Definition at line 390 of file nmea.hpp.

◆ svid

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

Satellite ID (numbering cf. NMEA 0183)

Definition at line 391 of file nmea.hpp.


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