CTRE Phoenix C++ 5.33.1
Unmanaged_CCI.h File Reference

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)
 

Function Documentation

◆ c_FeedEnable()

CCIEXPORT void c_FeedEnable ( int  timeoutMs)

◆ c_GetEnableState()

CCIEXPORT bool c_GetEnableState ( )

◆ c_GetPhoenixVersion()

CCIEXPORT int c_GetPhoenixVersion ( )

◆ c_GetTransmitEnable()

CCIEXPORT bool c_GetTransmitEnable ( )

◆ c_IoControl()

CCIEXPORT int c_IoControl ( int  ioControlCode,
long long  ioControlParam 
)

◆ c_LoadPhoenix()

CCIEXPORT void c_LoadPhoenix ( )

◆ c_SetPhoenixDiagnosticsStartTime()

CCIEXPORT void c_SetPhoenixDiagnosticsStartTime ( int  startTimeSeconds)

◆ c_SetTransmitEnable()

CCIEXPORT void c_SetTransmitEnable ( bool  en)