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 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.
Definition at line 197 of file interface.h.
int64_t fawkes::Interface::interface_data_ts_t::timestamp_sec |
time in seconds since Unix epoch
Definition at line 198 of file interface.h.
Referenced by fawkes::Interface::buffer_timestamp(), fawkes::BlackBoardInterfaceManager::list(), and fawkes::BlackBoardInterfaceManager::list_all().
int64_t fawkes::Interface::interface_data_ts_t::timestamp_usec |
additional time microseconds
Definition at line 199 of file interface.h.
Referenced by fawkes::Interface::buffer_timestamp(), fawkes::BlackBoardInterfaceManager::list(), and fawkes::BlackBoardInterfaceManager::list_all().