CTRE Phoenix C++ 5.33.1
|
#include "ctre/phoenix/cci/CCI.h"
Go to the source code of this file.
Functions | |
CCIEXPORT void | c_FeedEnable (int timeoutMs) |
CCIEXPORT bool | c_GetEnableState () |
CCIEXPORT void | c_SetTransmitEnable (bool en) |
CCIEXPORT bool | c_GetTransmitEnable () |
CCIEXPORT int | c_GetPhoenixVersion () |
CCIEXPORT void | c_LoadPhoenix () |
CCIEXPORT void | c_SetPhoenixDiagnosticsStartTime (int startTimeSeconds) |
CCIEXPORT int | c_IoControl (int ioControlCode, long long ioControlParam) |
CCIEXPORT void c_FeedEnable | ( | int | timeoutMs | ) |
CCIEXPORT bool c_GetEnableState | ( | ) |
CCIEXPORT int c_GetPhoenixVersion | ( | ) |
CCIEXPORT bool c_GetTransmitEnable | ( | ) |
CCIEXPORT int c_IoControl | ( | int | ioControlCode, |
long long | ioControlParam | ||
) |
CCIEXPORT void c_LoadPhoenix | ( | ) |
CCIEXPORT void c_SetPhoenixDiagnosticsStartTime | ( | int | startTimeSeconds | ) |
CCIEXPORT void c_SetTransmitEnable | ( | bool | en | ) |