fawkes::FacialExpressionInterface::MoveMouthMessage Class Reference
MoveMouthMessage Fawkes BlackBoard Interface Message. More...
#include <interfaces/FacialExpressionInterface.h>

Classes | |
| struct | MoveMouthMessage_data_t |
| Internal data storage, do NOT modify! | |
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 Message * | clone () const |
| Clone this message. | |
Detailed Description
MoveMouthMessage Fawkes BlackBoard Interface Message.Definition at line 159 of file FacialExpressionInterface.h.
Constructor & Destructor Documentation
| fawkes::FacialExpressionInterface::MoveMouthMessage::MoveMouthMessage | ( | const mouth_t | ini_mouth_action | ) |
Constructor with initial values.
- Parameters:
-
ini_mouth_action initial value for mouth_action
Definition at line 483 of file FacialExpressionInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
| fawkes::FacialExpressionInterface::MoveMouthMessage::MoveMouthMessage | ( | ) |
Constructor.
Definition at line 492 of file FacialExpressionInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
Referenced by clone().
| fawkes::FacialExpressionInterface::MoveMouthMessage::~MoveMouthMessage | ( | ) |
Destructor.
Definition at line 501 of file FacialExpressionInterface.cpp.
References fawkes::Message::data_ptr.
| fawkes::FacialExpressionInterface::MoveMouthMessage::MoveMouthMessage | ( | const MoveMouthMessage * | m | ) |
Copy constructor.
- Parameters:
-
m message to copy from
Definition at line 509 of file FacialExpressionInterface.cpp.
References fawkes::Message::data_ptr, and fawkes::Message::data_size.
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 554 of file FacialExpressionInterface.cpp.
References MoveMouthMessage().
| 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 533 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 523 of file FacialExpressionInterface.cpp.
| 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_action new mouth_action value
Definition at line 543 of file FacialExpressionInterface.cpp.
The documentation for this class was generated from the following files:
- src/interfaces/FacialExpressionInterface.h
- src/interfaces/FacialExpressionInterface.cpp

