string fwTree_createNode(string parent, string node, dyn_string &exInfo)

Create and Add a node (child or root) to a Tree

Documentation

Create and Add a node (child or root) to a Tree.

Usage: JCOP framework internal, public

PVSS manager usage: VISION, CTRL

Returns:
s: The node name actually created
Parameters:
parent - : The name of the parent (the tree name for root nodes)
node - : The new node name
exInfo - : exception - returns a warning if node already exists

Alphabetic index HTML hierarchy of classes or Java



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