org.lsst.ccs.drivers.iocard
Class TestIocard

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

public class TestIocard
extends java.lang.Object
implements org.lsst.ccs.utilities.sa.CmndProc.Dispatch

\file TestIocard.java Program to test the Java DSC universal driver routines \author Owen Saxton


Method Summary
 boolean dispatch(int cCode, java.util.Scanner scan)
          Routine to dispatch a command
static void main(java.lang.String[] args)
          Main program Loops reading and processing each new typed command line.
 void run()
          Routine to run the test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Main program Loops reading and processing each new typed command line.

Throws:
java.io.IOException

run

public void run()
         throws java.io.IOException
Routine to run the test

Throws:
java.io.IOException

dispatch

public boolean dispatch(int cCode,
                        java.util.Scanner scan)
Routine to dispatch a command

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


Copyright © 2012 LSST. All Rights Reserved.