ndn-lite
Typedefs | Functions
uniform-time.h File Reference
#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef uint64_t ndn_time_ms_t
 Time count in milli-seconds. More...
 
typedef uint64_t ndn_time_us_t
 Time count in micro-seconds. More...
 

Functions

ndn_time_ms_t ndn_time_now_ms (void)
 Get current time count in ms. More...
 
ndn_time_us_t ndn_time_now_us (void)
 Get current time count in us. More...
 
void ndn_time_delay (ndn_time_ms_t delay)
 Sleep for a specified time interval. More...