Configuration Database component  8.3.0
Functions
Initialization Functions

Functions

synchronized void fwConfigurationDB_checkInit (dyn_string &exceptionInfo)
 
synchronized void fwConfigurationDB_initialize (string setupName, dyn_string &exceptionInfo)
 

Detailed Description

Function Documentation

synchronized void fwConfigurationDB_checkInit ( dyn_string &  exceptionInfo)

Checks if the tool was initialized, calls the initialization if needed

Parameters
exceptionInfostandard exception handling routine
See Also
fwConfigurationDB_checkInit
Initialization section of the "quick start" chapter
synchronized void fwConfigurationDB_initialize ( string  setupName,
dyn_string &  exceptionInfo 
)

Performs the initialization of the tool

Parameters
setupNamespecifies the name of the setup, as defined in the "CDB Setup" panel. Specifying empty string ("") means that the default setup should be used.
exceptionInfostandard exception handling variable.
See Also
Initialization section of the "quick start" chapter