Package Acquisition

Interface DaqSystemInterface

All Superinterfaces:
CommonPluginInterface
All Known Implementing Classes:
ASIOInterface

public interface DaqSystemInterface extends CommonPluginInterface
Interface for External DAQ Systems
Author:
MO
  • Method Details

    • createDAQControl

      DaqSystem createDAQControl(AcquisitionControl acObject)
      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