Fixposition SDK 0.0.0-heads/main-0-g408dc89
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 394 of file nmea.hpp.

Member Data Documentation

◆ valid

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

Data is valid.

Definition at line 396 of file nmea.hpp.

◆ years

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

Year.

Definition at line 397 of file nmea.hpp.

◆ months

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

Month.

Definition at line 398 of file nmea.hpp.

◆ days

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

Day.

Definition at line 399 of file nmea.hpp.


The documentation for this struct was generated from the following file:
  • fpsdk_common/include/fpsdk_common/parser/nmea.hpp