Skip to content

Inscoper::DriverConfig

Base class for driver configuration. More...

#include <DriverConfig.h>

Inherited by Inscoper::CustomDriverConfig, Inscoper::InscoperBoxDriverConfig, Inscoper::MicroManagerDriverConfig

Public Functions

Name
DriverConfig() =default
virtual ~DriverConfig() =default
virtual Inscoper::EDriverType getDriverType()
Get the driver type.

Detailed Description

class Inscoper::DriverConfig;

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 DriverConfig

DriverConfig() =default

function ~DriverConfig

virtual ~DriverConfig() =default

function getDriverType

virtual Inscoper::EDriverType getDriverType()

Get the driver type.

Return: The driver type

Reimplemented by: Inscoper::CustomDriverConfig::getDriverType, Inscoper::InscoperBoxDriverConfig::getDriverType, Inscoper::MicroManagerDriverConfig::getDriverType

Retrieves the specific type of driver described by this configuration object.


Updated on 2026-06-23 at 10:35:19 +0200