_PoolGetNumBlocksLeft (FUN) ¶ FUNCTION _PoolGetNumBlocksLeft : CAA.COUNT InOut: Scope Name Type Return _PoolGetNumBlocksLeft CAA.COUNT Input hPool CAA.HANDLE peError POINTER TO ERROR
_PoolGetSize (FUN) ¶ FUNCTION _PoolGetSize : CAA.SIZE InOut: Scope Name Type Return _PoolGetSize CAA.SIZE Input ctNumBlock CAA.COUNT szBlockSize CAA.SIZE
_PoolPutBlock (FUN) ¶ FUNCTION _PoolPutBlock : ERROR Clears the block owner and returns hBlock to its pool InOut: Scope Name Type Return _PoolPutBlock ERROR Input hBlock CAA.HANDLE
_RLstAddPrio (FUN) ¶ FUNCTION _RLstAddPrio : ERROR Add the priroity level usiPrio to the ready list InOut: Scope Name Type Comment Return _RLstAddPrio ERROR Input hRLst CAA.HANDLE usiPrio USINT [0..63] Priotity Level
_RLstCheckPrio (FUN) ¶ FUNCTION _RLstCheckPrio : BOOL return TRUE if the priority level usiPrio is part of the ready list InOut: Scope Name Type Comment Return _RLstCheckPrio BOOL Input hRLst CAA.HANDLE usiPrio USINT [0..63] priority level. peError POINTER TO ERROR
_RLstCreateH (FUN) ¶ FUNCTION _RLstCreateH : CAA.HANDLE Take a SIZEOF(RLST) bytes from the Heap(OS) and build a Reday List InOut: Scope Name Type Return _RLstCreateH CAA.HANDLE Input peError POINTER TO ERROR
_RLstCreateP (FUN) ¶ FUNCTION _RLstCreateP : CAA.HANDLE Take SIZEOF(RLST) bytes from a PLC(IEC) provided memory and build a Ready List InOut: Scope Name Type Return _RLstCreateP CAA.HANDLE Input szMemory CAA.SIZE pMemory CAA.PVOID peError POINTER TO ERROR
_RLstDelete (FUN) ¶ FUNCTION _RLstDelete : ERROR free all allocated resources of a ready list InOut: Scope Name Type Return _RLstDelete ERROR Input hRLst CAA.HANDLE
_RLstGetHighestPrio (FUN) ¶ FUNCTION _RLstGetHighestPrio : USINT find the higest priority level in the ready list InOut: Scope Name Type Return _RLstGetHighestPrio USINT Input hRLst CAA.HANDLE peError POINTER TO ERROR
_RLstGetSize (FUN) ¶ FUNCTION _RLstGetSize : CAA.SIZE InOut: Scope Name Type Return _RLstGetSize CAA.SIZE Input xDummy BOOL