19 #ifndef SRC_CONTROLLERS_TG_TENSION_CONTROLLER_H
20 #define SRC_CONTROLLERS_TG_TENSION_CONTROLLER_H
61 virtual void control(
double dt);
71 virtual void control(
double dt,
double setPoint,
double sensorData = 0);
93 #endif // SRC_CONTROLLERS_TG_TENSION_CONTROLLER_H
virtual ~tgTensionController()
virtual void control(double dt)
tgTensionController(tgBasicActuator *controllable, double setPoint=0.0)
Definition of the tgBasicController base class.