Class ServiceServerProxy
Defined in File service_server_proxy.hpp
Inheritance Relationships
Base Type
public std::enable_shared_from_this< ServiceServerProxy >
Class Documentation
-
class ServiceServerProxy : public std::enable_shared_from_this<ServiceServerProxy>
Service server proxy to handle all service clients.
Public Types
Public Functions
-
~ServiceServerProxy()
Send a response to the load balancing service client.
- Parameters:
request_id – Shared pointer to rmw_request_id_t
response – Untyped response message
-
const char *get_service_name()
Get service name of load balancing service server proxy.
- Returns:
The service name of load balancing service server proxy
-
~ServiceServerProxy()