org.lsst.ccs.drivers.ad
Class TestAd7794

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

public class TestAd7794
extends Object
implements org.lsst.ccs.utilities.sa.CmndProcess.Dispatch

Program to test an Analog Devices 7794 evaluation board

Author:
Owen Saxton

Constructor Summary
TestAd7794(boolean debug)
          Main constructor
 
Method Summary
 boolean dispatch(int code, int found, Object[] args)
          Dispatches command for processing
static void main(String[] args)
          Main program
 void run(int index)
          Runs the test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAd7794

public TestAd7794(boolean debug)
Main constructor

Method Detail

main

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


run

public void run(int index)
Runs the test


dispatch

public boolean dispatch(int code,
                        int found,
                        Object[] args)
Dispatches command for processing

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


Copyright © 2013 LSST. All Rights Reserved.