int fwFsmUi_connectAlarmState(string callback, string node, string obj)

Connect to the alarm state of the top node (CU, LU or DU) in the FSM main panel

Documentation

Connect to the alarm state of the top node (CU, LU or DU) in the FSM main panel. The Callback function will be called with one parameter: yourCallbackName(int alarm_state), <alarm_state> can be 1 = yes, there are alarms; 0 = No, no alarms.

Usage: JCOP framework internal, public

PVSS manager usage: VISION, CTRL

Parameters:
callback - : The routine to be called when the alarm state changes
node - : The node name (CU) for this panel (available in $node).
obj - : The object name (CU/LU/DU) (normally $obj).

Alphabetic index HTML hierarchy of classes or Java



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