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 | graph_fsm [32] |
The finite state machine (FSM) the current graph has been updated for. | |
char | graph [8192] |
The selected graph in a dot string representation. | |
int32_t | graph_dir |
Primary direction of current graph. | |
bool | graph_colored |
True if the graph is colored, false otherwise. |
Internal data storage, do NOT modify!
The selected graph in a dot string representation.
Definition at line 59 of file SkillerDebugInterface.h.
True if the graph is colored, false otherwise.
Definition at line 65 of file SkillerDebugInterface.h.
Referenced by fawkes::SkillerDebugInterface::SetGraphColoredMessage::is_graph_colored(), and fawkes::SkillerDebugInterface::SetGraphColoredMessage::set_graph_colored().
Primary direction of current graph.
Definition at line 62 of file SkillerDebugInterface.h.
Referenced by fawkes::SkillerDebugInterface::SetGraphDirectionMessage::graph_dir(), and fawkes::SkillerDebugInterface::SetGraphDirectionMessage::set_graph_dir().
The finite state machine (FSM) the current graph has been updated for.
Definition at line 56 of file SkillerDebugInterface.h.
Referenced by fawkes::SkillerDebugInterface::SetGraphMessage::graph_fsm(), and fawkes::SkillerDebugInterface::SetGraphMessage::set_graph_fsm().
Interface Unix timestamp, seconds.
Definition at line 54 of file SkillerDebugInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 55 of file SkillerDebugInterface.h.