struct mrpt::obs::gnss::Message_NMEA_ZDA::content_t
Overview
#include <mrpt/obs/gnss_messages_ascii_nmea.h> struct content_t { // fields UTC_time UTCTime; uint8_t date_day {}; uint8_t date_month {}; uint16_t date_year {}; // construction content_t(); };
Fields
UTC_time UTCTime
The GPS sensor measured timestamp (in UTC time)
uint8_t date_day {}
1-31
uint8_t date_month {}
1-12
uint16_t date_year {}
2000-…