Navigation


Create Dynamic Link

CDL1S1, CDL

- *************************************************
-                      C D L                      *
-                                                 *
-              Create  Dynamic Link               *
-                                                 *
-              Name: CDL1.1  by W. Gerth          *
-                                                 *
- ------------------------------------------------*
-   This procedure establishes a dynamic          *
-   access to any global label somewhere inside   *
-   the administered memory of RTOS-UH.           *
-                                                 *
-   CDL:PROC(para1 CHAR(1) IDENT,  ! Adr of string*
-            para2 REF STRUCT[] IDENT) ! Result   *
-
-
-   Input: para1: Adress of a Text string         *
-          in the form 'modname.entryname.'       *
-                                                 *
-   Output: para2: If para2 is NIL upon entry,    *
-           the proc will search that module and  *
-           inspect it if the entry is inside.    *
-           It returns a NIL- pointer if no       *
-           matching entry is found               *
- *************************************************
-      1.0  14.03.2000 1st in use                 *
-      1.1  24.08.2000 17er-Sl. for Sys.-Entry(Wo)*1/1