CAA Ressource Manager Extern Library Documentation ¶ Company CAA Technical Workgroup Title CAA Ressource Manager Extern Version 3.5.16.0 Categories Intern|CAA|Runtime Namespace RSM Author 3S - Smart Software Solutions GmbH Placeholder CAA ResMan Description 1 ¶ This library is an empty wrapper to mark all RSM functions as deprecated. Contents: ¶ CAA Ressource Manager Enums Functions Structs GetSupplierVersion (Function) VersionConstants (GVL) Indices and tables ¶ 1 Based on CAA_ResMan_Extern.library, last modified 27.04.2020, 15:47:27. LibDoc 4.4.0.0-b.27 The content file CAA_ResMan_Extern.clean.json was generated with CODESYS V3.5 SP16 on 27.04.2020, 15:47:27.
_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