Subsystem.WatchdogTimeout Property

Accesses the timeout, in microseconds, for a real-time thread to be considered a runaway thread. The minimum value is 1000 microseconds. The maximum value is bounded by Uint32.MaxValue. If a real-time thread executes continuously for more than this amount of time, all real-time threads are suspended on all processors, and those real-time processes must be terminated with the RTSSkill utility. This value must be a multiple of the HAL timer.

Namespace:  IntervalZero.MaxRT.wRTOS.Config
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)

Syntax

Copy
public uint WatchdogTimeout { get; set; }

Property Value

Type: UInt32

Implements

IConfigSubsystem.WatchdogTimeout

See Also: