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

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

