WPILibC++
2018.4.1-20180729123227-1139-ga11fcb6
|
Interface for Controllers. More...
#include <Controller.h>
Public Member Functions | |
virtual void | Enable ()=0 |
Allows the control loop to run. | |
virtual void | Disable ()=0 |
Stops the control loop from running until explicitly re-enabled by calling enable() | |
Interface for Controllers.
Common interface for controllers. Controllers run control loops, the most common are PID controllers and their variants, but this includes anything that is controlling an actuator in a separate thread.