TSPD-ADQ EPICS device support
1.2.0
|
This class creates a device that communicates with a digitizer. ADQ Control Unit is handled by this class. The pointer to ADQAPI interface is also created here. More...
#include <ADQDevice.h>
Public Member Functions | |
ADQDevice (nds::Factory &factory, const std::string &deviceName, const nds::namedParameters_t ¶meters) | |
ADQDevice class constructor. More... | |
This class creates a device that communicates with a digitizer. ADQ Control Unit is handled by this class. The pointer to ADQAPI interface is also created here.
ADQDevice::ADQDevice | ( | nds::Factory & | factory, |
const std::string & | deviceName, | ||
const nds::namedParameters_t & | parameters | ||
) |
ADQDevice class constructor.
factory | contains an interface to the control system that requested a creation of the device. |
deviceName | a name with which the device should be presented to the control system (root node). |
parameters | here a serial number of the requested digitizer is passed to the device. |