fawkes::SkillerDebugInterface::SetGraphColoredMessage Class Reference
SetGraphColoredMessage Fawkes BlackBoard Interface Message. More...
#include <interfaces/SkillerDebugInterface.h>

Classes | |
| struct | SetGraphColoredMessage_data_t |
| Internal data storage, do NOT modify! | |
Public Member Functions | |
| SetGraphColoredMessage (const bool ini_graph_colored) | |
| Constructor with initial values. | |
| SetGraphColoredMessage () | |
| Constructor. | |
| ~SetGraphColoredMessage () | |
| Destructor. | |
| SetGraphColoredMessage (const SetGraphColoredMessage *m) | |
| Copy constructor. | |
| bool | is_graph_colored () const |
| Get graph_colored value. | |
| void | set_graph_colored (const bool new_graph_colored) |
| Set graph_colored value. | |
| size_t | maxlenof_graph_colored () const |
| Get maximum length of graph_colored value. | |
| virtual Message * | clone () const |
| Clone this message. | |
Detailed Description
SetGraphColoredMessage Fawkes BlackBoard Interface Message.Definition at line 120 of file SkillerDebugInterface.h.
Constructor & Destructor Documentation
| fawkes::SkillerDebugInterface::SetGraphColoredMessage::SetGraphColoredMessage | ( | const bool | ini_graph_colored | ) |
Constructor with initial values.
- Parameters:
-
ini_graph_colored initial value for graph_colored
Definition at line 427 of file SkillerDebugInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::IFT_BOOL.
| fawkes::SkillerDebugInterface::SetGraphColoredMessage::SetGraphColoredMessage | ( | ) |
Constructor.
Definition at line 437 of file SkillerDebugInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::IFT_BOOL.
Referenced by clone().
| fawkes::SkillerDebugInterface::SetGraphColoredMessage::~SetGraphColoredMessage | ( | ) |
Destructor.
Definition at line 447 of file SkillerDebugInterface.cpp.
References fawkes::Message::data_ptr.
| fawkes::SkillerDebugInterface::SetGraphColoredMessage::SetGraphColoredMessage | ( | const SetGraphColoredMessage * | m | ) |
Copy constructor.
- Parameters:
-
m message to copy from
Definition at line 455 of file SkillerDebugInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
Member Function Documentation
| Message * fawkes::SkillerDebugInterface::SetGraphColoredMessage::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 504 of file SkillerDebugInterface.cpp.
References SetGraphColoredMessage().
| bool fawkes::SkillerDebugInterface::SetGraphColoredMessage::is_graph_colored | ( | ) | const |
Get graph_colored value.
True if the graph is colored, false otherwise.
- Returns:
- graph_colored value
Definition at line 471 of file SkillerDebugInterface.cpp.
| size_t fawkes::SkillerDebugInterface::SetGraphColoredMessage::maxlenof_graph_colored | ( | ) | const |
Get maximum length of graph_colored value.
- Returns:
- length of graph_colored value, can be length of the array or number of maximum number of characters for a string
Definition at line 481 of file SkillerDebugInterface.cpp.
| void fawkes::SkillerDebugInterface::SetGraphColoredMessage::set_graph_colored | ( | const bool | new_graph_colored | ) |
Set graph_colored value.
True if the graph is colored, false otherwise.
- Parameters:
-
new_graph_colored new graph_colored value
Definition at line 493 of file SkillerDebugInterface.cpp.
The documentation for this class was generated from the following files:
- src/interfaces/SkillerDebugInterface.h
- src/plugins/skiller/SkillerDebugInterface.cpp

