at.ac.sbg.cosy.soccerbot.controller
Class RCXDrive_ActuatorDriver

java.lang.Object
  extended by at.ac.sbg.cosy.soccerbot.controller.RCXDrive_ActuatorDriver
All Implemented Interfaces:
giotto.functionality.interfaces.DriverInterface, java.io.Serializable

public class RCXDrive_ActuatorDriver
extends java.lang.Object
implements giotto.functionality.interfaces.DriverInterface, java.io.Serializable

Used by the Giotto actuator driver to copy the byte command for rcxdrive.

Author:
Peter Wild, Krystian Szczurek, Georg Klima
See Also:
Serialized Form

Constructor Summary
RCXDrive_ActuatorDriver()
           
 
Method Summary
 void run(giotto.functionality.table.Parameter p)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RCXDrive_ActuatorDriver

public RCXDrive_ActuatorDriver()
Method Detail

run

public void run(giotto.functionality.table.Parameter p)
Specified by:
run in interface giotto.functionality.interfaces.DriverInterface
See Also:
DriverInterface.run(Parameter)