CoreDX DDS C# Reference Manual
Public Member Functions | List of all members
ServiceParams Class Reference

Public Member Functions

 ServiceParams ()
 
 ServiceParams (ServiceParams other)
 
ServiceParams service_name (string service_name)
 
ServiceParams instance_name (string instance_name)
 
ServiceParams request_topic_name (string req_topic)
 
ServiceParams reply_topic_name (String rep_topic)
 
ServiceParams datawriter_qos (DataWriterQos qos)
 
ServiceParams datareader_qos (DataReaderQos qos)
 
ServiceParams publisher (Publisher publisher)
 
ServiceParams subscriber (Subscriber subscriber)
 
ServiceParams domain_participant (DomainParticipant part)
 
String service_name ()
 
String instance_name ()
 
String request_topic_name ()
 
String reply_topic_name ()
 
DataWriterQos datawriter_qos ()
 
DataReaderQos datareader_qos ()
 
Publisher publisher ()
 
Subscriber subscriber ()
 
DomainParticipant domain_participant ()
 

Detailed Description

Used to pass configuration parameters when constructing a Service.

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

Constructor & Destructor Documentation

ServiceParams ( )
inline

Default constructor

ServiceParams ( ServiceParams  other)
inline

Copy constructor

Member Function Documentation

ServiceParams datareader_qos ( DataReaderQos  qos)
inline

Assign the DataReaderQos configured in this instance of ServiceParams.

DataReaderQos datareader_qos ( )
inline

Access the DataReaderQos configured in this instance of ServiceParams.

ServiceParams datawriter_qos ( DataWriterQos  qos)
inline

Assign the DataWriterQos configured in this instance of ServiceParams.

DataWriterQos datawriter_qos ( )
inline

Access the DataWriterQos configured in this instance of ServiceParams.

ServiceParams domain_participant ( DomainParticipant  part)
inline

Assign the DomainParticipant configured in this instance of ServiceParams.

DomainParticipant domain_participant ( )
inline

Access the DomainParticipant configured in this instance of ServiceParams.

ServiceParams instance_name ( string  instance_name)
inline

Assign the instance_name configured in this instance of ServiceParams.

String instance_name ( )
inline

Access the instance_name configured in this instance of ServiceParams.

ServiceParams publisher ( Publisher  publisher)
inline

Assign the Publisher configured in this instance of ServiceParams.

Publisher publisher ( )
inline

Access the Publisher configured in this instance of ServiceParams.

ServiceParams reply_topic_name ( String  rep_topic)
inline

Assign the reply_topic_name configured in this instance of ServiceParams.

String reply_topic_name ( )
inline

Access the reply_topic_name configured in this instance of ServiceParams.

ServiceParams request_topic_name ( string  req_topic)
inline

Assign the request_topic_name configured in this instance of ServiceParams.

String request_topic_name ( )
inline

Access the request_topic_name configured in this instance of ServiceParams.

ServiceParams service_name ( string  service_name)
inline

Assign the service_name configured in this instance of ServiceParams.

String service_name ( )
inline

Access the service_name configured in this instance of ServiceParams.

ServiceParams subscriber ( Subscriber  subscriber)
inline

Assign the Subscriber configured in this instance of ServiceParams.

Subscriber subscriber ( )
inline

Access the Subscriber configured in this instance of ServiceParams.


© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.