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