int fwDU_createGlobalIndex(string domain, string device)

Create a DU index to be used in different DUs of the same type

Documentation

Create a DU index to be used in different DUs of the same type. Variables defined outside the "main" in the initialise script of a DU type are common to all DUs in the same CU. But the user can create dyn variables and use the index returned by: fwDU_createGlobalIndex()/fwDU_getGlobalIndex() to distiguish between the various DUs

Usage: JCOP framework internal, public

PVSS manager usage: VISION, CTRL

Returns:
An index to be used with dyn variables for each DU
Parameters:
domain - : The domain name (control unit name) of the device
device - : The device name available in the initialize, state or action scripts

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.