fwAlarmHandling  8.4.0
fwAlarmHandlingScreenGroups.ctl File Reference

Functions

dyn_string _fwAlarmHandlingScreenGroups_getFsmDeviceDps (string sCU)
 
int fwAlarmHandlingScreenGroups_getConfig (dyn_dyn_string &sysFilters, dyn_mixed &dpFilters, dyn_mixed &aliasFilters, dyn_string &dsGroupsDescriptions)
 
string fwAlarmHandlingScreenGroups_getGroupId (string dpName)
 
string fwAlarmHandlingScreenGroups_getDefaultSoundPath ()
 
string fwAlarmHandlingScreenGroups_getProjectName ()
 

Detailed Description

fwAlarmHandlingScreenGroups This library contains functions for the internal workings of the JCOP Alarm Screen with Groups.

Creation Date
05/10/2011
Modification History
Constraints
Usage
Internal
PVSS managers
VISION
Author
Marco Boccioli (EN/ICE), based on the original project of Giovanni Polese

Function Documentation

dyn_string _fwAlarmHandlingScreenGroups_getFsmDeviceDps ( string  sCU)
Receive the CU name, return the list of dpes of all the DU below the CU and the nested CUs.
Constraints
None
Usage
Internal
PVSS managers
VISION
Parameters
sCUThe Control Unit name Use the fwAlarmHandlingScreen_CONFIG_OBJECT_FILTER_XXX constants to interpret the object
Returns
the list of dpes belonging to the Device Units under the CU and under the nested CUs.
int fwAlarmHandlingScreenGroups_getConfig ( dyn_dyn_string &  sysFilters,
dyn_mixed &  dpFilters,
dyn_mixed &  aliasFilters,
dyn_string &  dsGroupsDescriptions 
)
Read the Groups configuration
Constraints
The function can only be called from within the JCOP FW Alarm Screen with Groups
Usage
Public
PVSS managers
VISION
Parameters
sysFiltersthe list of system filters (one per group) is returned here.
dpFiltersthe list of dp filters (one list per system) is returned here.
aliasFiltersthe list of alias filters (one list per system) is returned here.
dsGroupsDescriptionsthe list of groups descriptions is returned here.
sysFiltersthe list of filters is returned here.
Returns
0 if ok, -1 if problem.
string fwAlarmHandlingScreenGroups_getGroupId ( string  dpName)
Get the Group dp and return the Group name
Constraints
None
Usage
Public
PVSS managers
VISION
Parameters
dpNamethe dp name of the group.
Returns
the group name.
string fwAlarmHandlingScreenGroups_getDefaultSoundPath ( )
Return the default alarm sound to be played
Constraints
None
Usage
Public
PVSS managers
VISION
Returns
the alarms sound path.
string fwAlarmHandlingScreenGroups_getProjectName ( )
Return the project name
Constraints
None
Usage
Public
PVSS managers
VISION
Returns
the project name.