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.CmndProcess.Dispatch

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

Program to test the Java Helios driver routines

Author:
Owen Saxton

Method Summary
 boolean dispatch(int code, int found, Object[] args)
          Routine to dispatch a command
static void main(String[] args)
          Main program
 
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(String[] args)
Main program


dispatch

public boolean dispatch(int code,
                        int found,
                        Object[] args)
Routine to dispatch a command

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


Copyright © 2012 LSST. All Rights Reserved.