
Go to the source code of this file.
Functions | |
| DIFF_TIME_TYPE | MQTTTime_difftime (START_TIME_TYPE new, START_TIME_TYPE old) |
| ELAPSED_TIME_TYPE | MQTTTime_elapsed (START_TIME_TYPE milliseconds) |
| START_TIME_TYPE | MQTTTime_now (void) |
| void | MQTTTime_sleep (ELAPSED_TIME_TYPE milliseconds) |
| START_TIME_TYPE | MQTTTime_start_clock (void) |
| DIFF_TIME_TYPE MQTTTime_difftime | ( | START_TIME_TYPE | new, |
| START_TIME_TYPE | old | ||
| ) |
Definition at line 99 of file MQTTTime.c.
| ELAPSED_TIME_TYPE MQTTTime_elapsed | ( | START_TIME_TYPE | milliseconds | ) |
Definition at line 109 of file MQTTTime.c.
| START_TIME_TYPE MQTTTime_now | ( | void | ) |
Definition at line 66 of file MQTTTime.c.
| void MQTTTime_sleep | ( | ELAPSED_TIME_TYPE | milliseconds | ) |
Definition at line 27 of file MQTTTime.c.
| START_TIME_TYPE MQTTTime_start_clock | ( | void | ) |
Definition at line 55 of file MQTTTime.c.