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.
NTPClient Class Reference
NTP Client interface to adjust RTC. More...
#include <NTPClient.h>
Public Member Functions | |
| NTPClient (char *server="pool.ntp.org", float timeout=3.0) | |
| creates an NTPClient object | |
| bool | setTime () |
| adjusts RTC | |
Static Public Member Functions | |
| static NTPClient | create (char *filename, bool verbose=false) |
| creates an NTPClient object from a config file | |
Detailed Description
NTP Client interface to adjust RTC.
Definition at line 29 of file NTPClient.h.
Constructor & Destructor Documentation
| NTPClient | ( | char * | server = "pool.ntp.org", |
| float | timeout = 3.0 |
||
| ) |
creates an NTPClient object
- Parameters:
-
server NTP server host name timeout max wait time for connection
Definition at line 37 of file NTPClient.h.
Member Function Documentation
| static NTPClient create | ( | char * | filename, |
| bool | verbose = false |
||
| ) | [static] |
creates an NTPClient object from a config file
- Parameters:
-
filename name for the configuration file containing server host name and timeout verbose if true display debug info
Definition at line 47 of file NTPClient.h.
| bool setTime | ( | ) |
Generated on Wed Jul 20 2022 21:57:17 by
1.7.2