public interface Controller
Modifier and Type | Method and Description |
---|---|
void |
disable()
Stops the control loop from running until explicitly re-enabled by calling
enable() . |
void |
enable()
Allows the control loop to run.
|
void enable()
void disable()
enable()
.