string fwFsmTree_addNode(string parent, string node, string type, int cu)

Add a node to the FSM Tree

Documentation

Add a node to the FSM Tree.

Usage: JCOP framework internal, public

PVSS manager usage: VISION, CTRL

Parameters:
parent - : The parent name ("FSM" for root nodes).
node - : the name of the node (CU, DU or local object) to be added. Can contain a system prefix if on a different system.
type - : the FSM Object type (must be defined in advance using the DEN)
cu - : flag specifying wether to add it as CU or not.

Alphabetic index HTML hierarchy of classes or Java



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