Classes | Public Member Functions

fawkes::SkillerDebugInterface::SetGraphDirectionMessage Class Reference

SetGraphDirectionMessage Fawkes BlackBoard Interface Message. More...

#include <>>

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

List of all members.

Classes

struct  SetGraphDirectionMessage_data_t
 Internal data storage, do NOT modify!

Public Member Functions

 SetGraphDirectionMessage (const GraphDirectionEnum ini_graph_dir)
 Constructor with initial values.
 SetGraphDirectionMessage ()
 Constructor.
 ~SetGraphDirectionMessage ()
 Destructor.
 SetGraphDirectionMessage (const SetGraphDirectionMessage *m)
 Copy constructor.
GraphDirectionEnum graph_dir () const
 Get graph_dir value.
void set_graph_dir (const GraphDirectionEnum new_graph_dir)
 Set graph_dir value.
size_t maxlenof_graph_dir () const
 Get maximum length of graph_dir value.
virtual Messageclone () const
 Clone this message.

Detailed Description

SetGraphDirectionMessage Fawkes BlackBoard Interface Message.

Definition at line 104 of file SkillerDebugInterface.h.


Constructor & Destructor Documentation

fawkes::SkillerDebugInterface::SetGraphDirectionMessage::SetGraphDirectionMessage ( const GraphDirectionEnum  ini_graph_dir  ) 

Constructor with initial values.

Parameters:
ini_graph_dir initial value for graph_dir

Definition at line 371 of file SkillerDebugInterface.cpp.

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

fawkes::SkillerDebugInterface::SetGraphDirectionMessage::SetGraphDirectionMessage (  ) 
fawkes::SkillerDebugInterface::SetGraphDirectionMessage::~SetGraphDirectionMessage (  ) 

Destructor.

Definition at line 393 of file SkillerDebugInterface.cpp.

References fawkes::Message::data_ptr.

fawkes::SkillerDebugInterface::SetGraphDirectionMessage::SetGraphDirectionMessage ( const SetGraphDirectionMessage m  ) 

Copy constructor.

Parameters:
m message to copy from

Definition at line 401 of file SkillerDebugInterface.cpp.

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


Member Function Documentation

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

References SetGraphDirectionMessage().

SkillerDebugInterface::GraphDirectionEnum fawkes::SkillerDebugInterface::SetGraphDirectionMessage::graph_dir (  )  const

Get graph_dir value.

Primary direction of current graph.

Returns:
graph_dir value

Definition at line 418 of file SkillerDebugInterface.cpp.

size_t fawkes::SkillerDebugInterface::SetGraphDirectionMessage::maxlenof_graph_dir (  )  const

Get maximum length of graph_dir value.

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

Definition at line 428 of file SkillerDebugInterface.cpp.

void fawkes::SkillerDebugInterface::SetGraphDirectionMessage::set_graph_dir ( const GraphDirectionEnum  new_graph_dir  ) 

Set graph_dir value.

Primary direction of current graph.

Parameters:
new_graph_dir new graph_dir value

Definition at line 440 of file SkillerDebugInterface.cpp.


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