SetGraphDirectionMessage Fawkes BlackBoard Interface Message. More...
#include <interfaces/SkillerDebugInterface.h>

Classes | |
| struct | SetGraphDirectionMessage_data_t |
| Internal data storage, do NOT modify! | |
Public Member Functions | |
| SetGraphDirectionMessage (const GraphDirectionEnum ini_graph_dir) | |
| Constructor with initial values. | |
| SetGraphDirectionMessage () | |
| Constructor. | |
| ~SetGraphDirectionMessage () | |
| Destructor. | |
| SetGraphDirectionMessage (const SetGraphDirectionMessage *m) | |
| Copy constructor. | |
| GraphDirectionEnum | graph_dir () const |
| Get graph_dir value. | |
| void | set_graph_dir (const GraphDirectionEnum new_graph_dir) |
| Set graph_dir value. | |
| size_t | maxlenof_graph_dir () const |
| Get maximum length of graph_dir value. | |
| virtual Message * | clone () const |
| Clone this message. | |
SetGraphDirectionMessage Fawkes BlackBoard Interface Message.
Definition at line 104 of file SkillerDebugInterface.h.
| fawkes::SkillerDebugInterface::SetGraphDirectionMessage::SetGraphDirectionMessage | ( | const GraphDirectionEnum | ini_graph_dir | ) |
Constructor with initial values.
| ini_graph_dir | initial value for graph_dir |
Definition at line 371 of file SkillerDebugInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, fawkes::Message::data_ts, and fawkes::IFT_ENUM.
| fawkes::SkillerDebugInterface::SetGraphDirectionMessage::SetGraphDirectionMessage | ( | ) |
Constructor.
Definition at line 382 of file SkillerDebugInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, fawkes::Message::data_ts, and fawkes::IFT_ENUM.
Referenced by clone().
| fawkes::SkillerDebugInterface::SetGraphDirectionMessage::~SetGraphDirectionMessage | ( | ) |
Destructor.
Definition at line 393 of file SkillerDebugInterface.cpp.
References fawkes::Message::data_ptr.
| fawkes::SkillerDebugInterface::SetGraphDirectionMessage::SetGraphDirectionMessage | ( | const SetGraphDirectionMessage * | m | ) |
Copy constructor.
| m | message to copy from |
Definition at line 401 of file SkillerDebugInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
| Message * fawkes::SkillerDebugInterface::SetGraphDirectionMessage::clone | ( | ) | const [virtual] |
Clone this message.
Produces a message of the same type as this message and copies the data to the new message.
Reimplemented from fawkes::Message.
Definition at line 451 of file SkillerDebugInterface.cpp.
References SetGraphDirectionMessage().
| SkillerDebugInterface::GraphDirectionEnum fawkes::SkillerDebugInterface::SetGraphDirectionMessage::graph_dir | ( | ) | const |
Get graph_dir value.
Primary direction of current graph.
Definition at line 418 of file SkillerDebugInterface.cpp.
| size_t fawkes::SkillerDebugInterface::SetGraphDirectionMessage::maxlenof_graph_dir | ( | ) | const |
Get maximum length of graph_dir value.
Definition at line 428 of file SkillerDebugInterface.cpp.
| void fawkes::SkillerDebugInterface::SetGraphDirectionMessage::set_graph_dir | ( | const GraphDirectionEnum | new_graph_dir | ) |
Set graph_dir value.
Primary direction of current graph.
| new_graph_dir | new graph_dir value |
Definition at line 440 of file SkillerDebugInterface.cpp.
1.6.1