CTRE Phoenix C++ 5.33.1
Logger_CCI.h File Reference
#include "ctre/phoenix/cci/CCI.h"
#include "ctre/phoenix/ErrorCode.h"
#include <string>

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)
 

Function Documentation

◆ c_Logger_Close()

CCIEXPORT void c_Logger_Close ( )

◆ c_Logger_Description()

CCIEXPORT void c_Logger_Description ( ctre::phoenix::ErrorCode  code,
std::string &  shortDescripToFill,
std::string &  longDescripToFill 
)

◆ c_Logger_Log()

CCIEXPORT ctre::phoenix::ErrorCode c_Logger_Log ( ctre::phoenix::ErrorCode  code,
const char *  device,
const char *  func,
int  hierarchy,
const char *  stacktrace 
)

◆ c_Logger_Open()

CCIEXPORT void c_Logger_Open ( int  language,
bool  logDriverStation 
)