An interface with generic RPC requests functionality. More...
#include <RpcRequest.hpp>
Public Member Functions | |
| virtual | ~RpcRequest () noexcept=default |
| Destructor. | |
| virtual const eprosima::fastdds::rtps::GUID_t & | get_client_id () const =0 |
| Get the GUID of the client that made the request. | |
| virtual const eprosima::fastdds::rtps::RemoteLocatorList & | get_client_locators () const =0 |
| Get the locators of the client that made the request. | |
An interface with generic RPC requests functionality.
|
virtualdefaultnoexcept |
Destructor.
|
pure virtual |
Get the GUID of the client that made the request.
|
pure virtual |
Get the locators of the client that made the request.