![]() | HardwareManager Class |
Namespace: LynceeTec.API.Hardware
The HardwareManager type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CamerasManager |
Access to the DHM device's camera. Note that for now, the API only supports a single camera, but the structure
is already ready for several cameras in the future
|
![]() ![]() | FluoFilterWheelsManager |
Access to the DHM device's fluo filter wheels
|
![]() ![]() | IsInitialized |
Gets a value indicating whether the Hardware Manager is already initialized
|
![]() ![]() | LaserSourcesManager |
Access to the DHM device's laser sources
|
![]() ![]() | MotorsManager |
Access to the DHM device's motors
|
![]() ![]() | StagesManager |
Access to the DHM device's stages
|
![]() ![]() | StrobosManager |
Access to the DHM device's strobos
|
![]() ![]() | TurretsManager |
Access to the DHM device's turrets
|
Name | Description | |
---|---|---|
![]() ![]() | Close |
Cleanly closes and dispose the physical hardware and the API resources. Init must have been called first.
|
![]() ![]() | Init(IConfigManager, IDHMHardwareItemsUsage) |
Entry point to the Hardware API. This function initializes the DHM hardware. Call this function before any hardware interaction.
The Lyncée Tec APIs Environment must have been started before.
Note that when accessing real hardware items, this call can take some time to execute.
|
![]() ![]() | Init(IConfigManager, IDHMHardwareItemsUsage, IProgressReporter) |
Entry point to the Hardware API. This function initializes the DHM hardware. Call this function before any hardware interaction.
The Lyncée Tec APIs Environment must have been started before.
Note that when accessing real hardware items, this call can take some time to execute.
|