ConfigManager Class |
Namespace: LynceeTec.Eucalyptus
The ConfigManager type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigManager |
Create this instance using the paths defined in the registry for the database and drivers
| |
| ConfigManager(String, String) |
Create this instance with a specific database and drivers.
Do not use this function if you already gave the paths in the constructor.
|
| Name | Description | |
|---|---|---|
| CurrentHoloMeasurementConfig |
Current measurement configuration loaded in the core. Only relevant for old Koala
| |
| CurrentSampleCorrectionConfig |
Current sample configuration loaded in the core. Only relevant for old Koala
| |
| DatabaseVersion |
The version of the database in use
(Inherited from BaseManager.) | |
| DeltaN |
Current difference of refraction indexes corresponding to the current sample correction loaded in the core, adjusted to the type of DHM.
Only relevant for old Koala
| |
| DHMHardwareConfiguration | (Inherited from BaseManager.) | |
| EnabledModules | (Inherited from BaseManager.) | |
| IsConfigLoaded | true | |
| IsDatabaseReadonly | true | |
| IsDhmConnected | true | |
| TargetDatabaseVersion | (Inherited from BaseManager.) | |
| UserManager | (Inherited from BaseManager.) | |
| VerticalScanningConfig |
Current vertical scanning configuration loaded in the core. Only relevant for old Koala
|
| Name | Description | |
|---|---|---|
| ChangeCameraConfig | ||
| Connect |
Connects a DHM device. The device will then be automatically notified if a configuration is loaded.
Previously loaded configurations are not given to the DHM
(Inherited from BaseManager.) | |
| CopyDatabase | ||
| Disconnect |
Disconnects the DHM device instance.
(Inherited from BaseManager.) | |
| Dispose | (Inherited from BaseManager.) | |
| GetDHMParameters |
Gets the subset of configuration parameters necessary to initialize a DHM device object.
| |
| Init |
Initialize the fields read from the database and encrypted files. A user must be logged in
(Overrides BaseManagerInit.) | |
| LoadConfigs |
Loads a measurement configuration and a sample configuration. If a DHM device is connected, the configuration will automatically be transmitted.
Only relevant for old Koala
Asynchronous function.
| |
| LoadMeasurementConfig |
Loads a measurement configuration. The sample configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted.
Only relevant for old Koala
Asynchronous function.
| |
| LoadSampleConfig |
Loads a sample configuration. The measurement configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted.
Only relevant for old Koala
Asynchronous function.
| |
| UnloadConfigs |
Unloads the current configurations (both the Measurement configuration and the Sample configuration). If a DHM device is connected, the modification will automatically be transmitted.
Only relevant for old Koala
| |
| UnloadMeasurementConfig |
Unloads the current measurement configuration. The sample configuration does not change. This has no effect on the currently connected DHM.
Only relevant for old Koala
| |
| UnloadSampleConfig |
Unloads the current sample configuration. The default sample configuration is loaded instead. The measurement configuration does not change.
If a DHM device is connected, the modification will automatically be transmitted.
Only relevant for old Koala
|
| Name | Description | |
|---|---|---|
| ConfigurationLoadFinished | ||
| ConfigurationLoadStarted |