Modulo 5.0.0
|
Response structure to be returned by controller services. More...
#include <BaseControllerInterface.hpp>
Public Attributes | |
bool | success |
std::string | message |
Response structure to be returned by controller services.
The structure contains a bool success field and a string message field. This information is used to provide feedback on the service outcome to the service client.
Definition at line 96 of file BaseControllerInterface.hpp.
std::string modulo_controllers::ControllerServiceResponse::message |
Definition at line 98 of file BaseControllerInterface.hpp.
bool modulo_controllers::ControllerServiceResponse::success |
Definition at line 97 of file BaseControllerInterface.hpp.