org.lsst.ccs.drivers.rcm
Class TestSpeed

java.lang.Object
  extended by org.lsst.ccs.drivers.rcm.TestSpeed

public class TestSpeed
extends Object

Program to test the speed of Java RCM register access routines

Author:
Owen Saxton

Constructor Summary
TestSpeed()
           
 
Method Summary
static void main(String[] args)
          Main program
 void run(int rcmid, int regnum, int nreg, int count)
          Runs the test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSpeed

public TestSpeed()
Method Detail

main

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

Throws:
RcmException

run

public void run(int rcmid,
                int regnum,
                int nreg,
                int count)
         throws RcmException
Runs the test

Throws:
RcmException


Copyright © 2013 LSST. All Rights Reserved.