fawkes::SkillerDebugInterface::SetGraphDirectionMessage Class Reference
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. | |
Detailed Description
SetGraphDirectionMessage Fawkes BlackBoard Interface Message.Definition at line 95 of file SkillerDebugInterface.h.
Constructor & Destructor Documentation
| fawkes::SkillerDebugInterface::SetGraphDirectionMessage::SetGraphDirectionMessage | ( | const GraphDirectionEnum | ini_graph_dir | ) |
Constructor with initial values.
- Parameters:
-
ini_graph_dir initial value for graph_dir
Definition at line 338 of file SkillerDebugInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
| fawkes::SkillerDebugInterface::SetGraphDirectionMessage::SetGraphDirectionMessage | ( | ) |
Constructor.
Definition at line 347 of file SkillerDebugInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
Referenced by clone().
| fawkes::SkillerDebugInterface::SetGraphDirectionMessage::~SetGraphDirectionMessage | ( | ) |
Destructor.
Definition at line 356 of file SkillerDebugInterface.cpp.
References fawkes::Message::data_ptr.
| fawkes::SkillerDebugInterface::SetGraphDirectionMessage::SetGraphDirectionMessage | ( | const SetGraphDirectionMessage * | m | ) |
Copy constructor.
- Parameters:
-
m message to copy from
Definition at line 364 of file SkillerDebugInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
Member Function Documentation
| 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.
- Returns:
- clone of this message
Reimplemented from fawkes::Message.
Definition at line 413 of file SkillerDebugInterface.cpp.
References SetGraphDirectionMessage().
| SkillerDebugInterface::GraphDirectionEnum fawkes::SkillerDebugInterface::SetGraphDirectionMessage::graph_dir | ( | ) | const |
Get graph_dir value.
Primary direction of current graph.
- Returns:
- graph_dir value
Definition at line 380 of file SkillerDebugInterface.cpp.
| size_t fawkes::SkillerDebugInterface::SetGraphDirectionMessage::maxlenof_graph_dir | ( | ) | const |
Get maximum length of graph_dir value.
- Returns:
- length of graph_dir value, can be length of the array or number of maximum number of characters for a string
Definition at line 390 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.
- Parameters:
-
new_graph_dir new graph_dir value
Definition at line 402 of file SkillerDebugInterface.cpp.
The documentation for this class was generated from the following files:
- src/interfaces/SkillerDebugInterface.h
- src/plugins/skiller/SkillerDebugInterface.cpp

