org.lsst.ccs.drivers.ad
Class TestAd7747

java.lang.Object
  extended by org.lsst.ccs.drivers.ad.TestAd7747
All Implemented Interfaces:
org.lsst.ccs.utilities.sa.CmndProc.Dispatch

public class TestAd7747
extends Object
implements org.lsst.ccs.utilities.sa.CmndProc.Dispatch

Program to test an Analog Devices 7747 evaluation board

Author:
Owen Saxton

Constructor Summary
TestAd7747(int index, boolean dbg)
          Main constructor
 
Method Summary
 boolean dispatch(int code, Scanner scan)
          Dispatch command for processing - exception-free version
static void main(String[] args)
          Main program
 void run()
          Run the test Loops reading and processing each new typed command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAd7747

public TestAd7747(int index,
                  boolean dbg)
           throws javax.usb.UsbException,
                  IOException
Main constructor

Throws:
javax.usb.UsbException
IOException
Method Detail

main

public static void main(String[] args)
Main program


run

public void run()
         throws IOException
Run the test Loops reading and processing each new typed command line.

Throws:
IOException

dispatch

public boolean dispatch(int code,
                        Scanner scan)
Dispatch command for processing - exception-free version

Specified by:
dispatch in interface org.lsst.ccs.utilities.sa.CmndProc.Dispatch


Copyright © 2012 LSST. All Rights Reserved.