Acquisition
Class DAQChannelListManager

java.lang.Object
  extended by PamguardMVC.ChannelListManager
      extended by Acquisition.DAQChannelListManager

public class DAQChannelListManager
extends ChannelListManager

Class for converting channel indexes and numbers to hydrophones for the main PAMGAURD DAQ.

All these functions are passed through to the AcquisitionParameters class but these ones are better organised and therefore much easier to use than the total mess in the AcquisitionParameters class

Author:
Doug Gillespie
See Also:
AcquisitionParameters

Field Summary
private  AcquisitionControl acquisitionControl
           
 
Constructor Summary
DAQChannelListManager(AcquisitionControl acquisitionControl)
           
 
Method Summary
 int channelIndexToPhone(int channelIndex)
           
 
Methods inherited from class PamguardMVC.ChannelListManager
channelIndexesToPhones, channelIndexesToPhones
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

acquisitionControl

private AcquisitionControl acquisitionControl
Constructor Detail

DAQChannelListManager

public DAQChannelListManager(AcquisitionControl acquisitionControl)
Method Detail

channelIndexToPhone

public int channelIndexToPhone(int channelIndex)
Specified by:
channelIndexToPhone in class ChannelListManager