tinydtls
0.8.1
|
Macros | |
#define | CLOCK_SECOND 1000 |
#define | DTLS_TICKS_PER_SECOND CLOCK_SECOND |
Typedefs | |
typedef uint32_t | clock_time_t |
typedef clock_time_t | dtls_tick_t |
Functions | |
void | dtls_clock_init (void) |
void | dtls_ticks (dtls_tick_t *t) |
Default implementation of internal clock. You should redefine this if you do not have time() and gettimeofday().
#define CLOCK_SECOND 1000 |
Definition at line 52 of file dtls_time.h.
#define DTLS_TICKS_PER_SECOND CLOCK_SECOND |
Definition at line 61 of file dtls_time.h.
typedef uint32_t clock_time_t |
Definition at line 55 of file dtls_time.h.
typedef clock_time_t dtls_tick_t |
Definition at line 58 of file dtls_time.h.
void dtls_clock_init | ( | void | ) |
Definition at line 54 of file dtls_time.c.
void dtls_ticks | ( | dtls_tick_t * | t | ) |
Definition at line 67 of file dtls_time.c.