RTI Connext Modern C++ API
Version 7.0.0
|
<<value-type>> The parameters used to configure a ClientEndpoint More...
#include <dds/rpc/ClientEndpoint.hpp>
Inherits rti::request::detail::EntityParamsWithSetters< ActualEntity >.
Public Member Functions | |
ClientParams (dds::domain::DomainParticipant participant) | |
Construct a new Client Params object. More... | |
ClientParams & | function_call_max_wait (const dds::core::Duration &max_wait) |
Specifies the maximum wait time for all the remote calls. More... | |
dds::core::Duration | function_call_max_wait () const |
Returns the maximum wait time. More... | |
<<value-type>> The parameters used to configure a ClientEndpoint
Since clients use a rti::request::Requester to communicate with a service, the ClientParams type contains the same parameters as an rti::request::RequesterParams, plus function_call_max_wait.
|
inline |
Construct a new Client Params object.
participant | The DomainParticipant is a required parameter |
|
inline |
Specifies the maximum wait time for all the remote calls.
max_wait | The maximum wait time for all remote calls made by a client |
|
inline |
Returns the maximum wait time.
References dds::core::Duration::infinite().