int fwCU_connectAlarmState(string user_callback, string node)

Connect to alarm state changes of a Control Unit, Logical Unit, Device Unit or Internal Object

Documentation

Connect to alarm state changes of a Control Unit, Logical Unit, Device Unit or Internal Object. The Callback function will be called with two parameters: yourCallbackName(string node, int alarm_state), where <node> is the node passed to this function and <alarm_state> is the current alarm state of the CU/LU/DU or Obj. <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 CU/LU node name optionally followed by "::" + the name of the Object/Device

Alphabetic index HTML hierarchy of classes or Java



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