Package Acquisition
Interface DaqSystemInterface
- All Superinterfaces:
CommonPluginInterface
- All Known Implementing Classes:
ASIOInterface
Interface for External DAQ Systems
- Author:
- MO
-
Method Summary
Modifier and TypeMethodDescriptioncreateDAQControl
(AcquisitionControl acObject) Creates a new instance of the DAQ System controller, the class that extends DaqSystem.class.Methods inherited from interface PamModel.CommonPluginInterface
getAboutText, getContactEmail, getDefaultName, getDeveloperName, getHelpSetName, getJarFile, getPamVerDevelopedOn, getPamVerTestedOn, getVersion, setJarFile
-
Method Details
-
createDAQControl
Creates a new instance of the DAQ System controller, the class that extends DaqSystem.class. The AcquisitionControl object that gets passed to the interface provides the DAQ System with a link to hardware information e.g. channel list, sample rate, etc.This field cannot be null.
- Parameters:
the
- AcquisitionControl object- Returns:
- the DaqSystem object
-