Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
EngagementParams Class Reference
Detailed DescriptionThis class implements the singleton design pattern in order to provide several parameters that will be used throughout the entire system, such as verbosity. It provides methods for retrieving each of these parameters. Definition at line 49 of file engagement_params.h. Constructor & Destructor Documentation
Default constructor for the EngagementParams class. Definition at line 59 of file engagement_params.cpp. Member Function Documentation
Create all the NodeHandles. Definition at line 260 of file engagement_params.cpp.
Destroy the static EngagementParams object. Definition at line 42 of file engagement_params.cpp.
Destroy all the NodeHandles. Definition at line 315 of file engagement_params.cpp.
Append the actor color around the actor type.
Definition at line 728 of file engagement_params.cpp.
Append the adjacency pair color around the recognizer type.
Definition at line 622 of file engagement_params.cpp.
Return the base level NodeHandle.
Definition at line 442 of file engagement_params.cpp.
Append the backchannel color around the recognizer type.
Definition at line 646 of file engagement_params.cpp.
Return the collab NodeHandle.
Definition at line 490 of file engagement_params.cpp.
Return the configuration adjacency pair NodeHandle.
Definition at line 574 of file engagement_params.cpp.
Return the configuration backchannel NodeHandle.
Definition at line 586 of file engagement_params.cpp.
Return the configuration directed gaze NodeHandle.
Definition at line 550 of file engagement_params.cpp.
Return the conf NodeHandle.
Definition at line 466 of file engagement_params.cpp.
Return the configuration mutual facial gaze NodeHandle.
Definition at line 562 of file engagement_params.cpp.
Append the directed gaze color around the recognizer type.
Definition at line 670 of file engagement_params.cpp.
Return the internal NodeHandle.
Definition at line 454 of file engagement_params.cpp.
Get the log directory.
Definition at line 217 of file engagement_params.cpp.
Append the mutual facial gaze color around the recognizer type.
Definition at line 703 of file engagement_params.cpp.
Get the color code depending on the name of the object.
Definition at line 803 of file engagement_params.cpp.
Method to return the instance of the EngagementParams class.
Definition at line 79 of file engagement_params.cpp.
Return the performing NodeHandle.
Definition at line 502 of file engagement_params.cpp.
Return the recognition NodeHandle.
Definition at line 514 of file engagement_params.cpp.
Return the recognition human NodeHandle.
Definition at line 526 of file engagement_params.cpp.
Return the recognition robotNodeHandle.
Definition at line 538 of file engagement_params.cpp.
Return the tag that will be appended before print statements for the recognition node.
Definition at line 598 of file engagement_params.cpp.
Append the semaphore color around the semaphore type.
Definition at line 753 of file engagement_params.cpp.
Append the actor color around the state type.
Definition at line 778 of file engagement_params.cpp.
Return the verbosity.
Definition at line 180 of file engagement_params.cpp.
Return the vision NodeHandle.
Definition at line 478 of file engagement_params.cpp.
Determine if the recognition node is degraded or not.
Definition at line 162 of file engagement_params.cpp.
Retrieve all the parameters needed, only if they have not yet been retrieved (unless we're forcing the retrieval).
Definition at line 89 of file engagement_params.cpp.
Set the start time.
Definition at line 235 of file engagement_params.cpp. Member Data Documentation
The background color used for the actor. Definition at line 88 of file engagement_params.h.
The foreground color used for the actor. Definition at line 90 of file engagement_params.h.
The background color used for the adjacency pair recognizer. Definition at line 72 of file engagement_params.h.
The foreground color used for the adjacency pair recognizer. Definition at line 74 of file engagement_params.h.
The base level NodeHandle. Definition at line 119 of file engagement_params.h.
The background color used for the backchannel recognizer. Definition at line 76 of file engagement_params.h.
The foreground color used for the backchannel recognizer. Definition at line 78 of file engagement_params.h.
The collaboration NodeHandle. Definition at line 123 of file engagement_params.h.
The configuration adjacency pair NodeHandle. Definition at line 143 of file engagement_params.h.
The configuration backchannel NodeHandle. Definition at line 145 of file engagement_params.h.
The configuration directed gaze NodeHandle. Definition at line 139 of file engagement_params.h.
The configuration NodeHandle. Definition at line 137 of file engagement_params.h.
The configuration mutual facial gaze NodeHandle. Definition at line 141 of file engagement_params.h.
Determine if the recognition node is degraded or not. Definition at line 59 of file engagement_params.h.
The background color used for the directed gaze recognizer. Definition at line 80 of file engagement_params.h.
The foreground color used for the directed gaze recognizer. Definition at line 82 of file engagement_params.h.
The configuration NodeHandle. Definition at line 134 of file engagement_params.h.
The log directory parameter. Definition at line 104 of file engagement_params.h.
The log file parameter. Definition at line 101 of file engagement_params.h.
The background color used for the mutual facial gaze recognizer. Definition at line 84 of file engagement_params.h.
The foreground color used for the mutual facial gaze recognizer. Definition at line 86 of file engagement_params.h.
The instance of the EngagementParams object. Definition at line 53 of file engagement_params.h.
The performing NodeHandle. Definition at line 125 of file engagement_params.h.
The background color code used for the recognition node. Definition at line 68 of file engagement_params.h.
The foreground color code used for the recognition node. Definition at line 70 of file engagement_params.h.
The recognition NodeHandle. Definition at line 127 of file engagement_params.h.
The recognition human NodeHandle. Definition at line 129 of file engagement_params.h.
The recognition robot NodeHandle. Definition at line 131 of file engagement_params.h.
Determine if the parameters have been retrieved. Definition at line 56 of file engagement_params.h.
The background color used for the semaphore. Definition at line 96 of file engagement_params.h.
The foreground color used for the semaphore. Definition at line 98 of file engagement_params.h.
The start time. Definition at line 65 of file engagement_params.h.
The background color used for the state. Definition at line 92 of file engagement_params.h.
The foreground color used for the state. Definition at line 94 of file engagement_params.h.
The verbosity parameter. Definition at line 62 of file engagement_params.h.
The vision NodeHandle. Definition at line 121 of file engagement_params.h. The documentation for this class was generated from the following files:
|