stella.omc
Class MotorController.Dump

java.lang.Object
  extended by stella.omc.MotorController.Dump
Enclosing class:
MotorController

public static class MotorController.Dump
extends Object

Dumps all parameters to system out.


Constructor Summary
MotorController.Dump()
           
 
Method Summary
static void main(String[] arg)
          First command line argument are the properties of the filterwheel in a file, second is the position we want to set to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotorController.Dump

public MotorController.Dump()
Method Detail

main

public static void main(String[] arg)
                 throws IOException
First command line argument are the properties of the filterwheel in a file, second is the position we want to set to. -1 means only zero positioning.

Throws:
IOException