libcoap  4.0.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs | Functions | Variables
coap_time.h File Reference

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).

Detailed Description

Clock Handling.

Definition in file coap_time.h.