Fawkes API  Fawkes Development Version
fawkes::FacialExpressionInterface::MoveMouthMessage Class Reference

MoveMouthMessage Fawkes BlackBoard Interface Message. More...

#include <>>

Inheritance diagram for fawkes::FacialExpressionInterface::MoveMouthMessage:

List of all members.

Classes

struct  MoveMouthMessage_data_t
 Internal data storage, do NOT modify! More...

Public Member Functions

 MoveMouthMessage (const mouth_t ini_mouth_action)
 Constructor with initial values.
 MoveMouthMessage ()
 Constructor.
 ~MoveMouthMessage ()
 Destructor.
 MoveMouthMessage (const MoveMouthMessage *m)
 Copy constructor.
mouth_t mouth_action () const
 Get mouth_action value.
void set_mouth_action (const mouth_t new_mouth_action)
 Set mouth_action value.
size_t maxlenof_mouth_action () const
 Get maximum length of mouth_action value.
virtual Messageclone () const
 Clone this message.

Detailed Description


Constructor & Destructor Documentation

fawkes::FacialExpressionInterface::MoveMouthMessage::MoveMouthMessage ( const mouth_t  ini_mouth_action)
fawkes::FacialExpressionInterface::MoveMouthMessage::~MoveMouthMessage ( )

Destructor.

Definition at line 611 of file FacialExpressionInterface.cpp.

References fawkes::Interface::data_ptr.

fawkes::FacialExpressionInterface::MoveMouthMessage::MoveMouthMessage ( const MoveMouthMessage m)

Copy constructor.

Parameters:
mmessage to copy from

Definition at line 619 of file FacialExpressionInterface.cpp.

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


Member Function Documentation

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

size_t fawkes::FacialExpressionInterface::MoveMouthMessage::maxlenof_mouth_action ( ) const

Get maximum length of mouth_action value.

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

Definition at line 644 of file FacialExpressionInterface.cpp.

FacialExpressionInterface::mouth_t fawkes::FacialExpressionInterface::MoveMouthMessage::mouth_action ( ) const

Get mouth_action value.

Type of action of mouth

Returns:
mouth_action value

Definition at line 634 of file FacialExpressionInterface.cpp.

References fawkes::FacialExpressionInterface::FacialExpressionInterface_data_t::mouth_action.

void fawkes::FacialExpressionInterface::MoveMouthMessage::set_mouth_action ( const mouth_t  new_mouth_action)

Set mouth_action value.

Type of action of mouth

Parameters:
new_mouth_actionnew mouth_action value

Definition at line 654 of file FacialExpressionInterface.cpp.

References fawkes::FacialExpressionInterface::FacialExpressionInterface_data_t::mouth_action.


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