ark::gps::TimePair

Defined in header “ark/gps/nmea_parser.hh”.


Maintains a pairing between time (hours/minutes/seconds) and date, often coming from a GPRMC message. Time is stored in UTC.

Variables

  • std::string time
    The time string (HHMMSS).

  • std::string date
    The date string (DDMMYY).