Class OpenDDSChannelConfiguration
- Assembly
- DataDistributionManagerNet.dll
The configuration class for OpenDDS
public class OpenDDSChannelConfiguration : OpenDDSConfiguration, IConfiguration, INotifyPropertyChanged
- Inheritance
-
OpenDDSChannelConfiguration
- Implements
- Inherited Members
Constructors
OpenDDSChannelConfiguration(OpenDDSConfiguration)
Duplicates a configuration
public OpenDDSChannelConfiguration(OpenDDSConfiguration rootConf)
Parameters
rootConf
OpenDDSConfigurationIConfiguration to duplicate
Properties
DataReaderQos
The configuration of DataReaderQosConfiguration. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
public DataReaderQosConfiguration DataReaderQos { get; set; }
Property Value
DataWriterQos
The configuration of SubscriberQosConfiguration. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
public DataWriterQosConfiguration DataWriterQos { get; set; }
Property Value
PublisherQos
The configuration of PublisherQosConfiguration. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
public PublisherQosConfiguration PublisherQos { get; set; }
Property Value
SubscriberQos
The configuration of SubscriberQosConfiguration. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
public SubscriberQosConfiguration SubscriberQos { get; set; }
Property Value
TopicQos
The configuration of TopicQosConfiguration. See http://download.objectcomputing.com/OpenDDS/OpenDDS-latest.pdf
public TopicQosConfiguration TopicQos { get; set; }
Property Value
Methods
PolicyBuilder(string[])
Creates configuration for QoS policies
protected override string[] PolicyBuilder(string[] parameters)
Parameters
parameters
string[]
Returns
- string[]