Interface: Time-related data and types.
More...
Go to the source code of this file.
Interface: Time-related data and types.
- Author
- Markus L. Noga marku.nosp@m.s@no.nosp@m.ga.de
- Bug:
- time_t is a 32 bit value which will overflow after 49.7 days of continuous operation.
Definition in file time.h.
◆ MSECS_TO_TICKS
conv. mSec's to TICKs
Definition at line 62 of file time.h.
◆ SECS_TO_TICKS
conv. Sec's to TICKs
Definition at line 61 of file time.h.
◆ TICK_IN_MS
timer tick in ms
Definition at line 57 of file time.h.
◆ TICKS_PER_SEC
#define TICKS_PER_SEC 1000 |
number of mS tics in 1Sec
Definition at line 59 of file time.h.
◆ time_t
time type
- Bug:
- This is a 32 bit value which will overflow after 49.7 days of continuous operation.
Definition at line 50 of file time.h.
◆ get_system_up_time()
time_t get_system_up_time |
( |
void |
| ) |
|