org.lsst.ccs.drivers.iocard
Class TestAccesDio

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

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

\file TestAccesDio.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.
 
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

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.