Configuration Database component
Functions
Initialization Functions

Functions

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

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