VersionConstants (GVL) ¶ InOut: Scope Name Type Initial Constant gc_byVersion BYTE 1 gc_byVersion_1 BYTE 0
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 17.05.2017, 14:27:42 companyName string 3S-Smart Software Solutions GmbH libraryFile CAA_RealTimeClock_Extern.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP10 Patch 2 contentFile CAA_RealTimeClock_Extern.clean.json version version 1.0.1.1 ProjectInformation Released bool True LastModificationDateTime date 01.01.1601, 00:53:00 LibraryCategories library-category-list Intern|CAA|System Author string 3S - Smart Software Solutions GmbH Company CAA Technical Workgroup DefaultNamespace RTCLK Description See: Description DocFormat reStructuredText LanguageModelAttribute qualified-access-only Placeholder CAA RTCLK Project CAA_RealTimeClock_Extern Title CAA Real Time Clock Extern Version string 0.01 Version version 3.5.10.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CAA Async Manager Extern ¶ Library Identification ¶ Placeholder: CAA Async Manager Default Resolution: CAA Async Manager Extern, * (CAA Technical Workgroup) Namespace: ASM Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: CAA Async Manager CAA Types Extern ¶ Library Identification ¶ Placeholder: CAA Types Default Resolution: CAA Types Extern, * (CAA Technical Workgroup) Namespace: CAA Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: CAA Types
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