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

Clock Handling. More...

#include "config.h"

Go to the source code of this file.

Macros

#define coap_clock_init   coap_clock_init_impl
 
#define coap_ticks   coap_ticks_impl
 

Functions

static void coap_clock_init_impl (void)
 
static void coap_ticks_impl (coap_tick_t *t)
 
static int coap_time_lt (coap_tick_t a, coap_tick_t b)
 Returns 1 if and only if a is less than b where less is defined on a signed data type. More...
 
static int coap_time_le (coap_tick_t a, coap_tick_t b)
 Returns 1 if and only if a is less than or equal b where less is defined on a signed data type. More...
 

Detailed Description

Clock Handling.

Definition in file coap_time.h.