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

NMEA date (year, month, day) More...

#include <nmea.hpp>

Public Member Functions

bool operator== (const NmeaDate &rhs) const
 Equal.
 
bool operator!= (const NmeaDate &rhs) const
 Not equal.
 

Public Attributes

bool valid = false
 Data is valid.
 
int years = 0
 Year.
 
int months = 0
 Month.
 
int days = 0.0
 Day.
 

Detailed Description

NMEA date (year, month, day)

Definition at line 361 of file nmea.hpp.

Member Data Documentation

◆ valid

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

Data is valid.

Definition at line 363 of file nmea.hpp.

◆ years

int fpsdk::common::parser::nmea::NmeaDate::years = 0

Year.

Definition at line 364 of file nmea.hpp.

◆ months

int fpsdk::common::parser::nmea::NmeaDate::months = 0

Month.

Definition at line 365 of file nmea.hpp.

◆ days

int fpsdk::common::parser::nmea::NmeaDate::days = 0.0

Day.

Definition at line 366 of file nmea.hpp.


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