com.scottpreston.javarobot.chapter3
Class MiniSsc

java.lang.Object
  extended by com.scottpreston.javarobot.chapter2.Controller
      extended by com.scottpreston.javarobot.chapter3.Ssc
          extended by com.scottpreston.javarobot.chapter3.MiniSsc
All Implemented Interfaces:
JController, SSCProtocol

public class MiniSsc
extends Ssc
implements SSCProtocol


Field Summary
 
Fields inherited from interface com.scottpreston.javarobot.chapter3.SSCProtocol
MAX, MIN, NEUTRAL
 
Constructor Summary
MiniSsc(JSerialPort serialPort)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.scottpreston.javarobot.chapter3.Ssc
getMaxPin, move, move, setMaxPin
 
Methods inherited from class com.scottpreston.javarobot.chapter2.Controller
close, execute, execute2
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.scottpreston.javarobot.chapter3.SSCProtocol
move
 

Constructor Detail

MiniSsc

public MiniSsc(JSerialPort serialPort)
        throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] args)