CTRE Phoenix 6 C++ 25.0.0-beta-4
Loading...
Searching...
No Matches
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.
 
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.
 

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.