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

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

