#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. | |
Classes | |
struct | TurnOnMessage_data_t |
Internal data storage, do NOT modify! |
Definition at line 90 of file LedInterface.h.
fawkes::LedInterface::TurnOnMessage::TurnOnMessage | ( | ) |
Constructor.
Definition at line 276 of file LedInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
fawkes::LedInterface::TurnOnMessage::~TurnOnMessage | ( | ) |
fawkes::LedInterface::TurnOnMessage::TurnOnMessage | ( | const TurnOnMessage * | m | ) |
Copy constructor.
m | message to copy from |
Definition at line 294 of file LedInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
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.
Reimplemented from fawkes::Message.
Definition at line 310 of file LedInterface.cpp.