fwFsmUi_connectObjButton(string domain, string obj, string colorWidget = "none", string stateWidget = "none", string actionsWidget = "none", string part = "")

Connect a display widget (CascadeButton for example) to state changes of an FSM object

Documentation

Connect a display widget (CascadeButton for example) to state changes of an FSM object. Can be used in reference panels of the family of the ones used with fwFsmUi_addObjXXX (fwFsmObj.pnl) Can be called in the "EventInitialize" of any button or widget in the reference panel. Different widget names can be given to show the state, the color and/or the current list of actions. If The list of actions is to be shown the äctionsWidget" must be a "CascadeButton".

Usage: JCOP framework internal, public

PVSS manager usage: VISION, CTRL

Parameters:
domain - : The node name (CU) in this reference panel (normally $domain).
obj - : The object name (CU/LU/DU) (normally $obj).
colorWidget - : A widget for showing the color: "none" (default) - means don't show the color, "" - means current widget.
stateWidget - : A widget for showing the state: "none" (default) - means don't show the state, "" - means current widget.
actionsWidget - : A widget for showing the list of actions: "none" (default) - means don't show the actions, "" - means current widget.

Alphabetic index HTML hierarchy of classes or Java



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