fawkes::SkillerDebugInterface::SetGraphColoredMessage Class Reference

SetGraphColoredMessage Fawkes BlackBoard Interface Message. More...

#include <interfaces/SkillerDebugInterface.h>

Inheritance diagram for fawkes::SkillerDebugInterface::SetGraphColoredMessage:
Inheritance graph
[legend]

List of all members.

Classes

struct  SetGraphColoredMessage_data_t
 Internal data storage, do NOT modify!

Public Member Functions

 SetGraphColoredMessage (const bool ini_graph_colored)
 Constructor with initial values.
 SetGraphColoredMessage ()
 Constructor.
 ~SetGraphColoredMessage ()
 Destructor.
 SetGraphColoredMessage (const SetGraphColoredMessage *m)
 Copy constructor.
bool is_graph_colored () const
 Get graph_colored value.
void set_graph_colored (const bool new_graph_colored)
 Set graph_colored value.
size_t maxlenof_graph_colored () const
 Get maximum length of graph_colored value.
virtual Messageclone () const
 Clone this message.

Detailed Description

SetGraphColoredMessage Fawkes BlackBoard Interface Message.

Definition at line 133 of file SkillerDebugInterface.h.


Constructor & Destructor Documentation

fawkes::SkillerDebugInterface::SetGraphColoredMessage::SetGraphColoredMessage ( const bool  ini_graph_colored  ) 

Constructor with initial values.

Parameters:
ini_graph_colored initial value for graph_colored

Definition at line 465 of file SkillerDebugInterface.cpp.

References fawkes::Message::add_fieldinfo(), fawkes::Message::data_ptr, fawkes::Message::data_size, fawkes::Message::data_ts, and fawkes::IFT_BOOL.

fawkes::SkillerDebugInterface::SetGraphColoredMessage::SetGraphColoredMessage (  ) 
fawkes::SkillerDebugInterface::SetGraphColoredMessage::~SetGraphColoredMessage (  ) 

Destructor.

Definition at line 487 of file SkillerDebugInterface.cpp.

References fawkes::Message::data_ptr.

fawkes::SkillerDebugInterface::SetGraphColoredMessage::SetGraphColoredMessage ( const SetGraphColoredMessage m  ) 

Copy constructor.

Parameters:
m message to copy from

Definition at line 495 of file SkillerDebugInterface.cpp.

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


Member Function Documentation

Message * fawkes::SkillerDebugInterface::SetGraphColoredMessage::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 545 of file SkillerDebugInterface.cpp.

References SetGraphColoredMessage().

bool fawkes::SkillerDebugInterface::SetGraphColoredMessage::is_graph_colored (  )  const

Get graph_colored value.

True if the graph is colored, false otherwise.

Returns:
graph_colored value

Definition at line 512 of file SkillerDebugInterface.cpp.

size_t fawkes::SkillerDebugInterface::SetGraphColoredMessage::maxlenof_graph_colored (  )  const

Get maximum length of graph_colored value.

Returns:
length of graph_colored value, can be length of the array or number of maximum number of characters for a string

Definition at line 522 of file SkillerDebugInterface.cpp.

void fawkes::SkillerDebugInterface::SetGraphColoredMessage::set_graph_colored ( const bool  new_graph_colored  ) 

Set graph_colored value.

True if the graph is colored, false otherwise.

Parameters:
new_graph_colored new graph_colored value

Definition at line 534 of file SkillerDebugInterface.cpp.


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

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1