CTRE Phoenix C++ 5.33.1
|
Go to the source code of this file.
Functions | |
CCIEXPORT void | c_Logger_Close () |
CCIEXPORT void | c_Logger_Open (int language, bool logDriverStation) |
CCIEXPORT ctre::phoenix::ErrorCode | c_Logger_Log (ctre::phoenix::ErrorCode code, const char *device, const char *func, int hierarchy, const char *stacktrace) |
CCIEXPORT void | c_Logger_Description (ctre::phoenix::ErrorCode code, std::string &shortDescripToFill, std::string &longDescripToFill) |
CCIEXPORT void c_Logger_Close | ( | ) |
CCIEXPORT void c_Logger_Description | ( | ctre::phoenix::ErrorCode | code, |
std::string & | shortDescripToFill, | ||
std::string & | longDescripToFill | ||
) |
CCIEXPORT ctre::phoenix::ErrorCode c_Logger_Log | ( | ctre::phoenix::ErrorCode | code, |
const char * | device, | ||
const char * | func, | ||
int | hierarchy, | ||
const char * | stacktrace | ||
) |
CCIEXPORT void c_Logger_Open | ( | int | language, |
bool | logDriverStation | ||
) |