Default implementation of internal clock.
More...
Variables |
| time_t | clock_offset |
| | Set at startup to initialize the internal clock (time in seconds).
|
Detailed Description
Default implementation of internal clock.
You should redefine this if you do not have time() and gettimeofday().
Macro Definition Documentation
| #define COAP_TICKS_PER_SECOND 1024 |
Typedef Documentation
Function Documentation
| static void coap_clock_init_impl |
( |
void |
| ) |
|
|
inlinestatic |
Variable Documentation
Set at startup to initialize the internal clock (time in seconds).
Definition at line 40 of file net.c.