Table of Contents

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

ulong

CpuFamily

CPU family.

public uint CpuFamily

Field Value

uint

CpuFreq

CPU frequency.

public uint CpuFreq

Field Value

uint

CpuType

CPU type.

public uint CpuType

Field Value

uint

NonWinCPUs

Number of non windows cores.

public uint NonWinCPUs

Field Value

uint

RtCpus

Number of real time cores.

public uint RtCpus

Field Value

uint

WinCPUs

Number of Windows (shared) cores.

public uint WinCPUs

Field Value

uint