Harry Keane / X_NUCLEO_GNSS1A1

Dependents:   A_TeseoLocationNEW A_TeseoLocation

Embed: (wiki syntax)

« Back to documentation index

UTC_Info Struct Reference

UTC_Info Struct Reference
[NMEA_PARSER_TYPES_DEFINITIONS]

Data structure that contains the UTC informations. More...

#include <NMEAParser.h>

Data Fields

int utc
 UTC Info.
int hh
 Hours.
int mm
 Minutes.
int ss
 Seconds.

Detailed Description

Data structure that contains the UTC informations.

Definition at line 166 of file NMEAParser.h.


Field Documentation

int hh

Hours.

Definition at line 168 of file NMEAParser.h.

int mm

Minutes.

Definition at line 169 of file NMEAParser.h.

int ss

Seconds.

Definition at line 170 of file NMEAParser.h.

int utc

UTC Info.

Definition at line 167 of file NMEAParser.h.