CTRE Phoenix 6 C++
26.70.0-alpha-2
Loading...
Searching...
No Matches
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
#include <string_view>
12
13
namespace
ctre
{
14
namespace
phoenix
{
15
namespace
platform
{
16
17
CTREXPORT
void
ReportError
(
18
bool
isError, int32_t errorCode, std::string_view details,
19
std::string_view location, std::string_view stackTrace
20
);
21
22
}
// namespace platform
23
}
// namespace phoenix
24
}
// namespace ctre
export.h
CTREXPORT
#define CTREXPORT
Definition
export.h:16
ctre::phoenix::platform
Definition
TimeUtil.hpp:14
ctre::phoenix::platform::ReportError
CTREXPORT void ReportError(bool isError, int32_t errorCode, std::string_view details, std::string_view location, std::string_view stackTrace)
ctre::phoenix
Definition
StatusCodes.h:22
ctre
Definition
motor_constants.h:14
ctre
phoenix
platform
ReportError.hpp
Generated by
1.15.0