HORIBA C++ SDK
Library for HORIBA devices
|
Interface for device discoveries on the ICL. More...
#include <device_discovery.h>
Public Member Functions | |
virtual | ~DeviceDiscovery ()=default |
virtual void | execute (bool error_on_no_devices)=0 |
Executes the device discovery. | |
Interface for device discoveries on the ICL.
|
virtualdefault |
|
pure virtual |
Executes the device discovery.
error_on_no_devices | whether to throw an exception or not if no devices are detected |
Implemented in horiba::devices::ChargeCoupledDevicesDiscovery, horiba::devices::MonochromatorsDiscovery, and horiba::devices::SpectrAcq3sDiscovery.