![]() |
RTXI 1.3
|
#include <daq.h>
Public Member Functions | |
| Driver (const std::string &name) | |
| virtual | ~Driver (void) |
| virtual Device * | createDevice (const std::list< std::string > &args)=0 |
Acts as a device factory for a specific class of DAQ::Devices.
| DAQ::Driver::Driver | ( | const std::string & | name | ) |
| virtual Device* DAQ::Driver::createDevice | ( | const std::list< std::string > & | args | ) | [pure virtual] |
A factory function for create a DAQ::Device with the provided args.
| args | Arguments to the new DAQ::Device. |
Implemented in AnalogyDriver, ComediDriver, ComediDriver, and NIDriver.