org.lsst.ccs.drivers.rcm
Class TestReg

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

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

Program to test the Java RCM register access routines

Author:
Owen Saxton

Constructor Summary
TestReg()
           
 
Method Summary
 boolean dispatch(int code, int found, Object[] args)
          Dispatches a command
static void main(String[] args)
          Main program
 void run()
          Runs the test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestReg

public TestReg()
Method Detail

main

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


run

public void run()
Runs the test


dispatch

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

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


Copyright © 2013 LSST. All Rights Reserved.