CTRE Phoenix Pro C++ 23.0.12
Diagnostics_CCI.h File Reference
#include <stdint.h>
#include "ctre/phoenix/export.h"

Go to the source code of this file.

Functions

CTREXPORT void c_Phoenix_Diagnostics_Create ()
 Creates the Phoenix Diagnostic Server on the default port. More...
 
CTREXPORT void c_Phoenix_Diagnostics_Create_On_Port (int port)
 Creates the Phoenix Diagnostic Server on the given port. More...
 
CTREXPORT void c_Phoenix_Diagnostics_SetSecondsToStart (double secondsToStart)
 Sets the number of seconds after which the Phoenix Diagnostic Server will start. More...
 
CTREXPORT void c_Phoenix_Diagnostics_EnableEarlyShutdown ()
 Allows the program to terminate early from a remote shutdown command (disabled by default) More...
 
CTREXPORT void c_Phoenix_Diagnostics_Dispose ()
 Safely disposes of the Phoenix Diagnostic Server. More...
 

Function Documentation

◆ c_Phoenix_Diagnostics_Create()

CTREXPORT void c_Phoenix_Diagnostics_Create ( )

Creates the Phoenix Diagnostic Server on the default port.

◆ c_Phoenix_Diagnostics_Create_On_Port()

CTREXPORT void c_Phoenix_Diagnostics_Create_On_Port ( int  port)

Creates the Phoenix Diagnostic Server on the given port.

◆ c_Phoenix_Diagnostics_Dispose()

CTREXPORT void c_Phoenix_Diagnostics_Dispose ( )

Safely disposes of the Phoenix Diagnostic Server.

◆ c_Phoenix_Diagnostics_EnableEarlyShutdown()

CTREXPORT void c_Phoenix_Diagnostics_EnableEarlyShutdown ( )

Allows the program to terminate early from a remote shutdown command (disabled by default)

◆ c_Phoenix_Diagnostics_SetSecondsToStart()

CTREXPORT void c_Phoenix_Diagnostics_SetSecondsToStart ( double  secondsToStart)

Sets the number of seconds after which the Phoenix Diagnostic Server will start.