9 #ifndef UTIL_UNIFORM_TIME_H 10 #define UTIL_UNIFORM_TIME_H 55 #endif // UTIL_UNIFORM_TIME_H uint64_t ndn_time_us_t
Time count in micro-seconds.
Definition: uniform-time.h:32
ndn_time_us_t ndn_time_now_us(void)
Get current time count in us.
uint64_t ndn_time_ms_t
Time count in milli-seconds.
Definition: uniform-time.h:29
void ndn_time_delay(ndn_time_ms_t delay)
Sleep for a specified time interval.
ndn_time_ms_t ndn_time_now_ms(void)
Get current time count in ms.