#include <stdbool.h>
#include <stdint.h>
#include <time.h>
#include <sys/time.h>
#include <unistd.h>
Go to the source code of this file.
◆ timeutil_rest_t
◆ time_util_hhmmss_ss_to_utime()
| int64_t time_util_hhmmss_ss_to_utime |
( |
double | time | ) |
|
◆ timeutil_ms_to_us()
| int64_t timeutil_ms_to_us |
( |
int32_t | ms | ) |
|
◆ timeutil_rest_create()
◆ timeutil_rest_destroy()
◆ timeutil_sleep()
| uint32_t timeutil_sleep |
( |
unsigned int | seconds | ) |
|
◆ timeutil_sleep_hz()
◆ timeutil_timer_reset()
◆ timeutil_timer_start()
◆ timeutil_timer_stop()
◆ timeutil_timer_timeout()
◆ timeutil_usleep()
| int32_t timeutil_usleep |
( |
int64_t | useconds | ) |
|
◆ utime_get_seconds()
| int64_t utime_get_seconds |
( |
int64_t | v | ) |
|
◆ utime_get_useconds()
| int64_t utime_get_useconds |
( |
int64_t | v | ) |
|
◆ utime_now()
| int64_t utime_now |
( |
void | | ) |
|
◆ utime_to_timespec()
| void utime_to_timespec |
( |
int64_t | v, |
|
|
struct timespec * | ts ) |
◆ utime_to_timeval()
| void utime_to_timeval |
( |
int64_t | v, |
|
|
struct timeval * | tv ) |