fwDIP  8.4.0
fwDIPImport.ctl File Reference

Functions

string fwDIPImport_getNodeValue (int docNum, int node)
 
bool _fwDIP_checkDIPManager (mapping mTemp, mapping &m_dsAllPublication, dyn_string &exceptionInfo, file fFile)
 
 _fwDIPImport_getAllOtherDIPPublication (dyn_string dsDIPAllConfig, string sDIPConfig, mapping &m_dsAllPublication, dyn_string &exceptionInfo)
 
bool _fwDIPImport_isPublicationUsed (string sPublicationName, mapping &m_dsAllPublication, string &sDIPConfig)
 
int _fwDIP_getAllDIPConfigFromConfigFile (dyn_int &diNumber, dyn_string &dsConfigFileDIPConfig)
 
 fwDIPImport_checkDriver (dyn_string &exceptionInfo, file fFile)
 
 _fwDIPImport_addStartManager (int iManagerType, string sManager, string sCommandLine, string sAction)
 
int _fwDIPImport_managerState (int iManagerType, string sManager, string sCommandLine, int iManagerNumber)
 
 fwDIPImport_loadFile (int &iDipMgrNumber, string sFile, dyn_mapping &dmDIPtype, mapping &mDIPdpeList, mapping &m_dsAllPublication, dyn_string &exceptionInfo, string sLogFile="")
 
 fwDIPImport_createDIPConfig (dyn_mapping &dmDIPtype, mapping &mDIPdpeList, dyn_string &exceptionInfo, string sLogFile="")
 
 _fwDIPImport_createDIPManagerConfig (file fFile, mapping mDIPtype, string &sDIPConfigDP, dyn_string &exceptionInfo)
 
 fwDIPImport_DIPApiManager (int iManagerNumber, string sDns, string sParameters, dyn_string &exceptionInfo, file fFile)
 
 fwDIPImport_DIPApiConfigProjectFile (int iManagerNumber, string sDIPConfigDP, dyn_string &exceptionInfo, file fFile)
 
 fwDIPImport_DIPConfigDP (string sDIPConfigDP, string sPublisherName, int iQueryTimeOut, dyn_string &exceptionInfo, file fFile)
 
 _fwDIPImport_createDIPPublicationSubscriptionConfig (file fFile, string sDIPConfigDP, mapping mDIPtype, dyn_dyn_string ddsDPE, dyn_string &exceptionInfo)
 
 _fwDIPImport_createDIPPublication (file fFile, string sDIPConfigDP, mapping mDIPtype, dyn_dyn_string ddsDPE, dyn_string &exceptionInfo)
 
 _fwDIPImport_dumpException (string sType, file fFile, dyn_string exceptionInfoTemp, dyn_string &exceptionInfo, string sPubName, string sDIPConfigDP)
 
bool _fwDIPImport_checkPublicationDPE (dyn_string &dsDPE, dyn_string dsName, dyn_string dsElements, dyn_string dsAlias, dyn_string &exceptionInfo)
 
 _fwDIPImport_createDIPSubscription (file fFile, string sDIPConfigDP, mapping mDIPtype, dyn_dyn_string ddsDPE, dyn_string &exceptionInfo)
 
bool _fwDIPImport_checkAndCreateSubscriptionDPE (string sSubscriptionType, dyn_string &dsDPE, dyn_string dsType, dyn_string dsName, dyn_string dsElements, dyn_string dsAlias, dyn_string &exceptionInfo)
 
bool _fwDIPImport_checkDPEType (string sSubscriptionType, string sDPType, string sElements, dyn_string dsDpel, dyn_int diDpelType)
 
 _fwDIPImport_dumpInLogFile (file fFile, dyn_mapping dmDIPtype, mapping mDIPdpeList)
 
string fwDIPImport_makeLogFileName ()
 
void fwDIPImport_loadConfigInMemory (int &iDipMgrNumber, int docNum, int node, string type, dyn_mapping &dmDIPtype, mapping &mDIPdpeList, mapping &m_dsAllPublication, file fFile, dyn_string &exceptionInfo)
 
int _fwDIPImport_add (string manager, string startMode, int secKill, int restartCount, int resetMin, string commandLine, string host="", int port=4999, string user="", string pwd="")
 
int _fwDIPImport_pmonGetCount (string sHost, int iPort)
 
 _fwDIP_fputs (string sString, file fFile, int iPos=-1, int iMax=-1)
 
public _fwDIP_setProgressBar (int iPos=-1, int iMax=-1)
 
 _fwDIP_setRemainingTime (int iElapsedTime, int iDone, int iTotal, bool bVisible)
 

Detailed Description

This library contains utility functions for the import 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 first version

Constraints
None
Usage
Public
PVSS managers
VISION, CTRL
Author
Herve Milcent

Function Documentation

string fwDIPImport_getNodeValue ( int  docNum,
int  node 
)
Get the value of a xml node
Constraints
None
Usage
Public
PVSS managers
VISION, CTRL
Parameters
docNuminput, the xml document number
nodeinput, the node id
Returns
The value of the xml node or "" in case of an error is returned
bool _fwDIP_checkDIPManager ( mapping  mTemp,
mapping &  m_dsAllPublication,
dyn_string &  exceptionInfo,
file  fFile 
)
Check if the DIP configuration is correct
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
mTempinput, the current DIP config read from the file
m_dsAllPublicationthe list of all the publications except the ones of the current DIP config used
exceptionInfodetails of any exceptions are returned here
fFileinput, the log file name id
Returns
true=OK/false=error
_fwDIPImport_getAllOtherDIPPublication ( dyn_string  dsDIPAllConfig,
string  sDIPConfig,
mapping &  m_dsAllPublication,
dyn_string &  exceptionInfo 
)
Get all the publications except the ones of the DIP config currently used

the list of publications is returned in a mapping variable:

  • key: the DIP config name
  • value: the list of publication
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
dsDIPAllConfiginput, list of all the existing DIP config
sDIPConfiginput, the DIP config to skip
m_dsAllPublicationthe list of all the publication except the ones of the current DIP config used
exceptionInfodetails of any exceptions are returned here
bool _fwDIPImport_isPublicationUsed ( string  sPublicationName,
mapping &  m_dsAllPublication,
string &  sDIPConfig 
)
Check if the publication is already defined and return the DIP config name
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
sPublicationNameinput, the DIP publication
m_dsAllPublicationthe list of all the publication except the ones of the current DIP config used
sDIPConfigif the publication is already defined, the DIP config DP name is returned here
Returns
true=publication already defined/false=publication not defined
int _fwDIP_getAllDIPConfigFromConfigFile ( dyn_int &  diNumber,
dyn_string &  dsConfigFileDIPConfig 
)
Get all the DIP Config from the wincc oa config file.
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
diNumberthe list of DIP manager number
dsConfigFileDIPConfigthe list of DIP config DP
Returns
0=OK/any other value=error
fwDIPImport_checkDriver ( dyn_string &  exceptionInfo,
file  fFile 
)
Check if the SIM driver 13 is started and of type SIM, if not, it is added in the console and started
Constraints
None
Usage
Public
PVSS managers
VISION, CTRL
Parameters
exceptionInfodetails of any exceptions are returned here
fFileinput, the log file name id
_fwDIPImport_addStartManager ( int  iManagerType,
string  sManager,
string  sCommandLine,
string  sAction 
)
Add a manager in the console, start a manager in the console
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
iManagerTypeinput, the type of manager: DRIVER_MAN, API_MAN
sManagerinput, the manager name
sCommandLineinput, command line of the manager
sActioninput, type of action: "ManStart"=start a manager, "ManAdd"=add a manager
int _fwDIPImport_managerState ( int  iManagerType,
string  sManager,
string  sCommandLine,
int  iManagerNumber 
)
Check the state of a manager
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
iManagerTypeinput, the type of manager: DRIVER_MAN, API_MAN
sManagerinput, the manager name
sCommandLineinput, command line of the manager
iManagerNumberinput, the manager number
Returns
the state of the manager: FWDIPIMPORT_CONST_DRIVER_NOTINCONSOLE, FWDIPIMPORT_CONST_DRIVER_RUNNING, FWDIPIMPORT_CONST_DRIVER_NOTRUNNING
fwDIPImport_loadFile ( int &  iDipMgrNumber,
string  sFile,
dyn_mapping &  dmDIPtype,
mapping &  mDIPdpeList,
mapping &  m_dsAllPublication,
dyn_string &  exceptionInfo,
string  sLogFile = "" 
)
Load a XML file

All the DIP configuration of the file are kept in two variables:

  • the type DIP configuration (configuration, publication, subscription) are kept in a dyn_mapping variable: dmDIPtype
  • the index of the configuration in dmDIPtype is the key of the DPE list in mDIPdpeList.
  • the mDIPdpeList is a mapping composed of dyn_dyn_string, each index of the dyn_dyn_string of a given key is the list of DPE and its configuration, the configuration is a dyn_string
  • in a mapping of the list dmDIPtype one can have:

    • the DIP configuration (usually the first instance), there is no DPE list associated in mDIPdpeList
    • the publication, one mapping per publication, there could be a list of DPE in mDIPdpeList for this publication example: dmDIPtype[1]: configuration, DIP config dmDIPtype[1]: publication, type of publication, etc. dmDIPtype[2]: publication, type of publication, etc. .... dmDIPtype[n]: subscription, type of publication, etc.

    mDIPdpeList[1]: dyn_string[1] first DPE of the publication and it configuration dyn_string[2] second DPE of the publication and it configuration ... mDIPdpeList[2]: dyn_string[1] first DPE of the publication and it configuration

    .... mDIPdpeList[n]: dyn_string[1] first DPE of the subscription and it configuration

    The DPE configuration is a dyn_string: [1] name [2] alias [3] element [4] tag [5] buffer [6] overwrite: true or false [7] type: simple, single or multiple [8] description [9] unit

To retreive all the DIP configuration, one loops:

  • over the length of dmDIPtype
  • get the DPE list from mDIPdpeList with the position in the dmDIPtype
Constraints
None
Usage
Public
PVSS managers
VISION, CTRL
Parameters
iDipMgrNumberthe DIP manager number to used
sFileinput, the XML file to read
dmDIPtypelist of DIP configuration
mDIPdpeListDPE list
m_dsAllPublicationall the DIP publication
exceptionInfodetails of any exceptions are returned here
sLogFileinput, the log file name
fwDIPImport_createDIPConfig ( dyn_mapping &  dmDIPtype,
mapping &  mDIPdpeList,
dyn_string &  exceptionInfo,
string  sLogFile = "" 
)
Create the DIP config, publication and subscription

All the DIP configuration of the file are kept in two variables:

  • the type DIP configuration (configuration, publication, subscription) are kept in a dyn_mapping variable: dmDIPtype
  • the index of the configuration in dmDIPtype is the key of the DPE list in mDIPdpeList.
  • the mDIPdpeList is a mapping composed of dyn_dyn_string, each index of the dyn_dyn_string of a given key is the list of DPE and its configuration, the configuration is a dyn_string
  • in a mapping of the list dmDIPtype one can have:

    • the DIP configuration (usually the first instance), there is no DPE list associated in mDIPdpeList
    • the publication, one mapping per publication, there could be a list of DPE in mDIPdpeList for this publication example: dmDIPtype[1]: configuration, DIP config dmDIPtype[1]: publication, type of publication, etc. dmDIPtype[2]: publication, type of publication, etc. .... dmDIPtype[n]: subscription, type of publication, etc.

    mDIPdpeList[1]: dyn_string[1] first DPE of the publication and it configuration dyn_string[2] second DPE of the publication and it configuration ... mDIPdpeList[2]: dyn_string[1] first DPE of the publication and it configuration

    .... mDIPdpeList[n]: dyn_string[1] first DPE of the subscription and it configuration

    The DPE configuration is a dyn_string: [1] name [2] alias [3] element [4] tag [5] buffer [6] overwrite: true or false [7] type: simple, single or multiple [8] description [9] unit

To retreive all the DIP configuration, one loops:

  • over the length of dmDIPtype
  • get the DPE list from mDIPdpeList with the position in the dmDIPtype
Constraints
None
Usage
Public
PVSS managers
VISION, CTRL
Parameters
dmDIPtypelist of DIP configuration
mDIPdpeListDPE list
exceptionInfodetails of any exceptions are returned here
sLogFileinput, the log file name
_fwDIPImport_createDIPManagerConfig ( file  fFile,
mapping  mDIPtype,
string &  sDIPConfigDP,
dyn_string &  exceptionInfo 
)
Configure the DIP config
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
fFileinput, the log file name id
mDIPtypeinput, a DIP configuration
sDIPConfigDPthe DIP config DP
exceptionInfodetails of any exceptions are returned here
fwDIPImport_DIPApiManager ( int  iManagerNumber,
string  sDns,
string  sParameters,
dyn_string &  exceptionInfo,
file  fFile 
)
Check if the DIP API manager is started and add it in the console if needed
Constraints
None
Usage
Public
PVSS managers
VISION, CTRL
Parameters
iManagerNumberinput, the DIP manager number
sDnsinput, the DIP dns
sParametersinput, extra parameters for the DIP manager
exceptionInfodetails of any exceptions are returned here
fFileinput, the log file name id
fwDIPImport_DIPApiConfigProjectFile ( int  iManagerNumber,
string  sDIPConfigDP,
dyn_string &  exceptionInfo,
file  fFile 
)
Set the entry for the DIP API manager in the winccoa project config file
Constraints
None
Usage
Public
PVSS managers
VISION, CTRL
Parameters
iManagerNumberinput, the DIP manager number
sDIPConfigDPinput, the DIP config DP name
exceptionInfodetails of any exceptions are returned here
fFileinput, the log file name id
fwDIPImport_DIPConfigDP ( string  sDIPConfigDP,
string  sPublisherName,
int  iQueryTimeOut,
dyn_string &  exceptionInfo,
file  fFile 
)
Create the DIP config DP if needed and set it.
Constraints
None
Usage
Public
PVSS managers
VISION, CTRL
Parameters
sDIPConfigDPinput, the DIP config DP name
sPublisherNameinput, the DIP config publisher name
iQueryTimeOutinput, the query timeout of for the DIP API manager
exceptionInfodetails of any exceptions are returned here
fFileinput, the log file name id
_fwDIPImport_createDIPPublicationSubscriptionConfig ( file  fFile,
string  sDIPConfigDP,
mapping  mDIPtype,
dyn_dyn_string  ddsDPE,
dyn_string &  exceptionInfo 
)
Create the DIP publication or subscription.

All the DIP publication or subscription is stored in two variables:

  • mDIPtype: containing the configuration of the publication or subscription
  • ddsDPE dyn_dyn_string: the list of DPE and its configuration The DPE configuration is a dyn_string: [1] name [2] alias [3] element [4] tag [5] buffer [6] overwrite: true or false [7] type: simple, single or multiple [8] description [9] unit
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
fFileinput, the log file name id
sDIPConfigDPinput, the DIP config DP name
mDIPtypeinput, the DIP config publisher name
ddsDPEinput, the query timeout of for the DIP API manager
exceptionInfodetails of any exceptions are returned here
_fwDIPImport_createDIPPublication ( file  fFile,
string  sDIPConfigDP,
mapping  mDIPtype,
dyn_dyn_string  ddsDPE,
dyn_string &  exceptionInfo 
)
Create the DIP publication.

All the DIP publication or subscription is stored in two variables:

  • mDIPtype: containing the configuration of the publication or subscription
  • ddsDPE dyn_dyn_string: the list of DPE and its configuration The DPE configuration is a dyn_string: [1] name [2] alias [3] element [4] tag [5] buffer [6] overwrite: true or false [7] type: simple, single or multiple [8] description: not used [9] unit: not used
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
fFileinput, the log file name id
sDIPConfigDPinput, the DIP config DP name
mDIPtypeinput, the DIP config publisher name
ddsDPEinput, the query timeout of for the DIP API manager
exceptionInfodetails of any exceptions are returned here
_fwDIPImport_dumpException ( string  sType,
file  fFile,
dyn_string  exceptionInfoTemp,
dyn_string &  exceptionInfo,
string  sPubName,
string  sDIPConfigDP 
)
Dump exception in the log file.
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
sTypeinput, type of configuration
fFileinput, the log file name id
exceptionInfoTempinput, the exception to write to the log file
exceptionInfodetails of any exceptions are returned here
sPubNameinput, the name of the configuration
sDIPConfigDPinput, the DIP config DP name
bool _fwDIPImport_checkPublicationDPE ( dyn_string &  dsDPE,
dyn_string  dsName,
dyn_string  dsElements,
dyn_string  dsAlias,
dyn_string &  exceptionInfo 
)
Check and return the publication DPE.
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
dsDPEthe list of DPE
dsNameinput, the list of name xml node value
dsElementsinput, the list of elements xml node value
dsAliasinput, the list of alias xml node value
exceptionInfodetails of any exceptions are returned here
_fwDIPImport_createDIPSubscription ( file  fFile,
string  sDIPConfigDP,
mapping  mDIPtype,
dyn_dyn_string  ddsDPE,
dyn_string &  exceptionInfo 
)
Create the DIP subscription.

All the DIP publication or subscription is stored in two variables:

  • mDIPtype: containing the configuration of the publication or subscription
  • ddsDPE dyn_dyn_string: the list of DPE and its configuration The DPE configuration is a dyn_string: [1] name [2] alias [3] element [4] tag [5] buffer [6] overwrite: true or false [7] type: simple, single or multiple [8] description [9] unit
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
fFileinput, the log file name id
sDIPConfigDPinput, the DIP config DP name
mDIPtypeinput, the DIP config publisher name
ddsDPEinput, the query timeout of for the DIP API manager
exceptionInfodetails of any exceptions are returned here
bool _fwDIPImport_checkAndCreateSubscriptionDPE ( string  sSubscriptionType,
dyn_string &  dsDPE,
dyn_string  dsType,
dyn_string  dsName,
dyn_string  dsElements,
dyn_string  dsAlias,
dyn_string &  exceptionInfo 
)
Check and create the subscription DPE
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
sSubscriptionTypeinput, type of subscription read from the file, xsd:bool, xsd:float, xsd:int, xsd:string
dsDPElist of DPE
dsTypeinput, DP type of the given DPE
dsNameinput, the list of name xml node value
dsElementsinput, the list of elements xml node value
dsAliasinput, the list of alias xml node value
exceptionInfodetails of any exceptions are returned here
bool _fwDIPImport_checkDPEType ( string  sSubscriptionType,
string  sDPType,
string  sElements,
dyn_string  dsDpel,
dyn_int  diDpelType 
)
Check the type of DPE can accept the DIP subscription
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
sSubscriptionTypeinput, type of subscription read from the file, xsd:bool, xsd:float, xsd:int, xsd:string
sDPTypeinput, DP type
sElementsinput, the elements xml node value=DPE
dsDpelinput, the list of list of DPE of the sDPType
diDpelTypeinput, the list of list of DPE type of the sDPType
_fwDIPImport_dumpInLogFile ( file  fFile,
dyn_mapping  dmDIPtype,
mapping  mDIPdpeList 
)
dump the DIP config in the log file

All the DIP configuration of the file are kept in two variables:

  • the type DIP configuration (configuration, publication, subscription) are kept in a dyn_mapping variable: dmDIPtype
  • the index of the configuration in dmDIPtype is the key of the DPE list in mDIPdpeList.
  • the mDIPdpeList is a mapping composed of dyn_dyn_string, each index of the dyn_dyn_string of a given key is the list of DPE and its configuration, the configuration is a dyn_string
  • in a mapping of the list dmDIPtype one can have:

    • the DIP configuration (usually the first instance), there is no DPE list associated in mDIPdpeList
    • the publication, one mapping per publication, there could be a list of DPE in mDIPdpeList for this publication example: dmDIPtype[1]: configuration, DIP config dmDIPtype[1]: publication, type of publication, etc. dmDIPtype[2]: publication, type of publication, etc. .... dmDIPtype[n]: subscription, type of publication, etc.

    mDIPdpeList[1]: dyn_string[1] first DPE of the publication and it configuration dyn_string[2] second DPE of the publication and it configuration ... mDIPdpeList[2]: dyn_string[1] first DPE of the publication and it configuration

    .... mDIPdpeList[n]: dyn_string[1] first DPE of the subscription and it configuration

    The DPE configuration is a dyn_string: [1] name [2] alias [3] element [4] tag [5] buffer [6] overwrite: true or false [7] type: simple, single or multiple [8] description [9] unit

To retreive all the DIP configuration, one loops:

  • over the length of dmDIPtype
  • get the DPE list from mDIPdpeList with the position in the dmDIPtype
Constraints
None
Usage
Internal
PVSS managers
VISION, CTRL
Parameters
fFileinput, the log file name id
dmDIPtypelist of DIP configuration
mDIPdpeListDPE list
string fwDIPImport_makeLogFileName ( )
returns the file name to be use for log file
Constraints
None
Usage
Public
PVSS managers
VISION, CTRL
Returns
the file name is returned
void fwDIPImport_loadConfigInMemory ( int &  iDipMgrNumber,
int  docNum,
int  node,
string  type,
dyn_mapping &  dmDIPtype,
mapping &  mDIPdpeList,
mapping &  m_dsAllPublication,
file  fFile,
dyn_string &  exceptionInfo 
)
Load the DIP config into memory
  • the type DIP configuration (configuration, publication, subscription) are kept in a dyn_mapping variable: dmDIPtype
  • the index of the configuration in dmDIPtype is the key fo the DPE list in mDIPdpeList
Constraints
None
Usage
Public
PVSS managers
VISION, CTRL
Parameters
iDipMgrNumberthe DIP manager number to used
docNuminput, the XML doc number
nodeinput, the node number
typeinput, type of config read from the xml file: configuration, publication, etc.
dmDIPtypelist of DIP configuration
mDIPdpeListDPE list
m_dsAllPublicationall the DIP publication
fFileinput, the log file name id
exceptionInfodetails of any exceptions are returned here
int _fwDIPImport_add ( string  manager,
string  startMode,
int  secKill,
int  restartCount,
int  resetMin,
string  commandLine,
string  host = "",
int  port = 4999,
string  user = "",
string  pwd = "" 
)
This function allows to insert a manager into a project. It is checked before, if the 

manager already exists.

Parameters
managername of the manager
startMode{manual, once, always}
secKillseconds to kill after stop
restartCountnumber of restarts
resetMinrestart counter reset time (minutes)
commandLinecommandline for the manager
hosthostname
portpmon port
userpmon user
pwdpmon password
Returns
1 - manager added, 2 - manager already existing, 3 - manager addition disabled, 0 - manager addition failed
Author
F. Varela (original idea by S. Schmeling)

!!!!

int _fwDIPImport_pmonGetCount ( string  sHost,
int  iPort 
)
Equivalent to pmonGetCount(). This function returns the number of manager in the console.
Constraints
None
Usage
Public
PVSS managers
Ui, CTRL
Parameters
sHostinput, pmon hostname
iPortinput, pmon port number
Returns
the number of manager in the console
_fwDIP_fputs ( string  sString,
file  fFile,
int  iPos = -1,
int  iMax = -1 
)
dump string to a file and the screen log.
Constraints
None
Usage
Public
PVSS managers
Ui, CTRL
Parameters
sStringinput, string to write to the log and the screen log
fFileinput, file descriptor
iPosinput, progress bar value
iMaxinput, progress bar max
public _fwDIP_setProgressBar ( int  iPos = -1,
int  iMax = -1 
)
set the progress bar.
Constraints
None
Usage
Public
PVSS managers
Ui, CTRL
Parameters
iPosinput, progress bar value
iMaxinput, progress bar max
_fwDIP_setRemainingTime ( int  iElapsedTime,
int  iDone,
int  iTotal,
bool  bVisible 
)
set the remaining time.
Constraints
None
Usage
Public
PVSS managers
Ui, CTRL
Parameters
iElapsedTimeinput, elapsed time since the beginning
iDoneinput, number of element processed
iTotalinput, total number of element
bVisibleinput, visibility of the text