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 | skill_string [1024] |
Currently executed skill string, at least the first 1023 bytes of it. |
Internal data storage, do NOT modify!
Currently executed skill string, at least the first 1023 bytes of it.
Must be properly null-terminated.
Definition at line 92 of file SkillerInterface.h.
Referenced by fawkes::SkillerInterface::ExecSkillMessage::ExecSkillMessage().
Interface Unix timestamp, seconds.
Definition at line 90 of file SkillerInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 91 of file SkillerInterface.h.