|
CTRE Phoenix 6 C++ 25.4.0
|
Go to the source code of this file.
Functions | |
| CTREXPORT void | c_Phoenix_Diagnostics_Create () |
| Creates the Phoenix Diagnostic Server on the default port. | |
| CTREXPORT void | c_Phoenix_Diagnostics_Create_On_Port (int port) |
| Creates the Phoenix Diagnostic Server on the given port. | |
| CTREXPORT void | c_Phoenix_Diagnostics_SetSecondsToStart (double secondsToStart) |
| Sets the number of seconds after which the Phoenix Diagnostic Server will start. | |
| CTREXPORT void | c_Phoenix_Diagnostics_EnableEarlyShutdown () |
| Allows the program to terminate early from a remote shutdown command (disabled by default) | |
| CTREXPORT void | c_Phoenix_Diagnostics_Dispose () |
| Safely disposes of the Phoenix Diagnostic Server. | |
| CTREXPORT void c_Phoenix_Diagnostics_Create | ( | ) |
Creates the Phoenix Diagnostic Server on the default port.
| CTREXPORT void c_Phoenix_Diagnostics_Create_On_Port | ( | int | port | ) |
Creates the Phoenix Diagnostic Server on the given port.
| CTREXPORT void c_Phoenix_Diagnostics_Dispose | ( | ) |
Safely disposes of the Phoenix Diagnostic Server.
| CTREXPORT void c_Phoenix_Diagnostics_EnableEarlyShutdown | ( | ) |
Allows the program to terminate early from a remote shutdown command (disabled by default)
| CTREXPORT void c_Phoenix_Diagnostics_SetSecondsToStart | ( | double | secondsToStart | ) |
Sets the number of seconds after which the Phoenix Diagnostic Server will start.