Classes | Public Member Functions

fawkes::NavigatorInterface::StopMessage Class Reference

StopMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::NavigatorInterface::StopMessage:
Inheritance graph
[legend]

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 87 of file NavigatorInterface.h.


Constructor & Destructor Documentation

fawkes::NavigatorInterface::StopMessage::StopMessage (  ) 

Constructor.

Definition at line 597 of file NavigatorInterface.cpp.

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

Referenced by clone().

fawkes::NavigatorInterface::StopMessage::~StopMessage (  ) 

Destructor.

Definition at line 607 of file NavigatorInterface.cpp.

References fawkes::Message::data_ptr.

fawkes::NavigatorInterface::StopMessage::StopMessage ( const StopMessage m  ) 

Copy constructor.

Parameters:
m message to copy from

Definition at line 615 of file NavigatorInterface.cpp.

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


Member Function Documentation

Message * fawkes::NavigatorInterface::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 631 of file NavigatorInterface.cpp.

References StopMessage().


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