RestartInterpreterMessage Fawkes BlackBoard Interface Message. More...
#include <interfaces/SkillerInterface.h>
Classes | |
struct | RestartInterpreterMessage_data_t |
Internal data storage, do NOT modify! | |
Public Member Functions | |
RestartInterpreterMessage () | |
Constructor. | |
~RestartInterpreterMessage () | |
Destructor. | |
RestartInterpreterMessage (const RestartInterpreterMessage *m) | |
Copy constructor. | |
virtual Message * | clone () const |
Clone this message. |
RestartInterpreterMessage Fawkes BlackBoard Interface Message.
Definition at line 144 of file SkillerInterface.h.
fawkes::SkillerInterface::RestartInterpreterMessage::RestartInterpreterMessage | ( | ) |
Constructor.
Definition at line 520 of file SkillerInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
Referenced by clone().
fawkes::SkillerInterface::RestartInterpreterMessage::~RestartInterpreterMessage | ( | ) |
Destructor.
Definition at line 530 of file SkillerInterface.cpp.
References fawkes::Message::data_ptr.
fawkes::SkillerInterface::RestartInterpreterMessage::RestartInterpreterMessage | ( | const RestartInterpreterMessage * | m | ) |
Copy constructor.
m | message to copy from |
Definition at line 538 of file SkillerInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
Message * fawkes::SkillerInterface::RestartInterpreterMessage::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 554 of file SkillerInterface.cpp.
References RestartInterpreterMessage().