Click or drag to resize

ConfigManager Class

Inheritance Hierarchy
SystemObject
  LynceeTec.EucalyptusBaseManager
    LynceeTec.EucalyptusConfigManager

Namespace: LynceeTec.Eucalyptus
Assembly: LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:33 UTC
Syntax
public class ConfigManager : BaseManager, 
	IConfigManager, IBaseManager, IDisposable

The ConfigManager type exposes the following members.

Constructors
 NameDescription
Public methodConfigManagerObsolete.
Create this instance using the paths defined in the registry for the database and drivers. Only works when Koala is installed on the machine. DEPRECATED. Use ConfigManager(String, String)
Public methodConfigManager(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.
Top
Properties
 NameDescription
Public propertyAllMeasurementConfigsIDs List of all the IDs of all the available measurement configurations in the database
(Inherited from BaseManager)
Public propertyAllMeasurementConfigsInfo List of all the measurement configurations in the database. Use for information only (display info to the user, etc) Do not edit the values directly
(Inherited from BaseManager)
Public propertyAllSampleConfigsIDs List of all the IDs of all the available measurement configurations in the database
(Inherited from BaseManager)
Public propertyAllSampleConfigsInfo List of all the sample configurations in the database. Use for information only (display info to the user, etc) Do not edit the values directly
(Inherited from BaseManager)
Public propertyCurrentHoloMeasurementConfig Current measurement configuration loaded in the core. Only relevant for old Koala
Public propertyCurrentSampleCorrectionConfig Current sample configuration loaded in the core. Only relevant for old Koala
Public propertyDatabaseVersion The version of the database in use
(Inherited from BaseManager)
Public propertyDeltaN Current difference of refractive indexes corresponding to the current sample correction loaded in the core, adjusted to the type of DHM. Only relevant for old Koala
Public propertyDHMHardwareConfiguration
(Inherited from BaseManager)
Public propertyEnabledModules
(Inherited from BaseManager)
Public propertyIsConfigLoaded
C#
true
if a measurement configuration is loaded. Only relevant for old Koala
Public propertyIsDatabaseReadonly
C#
true
if the database is readonly
(Inherited from BaseManager)
Public propertyIsDhmLinked
C#
true
if a DHM object is connected
(Inherited from BaseManager)
Public propertyIsInitialized
(Inherited from BaseManager)
Public propertyTargetDatabaseVersion
(Inherited from BaseManager)
Public propertyUserManager
(Inherited from BaseManager)
Public propertyVerticalScanningConfig Current vertical scanning configuration loaded in the core. Only relevant for old Koala
Top
Methods
 NameDescription
Public methodChangeCameraConfig 
Public methodCopyDatabase 
Public methodDispose
(Inherited from BaseManager)
Public methodGetAllMeasurementConfigIdsForMagnification Gets a list of all the IDs of the available measurement configurations using a specific objective magnification
(Inherited from BaseManager)
Public methodGetAllMeasurementConfigIdsForSources Gets a list of all the IDs of the available measurement configurations using a specific laser sources combination
(Inherited from BaseManager)
Public methodGetAllMeasurementConfigIdsForSourcesAndMagnification Gets a list of all the IDs of the available measurement configurations using a specific objective magnification and laser sources combination
(Inherited from BaseManager)
Public methodGetDHMParameters Gets the subset of configuration parameters necessary to initialize a DHM device object.
Public methodInit Initialize the fields read from the database and encrypted files. A user must be logged in
(Overrides BaseManagerInit)
Public methodInitializeMetadata Initializes a metadata object using the current loaded configuration
Public methodLinkDhmDevice Links a DHM device to the manager. The device will then be automatically notified if a configuration is loaded. Previously loaded configurations are not given to the DHM
(Inherited from BaseManager)
Public methodLoadConfigs 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.
Public methodLoadMeasurementConfig 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.
Public methodLoadMeasurementConfiguration Loads a measurement configuration. The sample configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted. Synchronous function.
Public methodLoadSampleConfig 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.
Public methodLoadSampleConfiguration Loads a sample configuration. The measurement configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted. Synchronous function.
Public methodUnlinkDhmDevice Unlink the DHM device instance from the manager.
(Inherited from BaseManager)
Public methodUnloadConfigs 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
Public methodUnloadMeasurementConfig 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
Public methodUnloadSampleConfig 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
Top
Events
See Also