CTRE Phoenix 6 C++
24.3.0
ReportError.hpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) Cross The Road Electronics. All rights reserved.
3
* License information can be found in CTRE_LICENSE.txt
4
* For support and suggestions contact support@ctr-electronics.com or file
5
* an issue tracker at https://github.com/CrossTheRoadElec/Phoenix-Releases
6
*/
7
#pragma once
8
9
#include "
ctre/phoenix/export.h
"
10
#include <stdint.h>
11
12
namespace
ctre
13
{
14
namespace
phoenix
15
{
16
namespace
platform
17
{
18
19
CTREXPORT
void
ReportError
(
int
isError, int32_t errorCode,
int
isLVCode,
const
char
*details,
20
const
char
*location,
const
char
*callStack);
21
22
}
// namespace platform
23
}
// namespace phoenix
24
}
// namespace ctre
export.h
CTREXPORT
#define CTREXPORT
Definition:
export.h:14
ctre::phoenix::platform::ReportError
CTREXPORT void ReportError(int isError, int32_t errorCode, int isLVCode, const char *details, const char *location, const char *callStack)
ctre
Definition:
string_util.hpp:15
ctre
phoenix
platform
ReportError.hpp
Generated on Tue Apr 30 2024 23:46:26 for CTRE Phoenix 6 C++ by
1.9.4