Project: engagement_recognition
License: BSD
Dependencies:
Used by:
None
All Packages
|
factory Namespace Reference
Enumerations |
enum | StateType {
DG_START = 0,
DG_ROBOT_DIRECTING = 1,
DG_HUMAN_DIRECTING = 2,
DG_SHARED_GAZE = 3,
MFG_START = 4,
MFG_ROBOT_WAITING = 5,
MFG_HUMAN_WAITING = 6,
MFG_MUTUAL_FACIAL_GAZE = 7,
AP_START = 8,
AP_ROBOT_RESPONSE = 9,
AP_HUMAN_RESPONSE = 10,
AP_ROBOT_WAITING = 11,
AP_HUMAN_WAITING = 12,
BC_START = 13,
BC_ROBOT_FLOOR = 14,
BC_HUMAN_FLOOR = 15,
INVALID_STATE = 17
} |
Enumeration Type Documentation
The types of State objects used in the factory method to determine which State to create.
- Enumerator:
-
Definition at line 53 of file state_factory.h.
|