Fawkes API  Fawkes Development Version
fawkes::SkillerInterface::StopExecMessage Class Reference

StopExecMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::SkillerInterface::StopExecMessage:

List of all members.

Classes

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

Public Member Functions

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

Detailed Description


Constructor & Destructor Documentation

fawkes::SkillerInterface::StopExecMessage::StopExecMessage ( )
fawkes::SkillerInterface::StopExecMessage::~StopExecMessage ( )

Destructor.

Definition at line 576 of file SkillerInterface.cpp.

References fawkes::Interface::data_ptr.

fawkes::SkillerInterface::StopExecMessage::StopExecMessage ( const StopExecMessage m)

Copy constructor.

Parameters:
mmessage to copy from

Definition at line 584 of file SkillerInterface.cpp.

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


Member Function Documentation

Message * fawkes::SkillerInterface::StopExecMessage::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 600 of file SkillerInterface.cpp.


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