Fawkes API
Fawkes Development Version
|
Timestamp data, must be present and first entries for each interface data structs! This leans on timeval struct. More...
#include <interface.h>
Public Attributes | |
int64_t | timestamp_sec |
time in seconds since Unix epoch | |
int64_t | timestamp_usec |
additional time microseconds |
Timestamp data, must be present and first entries for each interface data structs! This leans on timeval struct.
Definition at line 212 of file interface.h.
int64_t fawkes::Interface::interface_data_ts_t::timestamp_sec |
time in seconds since Unix epoch
Definition at line 213 of file interface.h.
Referenced by fawkes::Interface::read(), and fawkes::Interface::write().
int64_t fawkes::Interface::interface_data_ts_t::timestamp_usec |
additional time microseconds
Definition at line 214 of file interface.h.
Referenced by fawkes::Interface::read(), and fawkes::Interface::write().