|
CTRE Phoenix 6 C++ 26.70.0-alpha-2
|
Automatically feeds the non-FRC enable signal to devices in simulation and hardware-attached simulation. More...
#include <ctre/phoenix6/wpiutils/AutoFeedEnable.hpp>
Public Member Functions | |
| void | Start () |
| Starts feeding the enable signal to CTRE actuators. | |
| void | Stop () |
| Stops feeding the enable signal to CTRE actuators. | |
Static Public Member Functions | |
| static AutoFeedEnable & | GetInstance () |
| Gets the AutoFeedEnable instance. | |
Automatically feeds the non-FRC enable signal to devices in simulation and hardware-attached simulation.
|
static |
Gets the AutoFeedEnable instance.
| void ctre::phoenix6::wpiutils::AutoFeedEnable::Start | ( | ) |
Starts feeding the enable signal to CTRE actuators.
| void ctre::phoenix6::wpiutils::AutoFeedEnable::Stop | ( | ) |
Stops feeding the enable signal to CTRE actuators.
The enable signal will only be stopped when all actuators have requested to stop the enable signal.