Fawkes API  Fawkes Development Version
fawkes::HumanoidMotionInterface::ParkMessage Class Reference

ParkMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::HumanoidMotionInterface::ParkMessage:

List of all members.

Classes

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

Public Member Functions

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

Detailed Description


Constructor & Destructor Documentation

fawkes::HumanoidMotionInterface::ParkMessage::ParkMessage ( )
fawkes::HumanoidMotionInterface::ParkMessage::~ParkMessage ( )

Destructor.

Definition at line 1055 of file HumanoidMotionInterface.cpp.

References fawkes::Interface::data_ptr.

fawkes::HumanoidMotionInterface::ParkMessage::ParkMessage ( const ParkMessage m)

Copy constructor.

Parameters:
mmessage to copy from

Definition at line 1063 of file HumanoidMotionInterface.cpp.

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


Member Function Documentation

Message * fawkes::HumanoidMotionInterface::ParkMessage::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 1079 of file HumanoidMotionInterface.cpp.


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