Fawkes API Fawkes Development Version

fawkes::SwitchInterface::EnableSwitchMessage Class Reference

EnableSwitchMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::SwitchInterface::EnableSwitchMessage:

List of all members.

Classes

struct  EnableSwitchMessage_data_t
 Internal data storage, do NOT modify!

Public Member Functions

 EnableSwitchMessage ()
 Constructor.
 ~EnableSwitchMessage ()
 Destructor.
 EnableSwitchMessage (const EnableSwitchMessage *m)
 Copy constructor.
virtual Messageclone () const
 Clone this message.

Detailed Description


Constructor & Destructor Documentation

fawkes::SwitchInterface::EnableSwitchMessage::EnableSwitchMessage ( )

Constructor.

Definition at line 488 of file SwitchInterface.cpp.

References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.

fawkes::SwitchInterface::EnableSwitchMessage::~EnableSwitchMessage ( )

Destructor.

Definition at line 498 of file SwitchInterface.cpp.

References fawkes::Interface::data_ptr.

fawkes::SwitchInterface::EnableSwitchMessage::EnableSwitchMessage ( const EnableSwitchMessage m)

Copy constructor.

Parameters:
mmessage to copy from

Definition at line 506 of file SwitchInterface.cpp.

References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.


Member Function Documentation

Message * fawkes::SwitchInterface::EnableSwitchMessage::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 522 of file SwitchInterface.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends