koala
Class KoalaMotorLimits

java.lang.Object
  extended by koala.KoalaMotorLimits

public class KoalaMotorLimits
extends java.lang.Object

Class which stores the minimum and maximum positions of motors on the Koala.


Field Summary
 int max
           
 int min
           
 
Constructor Summary
KoalaMotorLimits(int min, int max)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

max

public int max

min

public int min
Constructor Detail

KoalaMotorLimits

public KoalaMotorLimits(int min,
                        int max)