Click or drag to resize

PartitionQosPolicy Class

This policy allows the introduction of a logical partition concept inside the 'physical' partition induced by a domain.
Inheritance Hierarchy
SystemObject
  OpenDDSharp.DDSPartitionQosPolicy

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

The PartitionQosPolicy type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets or sets the sequence of partition strings. The name defaults to an empty sequence of strings.
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

For a DataReader to see the changes made to an instance by a DataWriter, not only the Topic must match, but also they must share a common partition. Each string in the list that defines this QoS policy defines a partition name. A partition name may contain wildcards. Sharing a common partition means that one of the partition names matches.

Failure to match partitions is not considered an "incompatible" QoS and does not trigger any listeners nor conditions.

This policy is changeable. A change of this policy can potentially modify the "match" of existing DataReader and DataWriter entities. It may establish new "matchs" that did not exist before, or break existing matchs.

See Also