|
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 | object [32] |
| Name of object. | |
| float | rot_x |
| Rotation of object on its x-axis. | |
Internal data storage, do NOT modify!
Name of object.
Definition at line 297 of file KatanaInterface.h.
Referenced by fawkes::KatanaInterface::ObjectGotoMessage::ObjectGotoMessage().
Rotation of object on its x-axis.
Definition at line 298 of file KatanaInterface.h.
Referenced by fawkes::KatanaInterface::ObjectGotoMessage::ObjectGotoMessage().
Interface Unix timestamp, seconds.
Definition at line 295 of file KatanaInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 296 of file KatanaInterface.h.