Fawkes API Fawkes Development Version
|
MoveBrowsMessage Fawkes BlackBoard Interface Message. More...
#include <>>
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 Message * | clone () const |
Clone this message. |
MoveBrowsMessage Fawkes BlackBoard Interface Message.
Definition at line 98 of file FacialExpressionInterface.h.
fawkes::FacialExpressionInterface::MoveBrowsMessage::MoveBrowsMessage | ( | const brows_t | ini_brows_action | ) |
Constructor with initial values.
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 | ( | ) |
Constructor.
Definition at line 330 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 | ( | ) |
Destructor.
Definition at line 341 of file FacialExpressionInterface.cpp.
References fawkes::Interface::data_ptr.
fawkes::FacialExpressionInterface::MoveBrowsMessage::MoveBrowsMessage | ( | const MoveBrowsMessage * | m | ) |
Copy constructor.
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.
FacialExpressionInterface::brows_t fawkes::FacialExpressionInterface::MoveBrowsMessage::brows_action | ( | ) | const |
Get brows_action value.
Type of action of brows
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.
Reimplemented from fawkes::Message.
Definition at line 395 of file FacialExpressionInterface.cpp.
size_t fawkes::FacialExpressionInterface::MoveBrowsMessage::maxlenof_brows_action | ( | ) | const |
Get maximum length of brows_action value.
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
new_brows_action | new brows_action value |
Definition at line 384 of file FacialExpressionInterface.cpp.