Introduction
Previous Topic  Next Topic 

The Global Variable Library (CXGLB.DLL) provides a set arrays which are accessible to all tasks to allow global data to shared.    


There are two types of Global array that are made available by this library.     There is one static global array that contains 1024 elements, each of length 255 characters that can be retreived or set by the glb_get() and glb_set() functions.


Secondly, there are a set of functions that provide the means to dynamically create and access multi-dimensional arrays of strings.


All the arrays handled by this library a globally accessible from all tasks in the Telecom Engine.