fawkes::SkillerInterface::RestartInterpreterMessage Class Reference
RestartInterpreterMessage Fawkes BlackBoard Interface Message. More...
#include <interfaces/SkillerInterface.h>
Inheritance diagram for fawkes::SkillerInterface::RestartInterpreterMessage:

Public Member Functions | |
| RestartInterpreterMessage () | |
| Constructor. | |
| ~RestartInterpreterMessage () | |
| Destructor. | |
| RestartInterpreterMessage (const RestartInterpreterMessage *m) | |
| Copy constructor. | |
| virtual Message * | clone () const |
| Clone this message. | |
Detailed Description
RestartInterpreterMessage Fawkes BlackBoard Interface Message.Definition at line 131 of file SkillerInterface.h.
Constructor & Destructor Documentation
| fawkes::SkillerInterface::RestartInterpreterMessage::RestartInterpreterMessage | ( | ) |
Constructor.
Definition at line 483 of file SkillerInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
Referenced by clone().
| fawkes::SkillerInterface::RestartInterpreterMessage::~RestartInterpreterMessage | ( | ) |
| fawkes::SkillerInterface::RestartInterpreterMessage::RestartInterpreterMessage | ( | const RestartInterpreterMessage * | m | ) |
Copy constructor.
- Parameters:
-
m message to copy from
Definition at line 497 of file SkillerInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
Member Function Documentation
| 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.
- Returns:
- clone of this message
Reimplemented from fawkes::Message.
Definition at line 510 of file SkillerInterface.cpp.
References RestartInterpreterMessage().
The documentation for this class was generated from the following files:
- src/interfaces/SkillerInterface.h
- src/interfaces/SkillerInterface.cpp

