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() | |
| 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 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-04-02 at 10:55:37 +0200