UM C API
6.16.1
|
Structure to hold a timestamp value. More...
#include <lbmpdm.h>
Data Fields | |
int32_t | tv_secs |
int32_t | tv_usecs |
Structure to hold a timestamp value.
The tv_secs is the number of seconds since the epoch. The tv_usecs is the additional microseconds since the epoch. and can range from -128 to 127.
int32_t lbmpdm_timestamp_t::tv_secs |
Seconds since epoch
int32_t lbmpdm_timestamp_t::tv_usecs |
Microseconds since last second