Fawkes API  Fawkes Development Version
fawkes::NaoSensorInterface::StopUltrasonicMessage Class Reference

StopUltrasonicMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::NaoSensorInterface::StopUltrasonicMessage:

List of all members.

Classes

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

Public Member Functions

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

Detailed Description


Constructor & Destructor Documentation

fawkes::NaoSensorInterface::StopUltrasonicMessage::StopUltrasonicMessage ( )
fawkes::NaoSensorInterface::StopUltrasonicMessage::~StopUltrasonicMessage ( )

Destructor.

Definition at line 1502 of file NaoSensorInterface.cpp.

References fawkes::Interface::data_ptr.

fawkes::NaoSensorInterface::StopUltrasonicMessage::StopUltrasonicMessage ( const StopUltrasonicMessage m)

Copy constructor.

Parameters:
mmessage to copy from

Definition at line 1510 of file NaoSensorInterface.cpp.

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


Member Function Documentation

Message * fawkes::NaoSensorInterface::StopUltrasonicMessage::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 1526 of file NaoSensorInterface.cpp.


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