Class representing a Service Reply. More...
#include <ServiceReply.hpp>
Public Member Functions | |
bool | executionIsOk () |
std::string | getExecutionStatus () |
shared_ptr< DataBox > | getReplyDataBox () |
std::string | getRequesterEntityName () |
std::string | getRequesterServiceName () |
int | getRequestId () |
std::string | getTargetEntityName () |
std::string | getTargetServiceInterfaceName () |
std::string | getTargetServiceName () |
ServiceReply & | operator= (const ServiceReply &sr) |
ServiceReply (const ServiceReply &sr) | |
ServiceReply (shared_ptr< ServiceRequest > originalRequest, std::string executionStatus="OK") | |
void | setReplyDataBox (shared_ptr< DataBox > dataBox) |
Protected Attributes | |
std::string | dataStructureName_ |
std::string | executionStatus_ |
shared_ptr< DataBox > | replyDataBox_ |
std::string | requesterEntityName_ |
std::string | requesterServiceName_ |
int | requestId_ |
std::string | targetEntityName_ |
std::string | targetServiceInterfaceName_ |
std::string | targetServiceName_ |
Class representing a Service Reply.
Definition at line 66 of file ServiceReply.hpp.