Subsystem.WindowsProcessors Property

Read-only. Returns the configured number of Windows processors. If processor configuration has not happened yet, this property will return a wRTOSNotConfiguredException, and the real-time Subsystem cannot be started. 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 WindowsProcessors { get; }

Property Value

Type: UInt32

Implements

IConfigSubsystem.WindowsProcessors

See Also: