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 | |
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 119 of file message.h.
time in seconds since Unix epoch
Definition at line 120 of file message.h.
Referenced by fawkes::Message::mark_enqueued(), fawkes::Message::operator=(), and fawkes::Message::set_from_chunk().
additional time microseconds
Definition at line 121 of file message.h.
Referenced by fawkes::Message::mark_enqueued(), fawkes::Message::operator=(), and fawkes::Message::set_from_chunk().