|
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 199 of file interface.h.
Referenced by fawkes::Interface::buffer_timestamp(), fawkes::BlackBoardInterfaceManager::list(), fawkes::BlackBoardInterfaceManager::list_all(), fawkes::Interface::read(), fawkes::Interface::read_from_buffer(), and fawkes::Interface::write().
| int64_t fawkes::Interface::interface_data_ts_t::timestamp_usec |
additional time microseconds
Definition at line 200 of file interface.h.
Referenced by fawkes::Interface::buffer_timestamp(), fawkes::BlackBoardInterfaceManager::list(), fawkes::BlackBoardInterfaceManager::list_all(), fawkes::Interface::read(), fawkes::Interface::read_from_buffer(), and fawkes::Interface::write().