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

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

