Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
ServiceResponse Class Reference
Inheritance diagram for ServiceResponse:
Detailed DescriptionThe ServiceResponse class is responsible for keeping track of the status of a service response. It can have a status of: cylce, succeeded, or failed. Definition at line 44 of file service_response.h. Constructor & Destructor Documentation
Create a service response with the given status.
Definition at line 42 of file service_response.cpp.
Default constructor for the ServiceResponse class. Definition at line 37 of file service_response.cpp. Member Function Documentation
Create a ServiceResponse that is the cycle status.
Reimplemented in APServiceResponse. Definition at line 47 of file service_response.cpp.
Create a ServiceResponse that is the failed status.
Reimplemented in APServiceResponse. Definition at line 57 of file service_response.cpp.
Determine if this ServiceResponse has the cycle status.
Definition at line 82 of file service_response.cpp.
Determine if this ServiceResponse has the failed status.
Definition at line 92 of file service_response.cpp.
Determine if this ServiceResponse has the succeeded status.
Definition at line 87 of file service_response.cpp.
Set this ServiceResponse to have the same status as the given ServiceResponse.
Definition at line 62 of file service_response.cpp.
Set this ServiceResponse to have a cycle status. Reimplemented in APServiceResponse. Definition at line 67 of file service_response.cpp.
Set this ServiceResponse to have a failed status. Reimplemented in APServiceResponse. Definition at line 77 of file service_response.cpp.
Set this ServiceResponse to have a succeeded status. Definition at line 72 of file service_response.cpp.
Create a ServiceResponse that is the succeeded status.
Definition at line 52 of file service_response.cpp. Member Data Documentation
The service call is cycling. Definition at line 48 of file service_response.h.
The service call failed. Definition at line 52 of file service_response.h.
The status of this service response. Definition at line 55 of file service_response.h.
The service call succeeded. Definition at line 50 of file service_response.h. The documentation for this class was generated from the following files:
|