|
void | unLHCLoggingDBUtils_appendLine (const string sLine, file reportFile) |
|
void | unLHCLoggingDBUtils_appendLines (const dyn_string &dsLines, file reportFile) |
|
string | unLHCLoggingDBUtils_obfuscatePathName (string pathName) |
|
void | unUserlib_SURVEY_SystemAlarmInfo_Deprecated (const dyn_string dsDpe, const string sLoc, string &sDpe, string &sDescription, string &sAlias, string &sNane, string &sHierarchy) |
|
void | unUserlib_COLLIMATOR_SystemAlarmInfo_Deprecated (const dyn_string dsDpe, const string sLoc, string &sDpe, string &sDescription, string &sAlias, string &sNane, string &sHierarchy) |
|
bool | unLHCLoggingDBParser_parseTextConfigFile (const string sFileName, dyn_string &dsVariableName, dyn_string &dsDpe, dyn_string &dsAlias, dyn_string &dsHierarchy, dyn_string &dsDescription, dyn_anytype &daConflicts) |
|
bool | unLHCLoggingDBParser_createTextConfigFile (string sFilePathName, const dyn_string &dsDpe, const dyn_string &dsAlias, const dyn_string &dsName, const dyn_string &dsHierarchy, const dyn_string &dsDescription, const dyn_string &dsDataCategory) |
|
string | unLHCLoggingDBParser_createHierarchyString (string sRawHierarchy) |
|
unLHCLoggingDBDeprecated.ctl This library contains all the deprecated functions from unLHCLoggingDB.
- Creation Date
- 26/06/2018
- Author
- Marcin Bes (BE-ICS-FD) Riku-Pekka Silvola (BE-ICS-FD)
◆ unLHCLoggingDBUtils_appendLine()
void unLHCLoggingDBUtils_appendLine |
( |
const string |
sLine, |
|
|
file |
reportFile |
|
) |
| |
Append single line of text to a report file
- Parameters
-
sLine | input, text |
reportFile | input, file |
- Deprecated:
- 2018-06-26
◆ unLHCLoggingDBUtils_appendLines()
void unLHCLoggingDBUtils_appendLines |
( |
const dyn_string & |
dsLines, |
|
|
file |
reportFile |
|
) |
| |
Append multiple lines of text to a report file
- Parameters
-
dsLines | input, text |
reportFile | input, file |
- Deprecated:
- 2018-07-31
◆ unLHCLoggingDBUtils_obfuscatePathName()
string unLHCLoggingDBUtils_obfuscatePathName |
( |
string |
pathName | ) |
|
Obfuscate file path name to data path
- Parameters
-
pathName | input, pathname of the file |
- Deprecated:
- 2018-06-26
◆ unUserlib_SURVEY_SystemAlarmInfo_Deprecated()
void unUserlib_SURVEY_SystemAlarmInfo_Deprecated |
( |
const dyn_string |
dsDpe, |
|
|
const string |
sLoc, |
|
|
string & |
sDpe, |
|
|
string & |
sDescription, |
|
|
string & |
sAlias, |
|
|
string & |
sNane, |
|
|
string & |
sHierarchy |
|
) |
| |
|
private |
!!!!!!!! cst has to be replaced
◆ unUserlib_COLLIMATOR_SystemAlarmInfo_Deprecated()
void unUserlib_COLLIMATOR_SystemAlarmInfo_Deprecated |
( |
const dyn_string |
dsDpe, |
|
|
const string |
sLoc, |
|
|
string & |
sDpe, |
|
|
string & |
sDescription, |
|
|
string & |
sAlias, |
|
|
string & |
sNane, |
|
|
string & |
sHierarchy |
|
) |
| |
|
private |
!!!!!!!! cst has to be replaced
◆ unLHCLoggingDBParser_parseTextConfigFile()
bool unLHCLoggingDBParser_parseTextConfigFile |
( |
const string |
sFileName, |
|
|
dyn_string & |
dsVariableName, |
|
|
dyn_string & |
dsDpe, |
|
|
dyn_string & |
dsAlias, |
|
|
dyn_string & |
dsHierarchy, |
|
|
dyn_string & |
dsDescription, |
|
|
dyn_anytype & |
daConflicts |
|
) |
| |
Parse text file and store data into dyn_strings
For example config files see: unLHCLoggingDB/PVSS/data/
- Parameters
-
sFileName | input, Pathname of the ASCII file |
&dsVariableName | output, list of variable names |
&dsDpe | output, list of dpe names |
&dsAlias | output, list of dpe aliases |
&dsHierarchy | output, list of hierarchies |
&dsDescription | output, list of desciptions |
&daConflicts | output, list of conflicts |
- Returns
- output, true=success,false=error
- Deprecated:
- 2019-11-12
◆ unLHCLoggingDBParser_createTextConfigFile()
bool unLHCLoggingDBParser_createTextConfigFile |
( |
string |
sFilePathName, |
|
|
const dyn_string & |
dsDpe, |
|
|
const dyn_string & |
dsAlias, |
|
|
const dyn_string & |
dsName, |
|
|
const dyn_string & |
dsHierarchy, |
|
|
const dyn_string & |
dsDescription, |
|
|
const dyn_string & |
dsDataCategory |
|
) |
| |
Create new text config file for logging configuration
- Parameters
-
sFilePathName | input, full pathname of the file |
&dsDpe | input, list of dpe names |
&dsAlias | input, list of dpe aliases |
&dsName | input, list of variable names |
&dsHierarchy | input, list of hierarchies |
&dsDescription | input, list of desciptions |
&dsDataCategory | input, list of data categories name/subname |
- Returns
- output, true=success, false=error
- Deprecated:
- 2019-11-12
◆ unLHCLoggingDBParser_createHierarchyString()
string unLHCLoggingDBParser_createHierarchyString |
( |
string |
sRawHierarchy | ) |
|
|
private |
Puts the backslash-separated hierarchy string into form that is needed for text file import
- Parameters
-
sRawHierarchy | input, raw hierarchy string |
- Returns
- formated hierarchy string
- Deprecated:
- 2019-11-26 Only used by old ASCII configuration file format