|
libcoap
4.0.3
|
Clock Handling. More...
#include "config.h"Go to the source code of this file.
Macros | |
| #define | COAP_TICKS_PER_SECOND 1024 |
| #define | coap_clock_init coap_clock_init_impl |
| #define | coap_ticks coap_ticks_impl |
Typedefs | |
| typedef unsigned int | coap_tick_t |
Functions | |
| static void | coap_clock_init_impl (void) |
| static void | coap_ticks_impl (coap_tick_t *t) |
Variables | |
| time_t | clock_offset |
| Set at startup to initialize the internal clock (time in seconds). | |
Clock Handling.
Definition in file coap_time.h.
1.8.1.2