StopExecMessage Fawkes BlackBoard Interface Message. More...
#include <>>

Classes | |
| struct | StopExecMessage_data_t |
| Internal data storage, do NOT modify! | |
Public Member Functions | |
| StopExecMessage () | |
| Constructor. | |
| ~StopExecMessage () | |
| Destructor. | |
| StopExecMessage (const StopExecMessage *m) | |
| Copy constructor. | |
| virtual Message * | clone () const |
| Clone this message. | |
StopExecMessage Fawkes BlackBoard Interface Message.
Definition at line 166 of file SkillerInterface.h.
| fawkes::SkillerInterface::StopExecMessage::StopExecMessage | ( | ) |
Constructor.
Definition at line 566 of file SkillerInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
Referenced by clone().
| fawkes::SkillerInterface::StopExecMessage::~StopExecMessage | ( | ) |
Destructor.
Definition at line 576 of file SkillerInterface.cpp.
References fawkes::Message::data_ptr.
| fawkes::SkillerInterface::StopExecMessage::StopExecMessage | ( | const StopExecMessage * | m | ) |
Copy constructor.
| m | message to copy from |
Definition at line 584 of file SkillerInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
| 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.
Reimplemented from fawkes::Message.
Definition at line 600 of file SkillerInterface.cpp.
References StopExecMessage().
1.7.1