com.inscoper.api.DriverConfig¶
Base class for driver configuration. More...
Inherited by com.inscoper.api.CustomDriverConfig, com.inscoper.api.InscoperBoxDriverConfig, com.inscoper.api.MicroManagerDriverConfig
Public Functions¶
| Name | |
|---|---|
| synchronized void | delete() |
| DriverConfig() | |
| EDriverType | getDriverType() Get the driver type. |
| int | getRealType() |
| DriverConfig | createProxy(long cPtr, boolean cMemoryOwn) |
| CustomDriverConfig | castToCustomDriverConfig(DriverConfig driverConfig) |
| InscoperBoxDriverConfig | castToInscoperBoxDriverConfig(DriverConfig driverConfig) |
| MicroManagerDriverConfig | castToMicroManagerDriverConfig(DriverConfig driverConfig) |
Protected Functions¶
| Name | |
|---|---|
| DriverConfig(long cPtr, boolean cMemoryOwn) | |
| void | swigSetCMemOwn(boolean own) |
| void | finalize() |
| long | getCPtr(DriverConfig obj) |
Detailed Description¶
Base class for driver configuration.
Note: This class is non-copyable and non-movable.
This class serves as a base for specific driver configuration types. It provides a common interface for polymorphism.
Public Functions Documentation¶
function delete¶
Reimplemented by: com.inscoper.api.CustomDriverConfig.delete, com.inscoper.api.InscoperBoxDriverConfig.delete, com.inscoper.api.MicroManagerDriverConfig.delete
function DriverConfig¶
function getDriverType¶
Get the driver type.
Return: The driver type
Reimplemented by: com.inscoper.api.CustomDriverConfig.getDriverType, com.inscoper.api.InscoperBoxDriverConfig.getDriverType, com.inscoper.api.MicroManagerDriverConfig.getDriverType
Retrieves the specific type of driver described by this configuration object.
function getRealType¶
function createProxy¶
function castToCustomDriverConfig¶
function castToInscoperBoxDriverConfig¶
function castToMicroManagerDriverConfig¶
Protected Functions Documentation¶
function DriverConfig¶
function swigSetCMemOwn¶
Reimplemented by: com.inscoper.api.CustomDriverConfig.swigSetCMemOwn, com.inscoper.api.InscoperBoxDriverConfig.swigSetCMemOwn, com.inscoper.api.MicroManagerDriverConfig.swigSetCMemOwn
function finalize¶
Reimplemented by: com.inscoper.api.CustomDriverConfig.finalize, com.inscoper.api.InscoperBoxDriverConfig.finalize, com.inscoper.api.MicroManagerDriverConfig.finalize
function getCPtr¶
Updated on 2026-06-23 at 10:35:24 +0200