Uses of Interface
nl.tue.id.creapro.admoveo.ActuatorControl

Packages that use ActuatorControl
nl.tue.id.creapro.admoveo   
 

Uses of ActuatorControl in nl.tue.id.creapro.admoveo
 

Subinterfaces of ActuatorControl in nl.tue.id.creapro.admoveo
 interface AnalogActuatorControl
          The interface to be implemented by all analog actuators, for switching the actuator on and off, and setting the power to a level between 0 and 255.
 

Classes in nl.tue.id.creapro.admoveo that implement ActuatorControl
 class Actuator
          All digital and analog actuators extends this class.
 class AnalogActuator
          This class models all analog actuators.
 class DigitalActuator
          This class models all digital actuators.
 class Motor
          This class models the motors on the AdMoVeo robot, providing the not only the control for analog actuators, but also some motor specific controls, such as forward() and backward();