Functions | |
void | _fwConfigurationDB_saveDevicesInConfiguration (dyn_dyn_mixed &deviceListObject, string hierarchyType, int confId, dyn_int dpTypeIds, dyn_string &exceptionInfo, string date) |
void | _fwConfigurationDB_saveDevicePropertiesToDB (dyn_dyn_mixed &deviceListObject, string hierarchyType, dyn_mixed &deviceElementIds, string startDate, dyn_string &exceptionInfo, bool storeValues=TRUE) |
void | fwConfigurationDB_getDeviceConfigurationFromDB (string configurationName, string hierarchyType, dyn_dyn_mixed &deviceListObject, dyn_string &exceptionInfo, time validOn=0, dyn_string deviceList="", string sysName="") |
void | _fwConfigurationDB_getDeviceConfigurationFromDB (string configurationName, string hierarchyType, dyn_dyn_mixed &deviceListObject, dyn_string &exceptionInfo, time validOn=0, dyn_string deviceList="", string sysName="") |
void | _fwConfigurationDB_loadValuesConfiguration (dyn_int propIds, dyn_string &dpes, dyn_int &dpetypes, dyn_string &values, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_extractAddressingConfiguration (dyn_string dpes, dyn_string ipropIds, dyn_dyn_mixed &addressingData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_saveAddressingConfiguration (dyn_dyn_mixed addressingData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_loadAddressingConfiguration (dyn_int propIds, dyn_string dpes, dyn_dyn_mixed &addressingData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_extractAlertConfiguration (dyn_string dpes, dyn_int ipropIds, dyn_string allDpes, dyn_int allIpropIds, dyn_dyn_mixed &alertData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_saveAlertConfiguration (dyn_dyn_mixed &alertData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_loadAlertConfiguration (dyn_int propIds, dyn_string dpes, dyn_dyn_mixed &alertData, dyn_dyn_mixed &sumAlertData, dyn_dyn_mixed &sumAlertByPatternData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_extractArchivingConfiguration (dyn_string dpes, dyn_int ipropIds, dyn_dyn_mixed &archivingData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_saveArchivingConfiguration (dyn_dyn_mixed &archivingData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_loadArchivingConfiguration (dyn_int propIds, dyn_string dpes, dyn_dyn_mixed &archivingData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_extractDpFunctionConfiguration (dyn_string dpes, dyn_int ipropIds, dyn_dyn_mixed &dpFunctionData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_saveDpFunctionConfiguration (dyn_dyn_mixed &dpFunctionData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_loadDpFunctionConfiguration (dyn_int propIds, dyn_string dpes, dyn_dyn_mixed &dpFunctionData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_extractConversionConfiguration (dyn_string dpes, dyn_int ipropIds, dyn_dyn_mixed &conversionData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_saveConversionConfiguration (dyn_dyn_mixed &conversionData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_loadConversionConfiguration (dyn_int propIds, dyn_string dpes, dyn_dyn_mixed &conversionData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_extractPvRangeConfiguration (dyn_string dpes, dyn_int ipropIds, dyn_dyn_mixed &pvRangeData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_savePvRangeConfiguration (dyn_dyn_mixed &pvRangeData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_loadPvRangeConfiguration (dyn_int propIds, dyn_string &dpes, dyn_int &pvrTypes, dyn_dyn_mixed &pvRangeData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_extractSmoothingConfiguration (dyn_string dpes, dyn_int ipropIds, dyn_dyn_mixed &smoothingData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_saveSmoothingConfiguration (dyn_dyn_mixed &smoothingData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_loadSmoothingConfiguration (dyn_int propIds, dyn_string dpes, dyn_dyn_mixed &smoothingData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_extractUnitAndFormatConfiguration (dyn_string dpes, dyn_int ipropIds, dyn_dyn_mixed &unitAndFormatData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_saveUnitAndFormatConfiguration (dyn_dyn_mixed &unitAndFormatData, dyn_string &exceptionInfo) |
void | _fwConfigurationDB_loadUnitAndFormatConfiguration (dyn_int propIds, dyn_string dpes, dyn_dyn_mixed &unitAndFormatData, dyn_string &exceptionInfo) |
Variables | |
global string | _fwConfigurationDB_fileVersion_fwConfigurationDB_DeviceConfiguration_ctl = "3.4.0" |
void _fwConfigurationDB_saveDevicesInConfiguration | ( | dyn_dyn_mixed & | deviceListObject, | |
string | hierarchyType, | |||
int | confId, | |||
dyn_int | dpTypeIds, | |||
dyn_string & | exceptionInfo, | |||
string | date | |||
) |
void _fwConfigurationDB_saveDevicePropertiesToDB | ( | dyn_dyn_mixed & | deviceListObject, | |
string | hierarchyType, | |||
dyn_mixed & | deviceElementIds, | |||
string | startDate, | |||
dyn_string & | exceptionInfo, | |||
bool | storeValues = TRUE | |||
) |
void fwConfigurationDB_getDeviceConfigurationFromDB | ( | string | configurationName, | |
string | hierarchyType, | |||
dyn_dyn_mixed & | deviceListObject, | |||
dyn_string & | exceptionInfo, | |||
time | validOn = 0 , |
|||
dyn_string | deviceList = "" , |
|||
string | sysName = "" | |||
) |
void _fwConfigurationDB_getDeviceConfigurationFromDB | ( | string | configurationName, | |
string | hierarchyType, | |||
dyn_dyn_mixed & | deviceListObject, | |||
dyn_string & | exceptionInfo, | |||
time | validOn = 0 , |
|||
dyn_string | deviceList = "" , |
|||
string | sysName = "" | |||
) |
void _fwConfigurationDB_loadValuesConfiguration | ( | dyn_int | propIds, | |
dyn_string & | dpes, | |||
dyn_int & | dpetypes, | |||
dyn_string & | values, | |||
dyn_string & | exceptionInfo | |||
) |
void _fwConfigurationDB_extractAddressingConfiguration | ( | dyn_string | dpes, | |
dyn_string | ipropIds, | |||
dyn_dyn_mixed & | addressingData, | |||
dyn_string & | exceptionInfo | |||
) |
Extracts addressing configuration from PVSS
dpes | list of the data point element names for which configuration is requested | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
addressingData | on return contains the configuration data (internal format described below) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_saveAddressingConfiguration | ( | dyn_dyn_mixed | addressingData, | |
dyn_string & | exceptionInfo | |||
) |
Saves addressing configuration to Configuration Database
addressingData | should contain the configuration data to be stored (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_loadAddressingConfiguration | ( | dyn_int | propIds, | |
dyn_string | dpes, | |||
dyn_dyn_mixed & | addressingData, | |||
dyn_string & | exceptionInfo | |||
) |
Loads addressing configuration from Configuration Database
dpes | list of the data point element names for which configuration is loaded | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
addressingData | on return contains the configuration data loaded from database (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_extractAlertConfiguration | ( | dyn_string | dpes, | |
dyn_int | ipropIds, | |||
dyn_string | allDpes, | |||
dyn_int | allIpropIds, | |||
dyn_dyn_mixed & | alertData, | |||
dyn_string & | exceptionInfo | |||
) |
Extracts alert configuration from PVSS
dpes | list of the data point element names for which configuration is requested | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
alertData | on return contains the configuration data (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_saveAlertConfiguration | ( | dyn_dyn_mixed & | alertData, | |
dyn_string & | exceptionInfo | |||
) |
Saves alert configuration to Configuration Database
alarmData | should contain the configuration data to be stored (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_loadAlertConfiguration | ( | dyn_int | propIds, | |
dyn_string | dpes, | |||
dyn_dyn_mixed & | alertData, | |||
dyn_dyn_mixed & | sumAlertData, | |||
dyn_dyn_mixed & | sumAlertByPatternData, | |||
dyn_string & | exceptionInfo | |||
) |
Loads alert configuration from Configuration Database
dpes | list of the data point element names for which configuration is loaded | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
alertData | on return contains the configuration data loaded from database (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_extractArchivingConfiguration | ( | dyn_string | dpes, | |
dyn_int | ipropIds, | |||
dyn_dyn_mixed & | archivingData, | |||
dyn_string & | exceptionInfo | |||
) |
Extracts archiving configuration from PVSS
dpes | list of the data point element names for which configuration is requested | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
archivingData | on return contains the configuration data (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_saveArchivingConfiguration | ( | dyn_dyn_mixed & | archivingData, | |
dyn_string & | exceptionInfo | |||
) |
Saves archiving configuration to Configuration Database
archivingData | should contain the configuration data to be stored (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_loadArchivingConfiguration | ( | dyn_int | propIds, | |
dyn_string | dpes, | |||
dyn_dyn_mixed & | archivingData, | |||
dyn_string & | exceptionInfo | |||
) |
Loads archiving configuration from Configuration Database
dpes | list of the data point element names for which configuration is loaded | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
archivingData | on return contains the configuration data loaded from database (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_extractDpFunctionConfiguration | ( | dyn_string | dpes, | |
dyn_int | ipropIds, | |||
dyn_dyn_mixed & | dpFunctionData, | |||
dyn_string & | exceptionInfo | |||
) |
Extracts dp function configuration from PVSS
dpes | list of the data point element names for which configuration is requested | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
dpFunctionData | on return contains the configuration data (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_saveDpFunctionConfiguration | ( | dyn_dyn_mixed & | dpFunctionData, | |
dyn_string & | exceptionInfo | |||
) |
Saves dp function configuration to Configuration Database
dpFunctionData | should contain the configuration data to be stored (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_loadDpFunctionConfiguration | ( | dyn_int | propIds, | |
dyn_string | dpes, | |||
dyn_dyn_mixed & | dpFunctionData, | |||
dyn_string & | exceptionInfo | |||
) |
Loads dp function configuration from Configuration Database
dpes | list of the data point element names for which configuration is loaded | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
dpFunctionData | on return contains the configuration data loaded from database (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_extractConversionConfiguration | ( | dyn_string | dpes, | |
dyn_int | ipropIds, | |||
dyn_dyn_mixed & | conversionData, | |||
dyn_string & | exceptionInfo | |||
) |
Extracts conversion configuration from PVSS
dpes | list of the data point element names for which configuration is requested | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
conversionData | on return contains the configuration data (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_saveConversionConfiguration | ( | dyn_dyn_mixed & | conversionData, | |
dyn_string & | exceptionInfo | |||
) |
Saves conversion configuration to Configuration Database
conversionData | should contain the configuration data to be stored (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_loadConversionConfiguration | ( | dyn_int | propIds, | |
dyn_string | dpes, | |||
dyn_dyn_mixed & | conversionData, | |||
dyn_string & | exceptionInfo | |||
) |
Loads conversion configuration from Configuration Database
dpes | list of the data point element names for which configuration is loaded | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
conversionData | on return contains the configuration data loaded from database (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_extractPvRangeConfiguration | ( | dyn_string | dpes, | |
dyn_int | ipropIds, | |||
dyn_dyn_mixed & | pvRangeData, | |||
dyn_string & | exceptionInfo | |||
) |
Extracts pv range configuration from PVSS
dpes | list of the data point element names for which configuration is requested | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
pvRangeData | on return contains the configuration data (internal format) columns 1- | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_savePvRangeConfiguration | ( | dyn_dyn_mixed & | pvRangeData, | |
dyn_string & | exceptionInfo | |||
) |
Saves pv range configuration to Configuration Database
pvRangeData | should contain the configuration data to be stored (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_loadPvRangeConfiguration | ( | dyn_int | propIds, | |
dyn_string & | dpes, | |||
dyn_int & | pvrTypes, | |||
dyn_dyn_mixed & | pvRangeData, | |||
dyn_string & | exceptionInfo | |||
) |
Loads pv range configuration from Configuration Database
ipropIds | list of IPROP_ID identifiers (effectively DPE's in the database) for which the configuration is loaded | |
dpes | on input - needs to contain the list of dpenames, parallel to ipropIds; this list is overwritten on return! on return, will contain the list of dpes for which the pvrange data exist; the actual data (in a ready-to-apply pvrange "object" format) is returned in pvRangeData | |
pvrTypes | on return contains types of pvrange for subsequent dpes | |
pvRangeData | on return contains the configuration data loaded from database (pvrange "object" format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_extractSmoothingConfiguration | ( | dyn_string | dpes, | |
dyn_int | ipropIds, | |||
dyn_dyn_mixed & | smoothingData, | |||
dyn_string & | exceptionInfo | |||
) |
Extracts smoothing configuration from PVSS
dpes | list of the data point element names for which configuration is requested | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
smoothingData | on return contains the configuration data (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_saveSmoothingConfiguration | ( | dyn_dyn_mixed & | smoothingData, | |
dyn_string & | exceptionInfo | |||
) |
Saves smoothing configuration to Configuration Database
smoothingData | should contain the configuration data to be stored (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_loadSmoothingConfiguration | ( | dyn_int | propIds, | |
dyn_string | dpes, | |||
dyn_dyn_mixed & | smoothingData, | |||
dyn_string & | exceptionInfo | |||
) |
Loads smoothing configuration from Configuration Database
dpes | list of the data point element names for which configuration is loaded | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
smoothingData | on return contains the configuration data loaded from database (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_extractUnitAndFormatConfiguration | ( | dyn_string | dpes, | |
dyn_int | ipropIds, | |||
dyn_dyn_mixed & | unitAndFormatData, | |||
dyn_string & | exceptionInfo | |||
) |
Extracts unit and format configuration from PVSS
dpes | list of the data point element names for which configuration is requested | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
unitAndFormatData | on return contains the configuration data (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_saveUnitAndFormatConfiguration | ( | dyn_dyn_mixed & | unitAndFormatData, | |
dyn_string & | exceptionInfo | |||
) |
Saves unit and format configuration to Configuration Database
unitAndFormatData | should contain the configuration data to be stored (internal format) | |
exceptionInfo | standard exception handling variable |
void _fwConfigurationDB_loadUnitAndFormatConfiguration | ( | dyn_int | propIds, | |
dyn_string | dpes, | |||
dyn_dyn_mixed & | unitAndFormatData, | |||
dyn_string & | exceptionInfo | |||
) |
Loads unit and format configuration from Configuration Database
dpes | list of the data point element names for which configuration is loaded | |
ipropIds | corresponding list of IPROP_ID identifiers (in the database) of the data-point elements | |
unitAndFormatData | on return contains the configuration data loaded from database (internal format) | |
exceptionInfo | standard exception handling variable |
global string _fwConfigurationDB_fileVersion_fwConfigurationDB_DeviceConfiguration_ctl = "3.4.0" |