Subsystem.SetWindowsAndRtssProcessorsRequested Method

This method atomically sets the requested number of Windows and RTSS processors. If the requested number of RTSS processors is changed, the real-time Subsystem must be restarted for the change to take effect. If the requested number of Windows processors is changed, the machine must be rebooted for the change to take effect.

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 void SetWindowsAndRtssProcessorsRequested(
    uint windowsProcessorsRequested,
    uint rtssProcessorsRequested,
    outwRTOSErrorCode warning
)

Parameters

windowsProcessorsRequested

Type: SystemUInt32

rtssProcessorsRequested

Type: SystemUInt32

warning

Type: IntervalZero.MaxRT.wRTOS.Config.wRTOSErrorCode

Implements

IConfigSubsystem.SetWindowsAndRtssProcessorsRequested(UInt32, UInt32)

See Also: