nl.tue.id.creapro.admoveo
Interface ActuatorControl

All Known Subinterfaces:
AnalogActuatorControl
All Known Implementing Classes:
Actuator, AnalogActuator, DigitalActuator, Motor

public interface ActuatorControl

The interface to be implemented by all actuators, for switching the actuator on and off.

Author:
jhu

Method Summary
 boolean isOn()
           
 void off()
          Switches the actuator off.
 void on()
          Switches the actuator on.
 

Method Detail

isOn

boolean isOn()

off

void off()
Switches the actuator off.


on

void on()
Switches the actuator on.