Click or drag to resize

EntityFactoryQosPolicy Class

This policy controls the behavior of the Entity as a factory for other entities.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSEntityFactoryQosPolicy

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public class EntityFactoryQosPolicy

The EntityFactoryQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyAutoenableCreatedEntities
Gets or sets the value for the autoenable created entities. A value equals indicates that the factory create operation will automatically invoke the enable operation each time a new Entity is created. A value equals indicates that the Entity will not be automatically enabled. The application will need to enable it explicitly by means of the enable operation. The default value for this property is
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This policy concerns only DomainParticipant (as factory for Publisher, Subscriber, and Topic), Publisher (as factory for DataWriter), and Subscriber (as factory for DataReader).

This policy is mutable. A change in the policy affects only the entities created after the change; not the previously created entities.

See Also