Harry Keane / X_NUCLEO_GNSS1A1

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

Timestamp_Info Struct Reference

Timestamp_Info Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]

Data structure that contains timestamp. More...

#include <NMEAParser.h>

Data Fields

int hh
 Hours.
int mm
 Minutes.
int ss
 Seconds.
int year
 Year.
int month
 Month.
int day
 Day.

Detailed Description

Data structure that contains timestamp.

Definition at line 274 of file NMEAParser.h.


Field Documentation

int day

Day.

Definition at line 280 of file NMEAParser.h.

int hh

Hours.

Definition at line 275 of file NMEAParser.h.

int mm

Minutes.

Definition at line 276 of file NMEAParser.h.

int month

Month.

Definition at line 279 of file NMEAParser.h.

int ss

Seconds.

Definition at line 277 of file NMEAParser.h.

int year

Year.

Definition at line 278 of file NMEAParser.h.