This library contains utility functions for the export of fwDIP config.
- Creation Date
- 19/12/2002
- Modification History
- 09/04/2015: Herve ENS-11382: DIP Import blocks HMI
27/08/2013: Herve Milcent DIP-120 - DIP and fwDipImport, accept "single" keyword in the import file and use "single" in the export instead of "simple"
27/08/2013: Herve Milcent ENS-8248
- Constraints
- None
- Usage
- Public
- PVSS managers
- VISION, CTRL
- Author
- Herve Milcent
fwDIPExport_saveDIPConfigInFile |
( |
string |
sDIPConfig, |
|
|
string |
sFile, |
|
|
bool |
bUseAlias, |
|
|
dyn_string & |
exceptionInfo, |
|
|
string |
sLogFile |
|
) |
| |
Save the DIP config in a file
- Constraints
- None
- Usage
- Public
- PVSS managers
- VISION, CTRL
- Parameters
-
sDIPConfig | input, the DIP config DP name |
sFile | input, the file to dump the DIP config into |
bUseAlias | input, true=use the alias/false=use DP name |
exceptionInfo | details of any exceptions are returned here |
sLogFile | input, the log file name |
the publication are kept in a mapping variable:
- key = DIP publication name
- value = list of DPE and its parameter associated to the DIP publication name
One can have more than one DPE per publication.
the subscription are kept in a mapping variable:
- key = DIP subscription name
- value = list of DPE and its parameter associated to the DIP subscription name
One can have more than one DPE per subscription, however in the current implementation, one has only one DPE per subscription, because the complex subscription are not supported (ENS-8248).