CTRE Phoenix 6 C++ 25.0.0-beta-4
Loading...
Searching...
No Matches
ReportError_Interface.h File Reference
#include "ctre/phoenix/export.h"
#include "stdint.h"

Go to the source code of this file.

Functions

CTREXPORT void c_ctre_phoenix_report_error (int isError, int32_t errorCode, int isLVCode, const char *details, const char *location, const char *callStack)
 
CTREXPORT void c_ctre_phoenix_get_status_string (int statusCode, char *toFill, uint32_t toFillLength)
 

Function Documentation

◆ c_ctre_phoenix_get_status_string()

CTREXPORT void c_ctre_phoenix_get_status_string ( int statusCode,
char * toFill,
uint32_t toFillLength )

◆ c_ctre_phoenix_report_error()

CTREXPORT void c_ctre_phoenix_report_error ( int isError,
int32_t errorCode,
int isLVCode,
const char * details,
const char * location,
const char * callStack )