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. | |
MoveMouthMessage Fawkes BlackBoard Interface Message.
Definition at line 179 of file FacialExpressionInterface.h.
| fawkes::FacialExpressionInterface::MoveMouthMessage::MoveMouthMessage | ( | const mouth_t | ini_mouth_action | ) |
Constructor with initial values.
| ini_mouth_action | initial value for mouth_action |
Definition at line 589 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::MoveMouthMessage::MoveMouthMessage | ( | ) |
Constructor.
Definition at line 600 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.
Referenced by clone().
| fawkes::FacialExpressionInterface::MoveMouthMessage::~MoveMouthMessage | ( | ) |
Destructor.
Definition at line 611 of file FacialExpressionInterface.cpp.
References fawkes::Message::data_ptr.
| fawkes::FacialExpressionInterface::MoveMouthMessage::MoveMouthMessage | ( | const MoveMouthMessage * | m | ) |
Copy constructor.
| m | message to copy from |
Definition at line 619 of file FacialExpressionInterface.cpp.
References fawkes::Message::data_ptr, fawkes::Message::data_size, and fawkes::Message::data_ts.
| 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.
Reimplemented from fawkes::Message.
Definition at line 665 of file FacialExpressionInterface.cpp.
References MoveMouthMessage().
| size_t fawkes::FacialExpressionInterface::MoveMouthMessage::maxlenof_mouth_action | ( | ) | const |
Get maximum length of mouth_action value.
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
Definition at line 634 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
| new_mouth_action | new mouth_action value |
Definition at line 654 of file FacialExpressionInterface.cpp.
1.6.1