org.lsst.ccs.drivers.iocard
Class TestHelios

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

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

\file TestHelios.java Program to test the Java Helios 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.