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

Member Data Documentation

◆ valid

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

Data is valid.

Definition at line 393 of file nmea.hpp.

◆ years

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

Year.

Definition at line 394 of file nmea.hpp.

◆ months

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

Month.

Definition at line 395 of file nmea.hpp.

◆ days

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

Day.

Definition at line 396 of file nmea.hpp.


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