CoreDX Data Distribution Service
The High Performance, Small Footprint DDS from Twin Oaks Computing, Inc
com.toc.coredx.DDS.rpc.ReplierParams Class Reference

Public Member Functions

 ReplierParams ()
 
 ReplierParams (ReplierParams other)
 
ReplierParams simple_replier_listener (SimpleReplierListener<? extends RequestType, ? extends ReplyType > listener)
 
ReplierParams replier_listener (ReplierListener<? extends RequestType, ? extends ReplyType > listener)
 
ReplierParams domain_participant (DomainParticipant participant)
 
ReplierParams service_name (String service_name)
 
ReplierParams instance_name (String instance_name)
 
ReplierParams request_topic_name (String req_topic)
 
ReplierParams reply_topic_name (String rep_topic)
 
ReplierParams datawriter_qos (DataWriterQos qos)
 
ReplierParams datareader_qos (DataReaderQos qos)
 
ReplierParams publisher (Publisher publisher)
 
ReplierParams subscriber (Subscriber subscriber)
 
DomainParticipant domain_participant ()
 
ListenerBase simple_replier_listener ()
 
ListenerBase replier_listener ()
 
String service_name ()
 
String instance_name ()
 
String request_topic_name ()
 
String reply_topic_name ()
 
DataWriterQos datawriter_qos ()
 
DataReaderQos datareader_qos ()
 
Publisher publisher ()
 
Subscriber subscriber ()
 

Detailed Description

Used to pass configuration parameters when constructing a Replier.

ReplierParams is a valuetype that serves as a container of configuration parameters of a Replier. It is designed to mimic the named-parameters feature available in some programming languages, which improves readability.

Constructor & Destructor Documentation

◆ ReplierParams() [1/2]

com.toc.coredx.DDS.rpc.ReplierParams.ReplierParams ( )

Default constructor

◆ ReplierParams() [2/2]

com.toc.coredx.DDS.rpc.ReplierParams.ReplierParams ( ReplierParams  other)

Copy constructor

Member Function Documentation

◆ datareader_qos() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.datareader_qos ( DataReaderQos  qos)

Assign the DataReaderQos configured in this instance of ReplierParams.

◆ datareader_qos() [2/2]

DataReaderQos com.toc.coredx.DDS.rpc.ReplierParams.datareader_qos ( )

Access the DataReaderQos configured in this instance of ReplierParams.

◆ datawriter_qos() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.datawriter_qos ( DataWriterQos  qos)

Assign the DataWriterQos configured in this instance of ReplierParams.

◆ datawriter_qos() [2/2]

DataWriterQos com.toc.coredx.DDS.rpc.ReplierParams.datawriter_qos ( )

Access the DataWriterQos configured in this instance of ReplierParams.

◆ domain_participant() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.domain_participant ( DomainParticipant  participant)

Assign the DomainParticipant configured in this instance of ReplierParams.

◆ domain_participant() [2/2]

DomainParticipant com.toc.coredx.DDS.rpc.ReplierParams.domain_participant ( )

Access the DomainParticipant configured in this instance of ReplierParams.

◆ instance_name() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.instance_name ( String  instance_name)

Assign the instance_name configured in this instance of ReplierParams.

◆ instance_name() [2/2]

String com.toc.coredx.DDS.rpc.ReplierParams.instance_name ( )

Access the instance_name configured in this instance of ReplierParams.

◆ publisher() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.publisher ( Publisher  publisher)

Assign the Publisher configured in this instance of ReplierParams.

◆ publisher() [2/2]

Publisher com.toc.coredx.DDS.rpc.ReplierParams.publisher ( )

Access the Publisher configured in this instance of ReplierParams.

◆ replier_listener() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.replier_listener ( ReplierListener<? extends RequestType, ? extends ReplyType >  listener)

Assign the ReplierListener configured in this instance of ReplierParams.

◆ replier_listener() [2/2]

ListenerBase com.toc.coredx.DDS.rpc.ReplierParams.replier_listener ( )

Access the ReplierListener configured in this instance of ReplierParams.

◆ reply_topic_name() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.reply_topic_name ( String  rep_topic)

Assign the reply_topic_name configured in this instance of ReplierParams.

◆ reply_topic_name() [2/2]

String com.toc.coredx.DDS.rpc.ReplierParams.reply_topic_name ( )

Access the reply_topic_name configured in this instance of ReplierParams.

◆ request_topic_name() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.request_topic_name ( String  req_topic)

Assign the request_topic_name configured in this instance of ReplierParams.

◆ request_topic_name() [2/2]

String com.toc.coredx.DDS.rpc.ReplierParams.request_topic_name ( )

Access the request_topic_name configured in this instance of ReplierParams.

◆ service_name() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.service_name ( String  service_name)

Assign the service_name configured in this instance of ReplierParams.

◆ service_name() [2/2]

String com.toc.coredx.DDS.rpc.ReplierParams.service_name ( )

Access the service_name configured in this instance of ReplierParams.

◆ simple_replier_listener() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.simple_replier_listener ( SimpleReplierListener<? extends RequestType, ? extends ReplyType >  listener)

Assign the SimpleReplierListener configured in this instance of ReplierParams.

◆ simple_replier_listener() [2/2]

ListenerBase com.toc.coredx.DDS.rpc.ReplierParams.simple_replier_listener ( )

Access the SimpleReplierListener configured in this instance of ReplierParams.i

◆ subscriber() [1/2]

ReplierParams com.toc.coredx.DDS.rpc.ReplierParams.subscriber ( Subscriber  subscriber)

Assign the Subscriber configured in this instance of ReplierParams.

◆ subscriber() [2/2]

Subscriber com.toc.coredx.DDS.rpc.ReplierParams.subscriber ( )

Access the Subscriber configured in this instance of ReplierParams.


© 2009-2020 Twin Oaks Computing, Inc
Castle Rock, CO 80104
All rights reserved.