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

NMEA integer value. More...

#include <nmea.hpp>

Public Attributes

bool valid = false
 Data is valid.
 
int value = 0
 Value.
 

Detailed Description

NMEA integer value.

Definition at line 443 of file nmea.hpp.

Member Data Documentation

◆ valid

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

Data is valid.

Definition at line 445 of file nmea.hpp.

◆ value

int fpsdk::common::parser::nmea::NmeaInt::value = 0

Value.

Definition at line 446 of file nmea.hpp.


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