Fawkes API Fawkes Development Version

fawkes::BatteryInterface::SleepMessage Class Reference

SleepMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::BatteryInterface::SleepMessage:

List of all members.

Classes

struct  SleepMessage_data_t
 Internal data storage, do NOT modify!

Public Member Functions

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

Detailed Description

SleepMessage Fawkes BlackBoard Interface Message.

Definition at line 81 of file BatteryInterface.h.


Constructor & Destructor Documentation

fawkes::BatteryInterface::SleepMessage::SleepMessage ( )
fawkes::BatteryInterface::SleepMessage::~SleepMessage ( )

Destructor.

Definition at line 323 of file BatteryInterface.cpp.

References fawkes::Interface::data_ptr.

fawkes::BatteryInterface::SleepMessage::SleepMessage ( const SleepMessage m)

Copy constructor.

Parameters:
mmessage to copy from

Definition at line 331 of file BatteryInterface.cpp.

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


Member Function Documentation

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


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends