Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
int64_t | timestamp_sec |
Interface Unix timestamp, seconds. | |
int64_t | timestamp_usec |
Interface Unix timestamp, micro-seconds. | |
brows_t | brows_action |
Type of action of brows. | |
eyes_t | eyes_action |
Type of action of eyes. | |
jowl_t | jowl_action |
Type of action of jown. | |
mouth_t | mouth_action |
Type of action of mouth. |
Internal data storage, do NOT modify!
Type of action of brows.
Definition at line 87 of file FacialExpressionInterface.h.
Referenced by fawkes::FacialExpressionInterface::MoveBrowsMessage::brows_action(), and fawkes::FacialExpressionInterface::MoveBrowsMessage::set_brows_action().
Type of action of eyes.
Definition at line 88 of file FacialExpressionInterface.h.
Referenced by fawkes::FacialExpressionInterface::MoveEyesMessage::eyes_action(), and fawkes::FacialExpressionInterface::MoveEyesMessage::set_eyes_action().
Type of action of jown.
Definition at line 89 of file FacialExpressionInterface.h.
Referenced by fawkes::FacialExpressionInterface::MoveJowlMessage::jowl_action(), and fawkes::FacialExpressionInterface::MoveJowlMessage::set_jowl_action().
Type of action of mouth.
Definition at line 90 of file FacialExpressionInterface.h.
Referenced by fawkes::FacialExpressionInterface::MoveMouthMessage::mouth_action(), and fawkes::FacialExpressionInterface::MoveMouthMessage::set_mouth_action().
Interface Unix timestamp, seconds.
Definition at line 85 of file FacialExpressionInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 86 of file FacialExpressionInterface.h.