Guido Ottaviani / Mbed 2 deprecated LeonardoMbos

Dependencies:   mbos Watchdog TextLCD mbed ConfigFile

Embed: (wiki syntax)

« Back to documentation index

_nmeaTIME Struct Reference

_nmeaTIME Struct Reference

Date and time data. More...

#include <time.h>

Data Fields

int year
 Years since 1900.
int mon
 Months since January - [0,11].
int day
 Day of the month - [1,31].
int hour
 Hours since midnight - [0,23].
int min
 Minutes after the hour - [0,59].
int sec
 Seconds after the minute - [0,59].
int hsec
 Hundredth part of second - [0,99].

Detailed Description

Date and time data.

See also:
nmea_time_now

Definition at line 26 of file time.h.


Field Documentation

int day

Day of the month - [1,31].

Definition at line 30 of file time.h.

int hour

Hours since midnight - [0,23].

Definition at line 31 of file time.h.

int hsec

Hundredth part of second - [0,99].

Definition at line 34 of file time.h.

int min

Minutes after the hour - [0,59].

Definition at line 32 of file time.h.

int mon

Months since January - [0,11].

Definition at line 29 of file time.h.

int sec

Seconds after the minute - [0,59].

Definition at line 33 of file time.h.

int year

Years since 1900.

Definition at line 28 of file time.h.