RTI Connext Modern C++ API  Version 6.1.0

Part of the RPC API that relates to the client. More...

Classes

class  dds::rpc::ClientEndpoint< Request, Reply >
 <<reference-type>> Manages the DDS entities required to make remote function calls. More...
 
class  rpc_example::RobotControlClient
 <<reference-type>> Allows client applications to make remote function calls More...
 
class  dds::rpc::ClientParams
 <<value-type>> The parameters used to configure a ClientEndpoint More...
 

Typedefs

using rpc_example::RobotControlClientEndpoint = dds::rpc::ClientEndpoint< RobotControl_Call, RobotControl_Return >
 An instantiation of dds::rpc::ClientEndpoint for the DDS types that allow making function calls to the RobotControl service interface. More...
 

Detailed Description

Part of the RPC API that relates to the client.

Typedef Documentation

◆ RobotControlClientEndpoint

using rpc_example::RobotControlClientEndpoint = typedef dds::rpc::ClientEndpoint<RobotControl_Call, RobotControl_Return>

An instantiation of dds::rpc::ClientEndpoint for the DDS types that allow making function calls to the RobotControl service interface.