Fawkes API  Fawkes Development Version
fawkes::SwitchInterface::DisableSwitchMessage Class Reference

DisableSwitchMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::SwitchInterface::DisableSwitchMessage:

List of all members.

Classes

struct  DisableSwitchMessage_data_t
 Internal data storage, do NOT modify! More...

Public Member Functions

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

Detailed Description


Constructor & Destructor Documentation

fawkes::SwitchInterface::DisableSwitchMessage::DisableSwitchMessage ( )

Constructor.

Definition at line 534 of file SwitchInterface.cpp.

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

fawkes::SwitchInterface::DisableSwitchMessage::~DisableSwitchMessage ( )

Destructor.

Definition at line 544 of file SwitchInterface.cpp.

References fawkes::Interface::data_ptr.

fawkes::SwitchInterface::DisableSwitchMessage::DisableSwitchMessage ( const DisableSwitchMessage m)

Copy constructor.

Parameters:
mmessage to copy from

Definition at line 552 of file SwitchInterface.cpp.

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


Member Function Documentation

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


The documentation for this class was generated from the following files: