Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
APServiceResponse Class Reference
Inheritance diagram for APServiceResponse:
Detailed DescriptionThe APServiceResponse class is responsible for encapsulating the returned status for the Adjacency Pair recognizer. It returns the action that successfully completed the service--or that the service is cycling or failed. Definition at line 49 of file ap_service_response.h. Constructor & Destructor Documentation
Constructor for the APServiceResponse class. Create an APServiceResponse with the given action. Definition at line 43 of file ap_service_response.cpp.
Default constructor for the APServiceResponse class. Definition at line 37 of file ap_service_response.cpp. Member Function Documentation
Create a ServiceResponse that is the cycle status.
Reimplemented from ServiceResponse. Definition at line 49 of file ap_service_response.cpp.
The service call succeeded due to the human performing an extended action.
Definition at line 100 of file ap_service_response.cpp.
Create a ServiceResponse that is the failed status.
Reimplemented from ServiceResponse. Definition at line 55 of file ap_service_response.cpp.
Determine if this APServiceResponse was completed with an extended action.
Definition at line 194 of file ap_service_response.cpp.
Determine if this APServiceResponse was completed with a look.
Definition at line 189 of file ap_service_response.cpp.
Determine if this APServiceResponse was completed with no action.
Definition at line 164 of file ap_service_response.cpp.
Determine if this APServiceResponse was completed with a nod.
Definition at line 169 of file ap_service_response.cpp.
Determine if this APServiceResponse was completed with a point.
Definition at line 184 of file ap_service_response.cpp.
Determine if this APServiceResponse was completed with a shake.
Definition at line 174 of file ap_service_response.cpp.
Determine if this APServiceResponse was completed with speech.
Definition at line 179 of file ap_service_response.cpp.
The service call succeeded due to the human looked.
Definition at line 95 of file ap_service_response.cpp.
The service call did not perform an action.
Definition at line 70 of file ap_service_response.cpp.
The service call succeeded due to the human nodding his head.
Definition at line 75 of file ap_service_response.cpp.
The service call succeeded due to the human pointing.
Definition at line 90 of file ap_service_response.cpp.
Set this action to a cycle action. Reimplemented from ServiceResponse. Definition at line 110 of file ap_service_response.cpp.
Set the data for this service response.
Definition at line 105 of file ap_service_response.cpp.
Set this action to an extended action.
Definition at line 158 of file ap_service_response.cpp.
Set this action to a failed action. Reimplemented from ServiceResponse. Definition at line 116 of file ap_service_response.cpp.
Set this action to a look action.
Definition at line 152 of file ap_service_response.cpp.
Set this action to no action. Definition at line 122 of file ap_service_response.cpp.
Set this action to a nod action. Definition at line 128 of file ap_service_response.cpp.
Set this action to a point action.
Definition at line 146 of file ap_service_response.cpp.
Set this action to a shake action. Definition at line 134 of file ap_service_response.cpp.
Set this action to a speech action.
Definition at line 140 of file ap_service_response.cpp.
The service call succeeded due to the human shaking his head.
Definition at line 80 of file ap_service_response.cpp.
The service call succeeded due to the human speaking.
Definition at line 85 of file ap_service_response.cpp. Member Data Documentation
The action that was used to complete the event. Definition at line 53 of file ap_service_response.h. The documentation for this class was generated from the following files:
|