![]() |
OpenSplice C# API
v6.x
OpenSplice C# Data Distribution Service Data-Centric Publish-Subscribe API
|
This class provides the basic mechanism for an application to specify Quality of Service attributes for a DomainParticipantFactory. More...
Public Attributes | |
EntityFactoryQosPolicy | EntityFactory |
Specifies whether a just created DomainParticipant should be enabled. More... | |
This class provides the basic mechanism for an application to specify Quality of Service attributes for a DomainParticipantFactory.
The QosPolicy cannot be set at creation time, since the DomainParticipantFactory is a pre-existing object that can only be obtained with the DomainParticipantFactory.get_instance operation. Therefore its QosPolicy is initialized to a default value according to the following table:
QosPolicy | Attribute | <Default Value |
---|---|---|
DomainParticipantQos.EntityFactory | EntityFactoryQosPolicy.AutoEnableCreatedEntities | true |
After creation the QosPolicy can be modified with the set_qos operation on the DomainParticipantFactory, which takes the DomainParticipantFactoryQos class as a parameter.
Definition at line 1741 of file DdsDcpsStructs.cs.
EntityFactoryQosPolicy DDS.DomainParticipantFactoryQos.EntityFactory |
Specifies whether a just created DomainParticipant should be enabled.
Definition at line 1749 of file DdsDcpsStructs.cs.