![]() | ConfigManager Class |
Namespace: LynceeTec.Eucalyptus
The ConfigManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurrentHoloMeasurementConfig | |
![]() | CurrentSampleCorrectionConfig | |
![]() | DeltaN | |
![]() | DHMHardwareConfiguration | |
![]() | EnabledModules | |
![]() ![]() | Instance | |
![]() | IsConfigLoaded | |
![]() | IsDatabaseReadonly | |
![]() | IsDhmConnected | |
![]() | ScanningConfig |
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
|
![]() | Disconnect |
Disconnects the DHM device instance.
|
![]() | GetDHMParameters |
Gets the subset of configuration parameters necessary to initialize a DHM device object.
|
![]() | Init |
Initializes this instance using the paths defined in the registry for the database and drivers, using the singleton UserManager
|
![]() | Init(String, String) |
Initializes this instance with a specific database and drivers, using the singleton UserManager.
Do not use this function if you already gave the paths in the constructor.
|
![]() | LoadConfigs |
Loads a measurement configuration and a sample configuration. If a DHM device is connected, the configuration will automatically be transmitted.
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.
Asynchronous function.
|
![]() | LoadSampleConfig |
Loads a sample configuration. If a DHM device is connected, the configuration will automatically be transmitted.
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.
|
![]() | UnloadMeasurementConfig |
Unloads the current measurement configuration. This has no effect on the currently connected DHM. The current sample configuration is not unloaded
|
![]() | UnloadSampleConfig |
Unloads the current sample configuration. If a DHM device is connected, the modification will automatically be transmitted.
|
Name | Description | |
---|---|---|
![]() | ConfigurationLoadFinished | |
![]() | ConfigurationLoadStarted |