mbgtools-lx
4.2.8
|
A timestamp with nanosecond resolution. More...
#include <words.h>
Data Fields | |
int32_t | nano_secs |
[nanoseconds] More... | |
int32_t | secs |
[seconds], usually since 1970-01-01 00:00:00 More... | |
A timestamp with nanosecond resolution.
int32_t NANO_TIME::nano_secs |
[nanoseconds]
Definition at line 581 of file words.h.
Referenced by double_to_nano_time(), mbg_get_all_ucap_info(), nano_time_to_double(), and snprint_nano_time().
int32_t NANO_TIME::secs |
[seconds], usually since 1970-01-01 00:00:00
Definition at line 582 of file words.h.
Referenced by double_to_nano_time(), mbg_get_all_ucap_info(), nano_time_to_double(), and snprint_nano_time().