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
10#include <stdint.h>
11#include <string_view>
12
13namespace ctre {
14namespace phoenix {
15namespace platform {
16
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
#define CTREXPORT
Definition export.h:16
Definition TimeUtil.hpp:14
CTREXPORT void ReportError(bool isError, int32_t errorCode, std::string_view details, std::string_view location, std::string_view stackTrace)
Definition StatusCodes.h:22
Definition motor_constants.h:14