RtProcess.RTPROCESS_INFORMATION Structure

This structure represents information about a wRTOS real-time process. This structure is analogous to Windows structure PROCESS_INFORMATION.

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

Syntax

Copy
public struct RTPROCESS_INFORMATION

 

The RTPROCESS_INFORMATION class exposes the following members.

Fields

  Name Description

Public field

AffinedProcessorNumber

The processor to which the real-time process is affined.

Public field

ProcessId

The process ID of the real-time process. If the process is a proxy process, this is the process ID of the Windows process for which this process is a proxy, otherwise it is a wRTOS process ID. Windows process IDs are always modulo 4. wRTOS real-time process IDs are always odd.

Public field

ProcessorAffinityMask

The processor affinity mask of the real-time process. The low order bit represents the first Windows processor, with each higher order bit representing the next processor. For instance, on a system with 2 Windows processors, bits 0 and 1 represent the Windows processors, and bit 2 and up represent the real-time processors.

See Also: