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
10#include <stdint.h>
11
12namespace 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
#define CTREXPORT
Definition: export.h:14
CTREXPORT void ReportError(int isError, int32_t errorCode, int isLVCode, const char *details, const char *location, const char *callStack)
Definition: string_util.hpp:15