#include <interfaces/SkillerDebugInterface.h>
Inheritance diagram for fawkes::SkillerDebugInterface::SetGraphColoredMessage:
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. | |
Classes | |
struct | SetGraphColoredMessage_data_t |
Internal data storage, do NOT modify! |
Definition at line 133 of file SkillerDebugInterface.h.
fawkes::SkillerDebugInterface::SetGraphColoredMessage::SetGraphColoredMessage | ( | const bool | ini_graph_colored | ) |
Constructor with initial values.
ini_graph_colored | initial value for graph_colored |
Definition at line 465 of file SkillerDebugInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, fawkes::Message::data_ts, and fawkes::IFT_BOOL.
fawkes::SkillerDebugInterface::SetGraphColoredMessage::SetGraphColoredMessage | ( | ) |
Constructor.
Definition at line 476 of file SkillerDebugInterface.cpp.
References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, fawkes::Message::data_ts, and fawkes::IFT_BOOL.
fawkes::SkillerDebugInterface::SetGraphColoredMessage::~SetGraphColoredMessage | ( | ) |
Destructor.
Definition at line 487 of file SkillerDebugInterface.cpp.
References fawkes::Message::data_ptr.
fawkes::SkillerDebugInterface::SetGraphColoredMessage::SetGraphColoredMessage | ( | const SetGraphColoredMessage * | m | ) |
Copy constructor.
m | message to copy from |
Definition at line 495 of file SkillerDebugInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
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.
Reimplemented from fawkes::Message.
Definition at line 545 of file SkillerDebugInterface.cpp.
bool fawkes::SkillerDebugInterface::SetGraphColoredMessage::is_graph_colored | ( | ) | const |
Get graph_colored value.
True if the graph is colored, false otherwise.
Definition at line 512 of file SkillerDebugInterface.cpp.
size_t fawkes::SkillerDebugInterface::SetGraphColoredMessage::maxlenof_graph_colored | ( | ) | const |
Get maximum length of graph_colored value.
Definition at line 522 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.
new_graph_colored | new graph_colored value |
Definition at line 534 of file SkillerDebugInterface.cpp.