SubsystemStartMode Enumeration
This enumeration represents the various ways the wRTOS real-time Subsystem can be configured to start.
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
public enum SubsystemStartMode
Members
|
Name |
Value | Description |
|---|---|---|
|
DEMAND_START |
0 |
This value indicates the real-time Subsystem does not start until you start it manually or until an RTSS process runs. |
|
BOOT_START |
1 |
This value indicates the real-time Subsystem starts at boot time. |
See Also: