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. | |
char | name [30] |
Name of object. | |
char | path [1024] |
Path to object xml file. |
Internal data storage, do NOT modify!
Name of object.
Definition at line 70 of file OpenRaveInterface.h.
Referenced by fawkes::OpenRaveInterface::AddObjectMessage::AddObjectMessage().
Path to object xml file.
Definition at line 71 of file OpenRaveInterface.h.
Referenced by fawkes::OpenRaveInterface::AddObjectMessage::AddObjectMessage().
Interface Unix timestamp, seconds.
Definition at line 68 of file OpenRaveInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 69 of file OpenRaveInterface.h.