Classes | Public Member Functions

fawkes::FacialExpressionInterface::MoveBrowsMessage Class Reference

MoveBrowsMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::FacialExpressionInterface::MoveBrowsMessage:
Inheritance graph
[legend]

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 98 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 319 of file FacialExpressionInterface.cpp.

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

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

Destructor.

Definition at line 341 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 349 of file FacialExpressionInterface.cpp.

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


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 364 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 395 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 374 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 384 of file FacialExpressionInterface.cpp.


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