SysMCBDAlloc (FUN) ¶ FUNCTION SysMCBDAlloc : POINTER TO CpuCoreBindingDesc InOut: Scope Name Type Return SysMCBDAlloc POINTER TO CpuCoreBindingDesc Input pResult POINTER TO RTS_IEC_RESULT
SysMCBDCount (FUN) ¶ FUNCTION SysMCBDCount : UDINT InOut: Scope Name Type Return SysMCBDCount UDINT Input pBindingDesc POINTER TO CpuCoreBindingDesc pResult POINTER TO RTS_IEC_RESULT
SysMCBDFree (FUN) ¶ FUNCTION SysMCBDFree : RTS_IEC_RESULT InOut: Scope Name Type Return SysMCBDFree RTS_IEC_RESULT Input pBindingDesc POINTER TO CpuCoreBindingDesc
SysMCBDGetFirstID (FUN) ¶ FUNCTION SysMCBDGetFirstID : UDINT InOut: Scope Name Type Return SysMCBDGetFirstID UDINT Input pBindingDesc POINTER TO CpuCoreBindingDesc pResult POINTER TO RTS_IEC_RESULT
SysMCBDGetNextID (FUN) ¶ FUNCTION SysMCBDGetNextID : UDINT InOut: Scope Name Type Return SysMCBDGetNextID UDINT Input pBindingDesc POINTER TO CpuCoreBindingDesc uPrevCoreID UDINT pResult POINTER TO RTS_IEC_RESULT
SysMCBDIsSet (FUN) ¶ FUNCTION SysMCBDIsSet : RTS_IEC_RESULT InOut: Scope Name Type Return SysMCBDIsSet RTS_IEC_RESULT Input pBindingDesc POINTER TO CpuCoreBindingDesc uCoreId UDINT
SysMCGetLoad (FUN) ¶ FUNCTION SysMCGetLoad : RTS_IEC_RESULT InOut: Scope Name Type Comment Return SysMCGetLoad RTS_IEC_RESULT Input CoreID UDINT pPercent POINTER TO BYTE CPU-Core load in percent.
SysMCGetNumOfCores (FUN) ¶ FUNCTION SysMCGetNumOfCores : DWORD Returns the number of available cores. InOut: Scope Name Type Comment Return SysMCGetNumOfCores DWORD Input pResult POINTER TO RTS_IEC_RESULT Pointer to retrieve optional error code.
SysMCGetProcessBinding (FUN) ¶ FUNCTION SysMCGetProcessBinding : RTS_IEC_RESULT Read the binding description of a process. InOut: Scope Name Type Return SysMCGetProcessBinding RTS_IEC_RESULT Input hProcess RTS_IEC_HANDLE pBindingDesc POINTER TO CpuCoreBindingDesc
SysMCGetTaskBinding (FUN) ¶ FUNCTION SysMCGetTaskBinding : RTS_IEC_RESULT Read the binding description of a task. InOut: Scope Name Type Return SysMCGetTaskBinding RTS_IEC_RESULT Input hTask RTS_IEC_HANDLE pBindingDesc POINTER TO CpuCoreBindingDesc