Skip to content

Inscoper::CustomDriverDescription

CustomDriverDescription class provides information for custom drivers. More...

#include <CustomDriverDescription.h>

Inherits from Inscoper::ExternalDriverDescription, Inscoper::DriverDescription

Public Functions

Name
CustomDriverDescription()
Default constructor.
const std::string & getDriverName() const
Get the driver name.
void setDriverName(const std::string & driverName)
Set the driver name.

Additional inherited members

Public Functions inherited from Inscoper::ExternalDriverDescription

Name
ExternalDriverDescription()
Default constructor.
Inscoper::EDeviceType getDeviceType() const
Get the device type.
void setDeviceType(Inscoper::EDeviceType deviceType)
Set the device type.

Public Functions inherited from Inscoper::DriverDescription

Name
DriverDescription() =default
Default constructor.
virtual ~DriverDescription() =default
Virtual destructor.

Detailed Description

class Inscoper::CustomDriverDescription;

CustomDriverDescription class provides information for custom drivers.

Note: This class is non-copyable and non-movable.

This class extends ExternalDriverDescription to provide specific details for custom drivers.

Public Functions Documentation

function CustomDriverDescription

CustomDriverDescription()

Default constructor.

Initializes a new instance of the CustomDriverDescription class.

function getDriverName

const std::string & getDriverName() const

Get the driver name.

Return: The driver name

Retrieves the name of the custom driver.

function setDriverName

void setDriverName(
    const std::string & driverName
)

Set the driver name.

Parameters:

  • driverName : The driver name

Sets the name of the custom driver.


Updated on 2026-04-02 at 10:55:35 +0200