#include <daq.h>
Acts as a device factory for a specific class of DAQ::Devices.
- See also
- DAQ::Device
Definition at line 397 of file daq.h.
◆ Driver()
DAQ::Driver::Driver | ( | const std::string & | name | ) | |
The constructor needs to be provided with the name of this driver.
- Parameters
name | The name of the driver. |
Definition at line 33 of file daq.cpp.
◆ ~Driver()
DAQ::Driver::~Driver | ( | void | | ) | |
| virtual |
◆ createDevice()
virtual Device* DAQ::Driver::createDevice | ( | const std::list< std::string > & | args | ) | |
| pure virtual |
The documentation for this class was generated from the following files: