fawkes::BatteryInterface::PushButtonMessage Class Reference

PushButtonMessage Fawkes BlackBoard Interface Message. More...

#include <interfaces/BatteryInterface.h>

Inheritance diagram for fawkes::BatteryInterface::PushButtonMessage:
Inheritance graph
[legend]

List of all members.

Classes

struct  PushButtonMessage_data_t
 Internal data storage, do NOT modify!

Public Member Functions

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

Detailed Description

PushButtonMessage Fawkes BlackBoard Interface Message.

Definition at line 59 of file BatteryInterface.h.


Constructor & Destructor Documentation

fawkes::BatteryInterface::PushButtonMessage::PushButtonMessage (  ) 

Constructor.

Definition at line 267 of file BatteryInterface.cpp.

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

Referenced by clone().

fawkes::BatteryInterface::PushButtonMessage::~PushButtonMessage (  ) 

Destructor.

Definition at line 277 of file BatteryInterface.cpp.

References fawkes::Message::data_ptr.

fawkes::BatteryInterface::PushButtonMessage::PushButtonMessage ( const PushButtonMessage m  ) 

Copy constructor.

Parameters:
m message to copy from

Definition at line 285 of file BatteryInterface.cpp.

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


Member Function Documentation

Message * fawkes::BatteryInterface::PushButtonMessage::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 301 of file BatteryInterface.cpp.

References PushButtonMessage().


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

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1