Fawkes API Fawkes Development Version

fawkes::KatanaInterface::StopMessage Class Reference

StopMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::KatanaInterface::StopMessage:

List of all members.

Classes

struct  StopMessage_data_t
 Internal data storage, do NOT modify!

Public Member Functions

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

Detailed Description

StopMessage Fawkes BlackBoard Interface Message.

Definition at line 98 of file KatanaInterface.h.


Constructor & Destructor Documentation

fawkes::KatanaInterface::StopMessage::StopMessage ( )

Constructor.

Definition at line 667 of file KatanaInterface.cpp.

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

fawkes::KatanaInterface::StopMessage::~StopMessage ( )

Destructor.

Definition at line 677 of file KatanaInterface.cpp.

References fawkes::Interface::data_ptr.

fawkes::KatanaInterface::StopMessage::StopMessage ( const StopMessage m)

Copy constructor.

Parameters:
mmessage to copy from

Definition at line 685 of file KatanaInterface.cpp.

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


Member Function Documentation

Message * fawkes::KatanaInterface::StopMessage::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 701 of file KatanaInterface.cpp.


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