fawkes::FacialExpressionInterface::MoveBrowsMessage Class Reference

MoveBrowsMessage Fawkes BlackBoard Interface Message. More...

#include <interfaces/FacialExpressionInterface.h>

Inheritance diagram for fawkes::FacialExpressionInterface::MoveBrowsMessage:

List of all members.


Classes

struct  MoveBrowsMessage_data_t
 Internal data storage, do NOT modify!

Public Member Functions

 MoveBrowsMessage (const brows_t ini_brows_action)
 Constructor with initial values.
 MoveBrowsMessage ()
 Constructor.
 ~MoveBrowsMessage ()
 Destructor.
 MoveBrowsMessage (const MoveBrowsMessage *m)
 Copy constructor.
brows_t brows_action () const
 Get brows_action value.
void set_brows_action (const brows_t new_brows_action)
 Set brows_action value.
size_t maxlenof_brows_action () const
 Get maximum length of brows_action value.
virtual Messageclone () const
 Clone this message.

Detailed Description

MoveBrowsMessage Fawkes BlackBoard Interface Message.

Definition at line 90 of file FacialExpressionInterface.h.


Constructor & Destructor Documentation

fawkes::FacialExpressionInterface::MoveBrowsMessage::MoveBrowsMessage ( const brows_t  ini_brows_action  ) 

Constructor with initial values.

Parameters:
ini_brows_action initial value for brows_action

Definition at line 228 of file FacialExpressionInterface.cpp.

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

fawkes::FacialExpressionInterface::MoveBrowsMessage::MoveBrowsMessage (  ) 

Constructor.

Definition at line 237 of file FacialExpressionInterface.cpp.

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

Referenced by clone().

fawkes::FacialExpressionInterface::MoveBrowsMessage::~MoveBrowsMessage (  ) 

Destructor.

Definition at line 246 of file FacialExpressionInterface.cpp.

References fawkes::Message::data_ptr.

fawkes::FacialExpressionInterface::MoveBrowsMessage::MoveBrowsMessage ( const MoveBrowsMessage m  ) 

Copy constructor.

Parameters:
m message to copy from

Definition at line 254 of file FacialExpressionInterface.cpp.

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


Member Function Documentation

FacialExpressionInterface::brows_t fawkes::FacialExpressionInterface::MoveBrowsMessage::brows_action (  )  const

Get brows_action value.

Type of action of brows

Returns:
brows_action value

Definition at line 268 of file FacialExpressionInterface.cpp.

Message * fawkes::FacialExpressionInterface::MoveBrowsMessage::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 299 of file FacialExpressionInterface.cpp.

References MoveBrowsMessage().

size_t fawkes::FacialExpressionInterface::MoveBrowsMessage::maxlenof_brows_action (  )  const

Get maximum length of brows_action value.

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

Definition at line 278 of file FacialExpressionInterface.cpp.

void fawkes::FacialExpressionInterface::MoveBrowsMessage::set_brows_action ( const brows_t  new_brows_action  ) 

Set brows_action value.

Type of action of brows

Parameters:
new_brows_action new brows_action value

Definition at line 288 of file FacialExpressionInterface.cpp.


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