Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbos Watchdog TextLCD mbed ConfigFile
_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
Generated on Thu Jul 14 2022 14:06:47 by
1.7.2