![]() |
HistoryQosPolicy Class |
Namespace: OpenDDSharp.DDS
The HistoryQosPolicy type exposes the following members.
Name | Description | |
---|---|---|
![]() | Depth |
Gets or sets the history maximum depth.
|
![]() | Kind |
Gets or sets the history kind applied to the Entity |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This policy defaults to a "keep last" with a depth of one.
The setting of History Depth must be consistent with the ResourceLimits MaxSamplesPerInstance. For these two QoS to be consistent, they must verify that Depth <= MaxSamplesPerInstance.