mbgtools-lx
4.2.8
|
A timestamp with nanosecond resolution, but 64 bit size. More...
#include <words.h>
Data Fields | |
int64_t | secs |
[seconds], usually since 1970-01-01 00:00:00 More... | |
int64_t | nano_secs |
[nanoseconds] More... | |
A timestamp with nanosecond resolution, but 64 bit size.
int64_t NANO_TIME_64::nano_secs |
[nanoseconds]
Definition at line 628 of file words.h.
Referenced by div_nano_time_64(), do_mbgsvctasks(), double_to_nano_time_64(), mbg_chk_time_info(), mbg_delta_sys_time_ms(), mbg_get_sys_time(), nano_time_64_to_double(), normalize_nano_time_64(), ntp_tstamp_to_nanotime_64(), snprint_nano_time_64(), str_to_nano_time_64(), and tm_gps_to_nano_time_64().
int64_t NANO_TIME_64::secs |
[seconds], usually since 1970-01-01 00:00:00
Definition at line 627 of file words.h.
Referenced by div_nano_time_64(), do_mbgsvctasks(), double_to_nano_time_64(), mbg_chk_time_info(), mbg_delta_sys_time_ms(), mbg_get_sys_time(), nano_time_64_to_double(), nano_time_64_to_tm_gps(), normalize_nano_time_64(), ntp_tstamp_to_nanotime_64(), snprint_nano_time_64(), str_to_nano_time_64(), and tm_gps_to_nano_time_64().