CTRE Phoenix 6 C++ 24.3.0
|
Functions | |
CTREXPORT void | FeedEnable (int timeoutMs) |
Feed the robot enable. More... | |
CTREXPORT bool | GetEnableState () |
CTREXPORT void | SetTransmitEnable (bool en) |
Sets whether to enable transmitting This function does nothing on a roborio during FRC use. More... | |
CTREXPORT bool | GetTransmitEnable () |
CTREXPORT int | GetPhoenixVersion () |
CTREXPORT void | LoadPhoenix () |
CTREXPORT int | GetApiCompliancy () |
CTREXPORT void ctre::phoenix::unmanaged::FeedEnable | ( | int | timeoutMs | ) |
Feed the robot enable.
This function does nothing on a roborio during FRC use.
timeoutMs | Timeout before disabling |
CTREXPORT int ctre::phoenix::unmanaged::GetApiCompliancy | ( | ) |
CTREXPORT bool ctre::phoenix::unmanaged::GetEnableState | ( | ) |
CTREXPORT int ctre::phoenix::unmanaged::GetPhoenixVersion | ( | ) |
CTREXPORT bool ctre::phoenix::unmanaged::GetTransmitEnable | ( | ) |
CTREXPORT void ctre::phoenix::unmanaged::LoadPhoenix | ( | ) |
CTREXPORT void ctre::phoenix::unmanaged::SetTransmitEnable | ( | bool | en | ) |
Sets whether to enable transmitting This function does nothing on a roborio during FRC use.
en | True enables transmitting |