Struct RTimeCpuSettings
- Namespace
- TwinSharp
- Assembly
- TwinSharp.dll
Struct that describes the amount of Windows (shared) cores and isolated cores for TwinCAT.
public struct RTimeCpuSettings
- Inherited Members
Fields
AffinityMask
Affinity mask.
public ulong AffinityMask
Field Value
CpuFamily
CPU family.
public uint CpuFamily
Field Value
CpuFreq
CPU frequency.
public uint CpuFreq
Field Value
CpuType
CPU type.
public uint CpuType
Field Value
NonWinCPUs
Number of non windows cores.
public uint NonWinCPUs
Field Value
RtCpus
Number of real time cores.
public uint RtCpus
Field Value
WinCPUs
Number of Windows (shared) cores.
public uint WinCPUs