org.lsst.ccs.drivers.mcc
Class TestMccUsb

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

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

Program to test a Measurement Computing DAQ device

Author:
Owen Saxton

Constructor Summary
TestMccUsb()
           
 
Method Summary
 boolean dispatch(int code, int found, Object[] args)
          Dispatches command for processing
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

TestMccUsb

public TestMccUsb()
Method Detail

main

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


run

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


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 © 2012 LSST. All Rights Reserved.