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 <message.h>
Public Attributes | |
int64_t | timestamp_sec |
time in seconds since Unix epoch More... | |
int64_t | timestamp_usec |
additional time microseconds More... | |
Timestamp data, must be present and first entries for each interface data structs! This leans on timeval struct.
int64_t fawkes::Message::message_data_ts_t::timestamp_sec |
time in seconds since Unix epoch
Definition at line 131 of file message.h.
Referenced by fawkes::Message::datasize().
int64_t fawkes::Message::message_data_ts_t::timestamp_usec |
additional time microseconds
Definition at line 132 of file message.h.
Referenced by fawkes::Message::datasize().