Subsystem.RtssProcessorsActual Property

Returns the actual number of wRTOS processors being used by the real-time Subsystem. The value of this property can differ from the value of property RtssProcessorsRequested if the real-time Subsystem is unable to start some of the requested RTSS processors. The value of this property is only meaningful after the real-time Subsystem has been started at least once. When the real-time Subsystem is stopped, this property's value is 0. See method SetWindowsAndRtssProcessorsRequested.

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

Syntax

Copy
public uint RtssProcessorsActual { get; }

Property Value

Type: UInt32

Implements

IConfigSubsystem.RtssProcessorsActual

See Also: