Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
int64_t | timestamp_sec |
Interface Unix timestamp, seconds. | |
int64_t | timestamp_usec |
Interface Unix timestamp, micro-seconds. | |
uint32_t | object_id |
Object ID, which is the message ID of the Add* message. |
Internal data storage, do NOT modify!
uint32_t fawkes::VisualDisplay2DInterface::DeleteObjectMessage::DeleteObjectMessage_data_t::object_id |
Object ID, which is the message ID of the Add* message.
Definition at line 283 of file VisualDisplay2DInterface.h.
Referenced by fawkes::VisualDisplay2DInterface::DeleteObjectMessage::DeleteObjectMessage().
int64_t fawkes::VisualDisplay2DInterface::DeleteObjectMessage::DeleteObjectMessage_data_t::timestamp_sec |
Interface Unix timestamp, seconds.
Definition at line 281 of file VisualDisplay2DInterface.h.
int64_t fawkes::VisualDisplay2DInterface::DeleteObjectMessage::DeleteObjectMessage_data_t::timestamp_usec |
Interface Unix timestamp, micro-seconds.
Definition at line 282 of file VisualDisplay2DInterface.h.