Click or drag to resize

TimeBasedFilterQosPolicyMinimumSeparation Property

This interval defines a minimum delay between instance value changes; this permits the DataReader to throttle changes without affecting the state of the associated data writer. By default, MinimumSeparation is zero, which indicates that no data is filtered.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public Duration MinimumSeparation { get; set; }

Property Value

Type: Duration
See Also