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

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

