![]() |
AUBO SDK
0.26.0
|
汇总错误码 More...
#include <stdio.h>#include <stdint.h>#include <string.h>#include <string>#include <sstream>#include <iomanip>#include <aubo/global_config.h>#include <aubo/error_stack/hal_error.h>#include <aubo/error_stack/rtm_error.h>#include <aubo/error_stack/system_error.h>
Go to the source code of this file.
Namespaces | |
| namespace | arcs |
| namespace | arcs::error_stack |
Macros | |
| #define | _PH1_ "{}" |
| #define | _PH2_ "{}" |
| #define | _PH3_ "{}" |
| #define | _PH4_ "{}" |
| #define | ARCS_ERROR_CODES |
| #define | _D(n, v, s, r) n = (int)v, |
| #define | _D(n, v, s, r) |
| #define | _D(n, v, s, r) s, |
| #define | _D(n, v, s, r) n##_INDEX, |
| #define | _D(n, v, s, r) |
| #define | _D(n, v, s, r) |
Enumerations | |
| enum | arcs::error_stack::ErrorCodes { arcs::error_stack::ARCS_ERROR_CODES } |
Functions | |
| constexpr int ARCS_ABI_EXPORT | arcs::error_stack::codeCompose (int aa, int bb, int cccc) |
| constexpr int ARCS_ABI_EXPORT | arcs::error_stack::mod (int x) |
| int | arcs::error_stack::str2ErrorCode (const char *err_code_name) |
| const char * | arcs::error_stack::errorCode2Str (int err_code) |
| std::ostream & | arcs::error_stack::dump (std::ostream &os) |
汇总错误码
Definition in file error_stack.h.
| #define _D | ( | n, | |
| v, | |||
| s, | |||
| r | |||
| ) | n = (int)v, |
Definition at line 54 of file error_stack.h.
| #define _D | ( | n, | |
| v, | |||
| s, | |||
| r | |||
| ) |
Definition at line 54 of file error_stack.h.
| #define _D | ( | n, | |
| v, | |||
| s, | |||
| r | |||
| ) | s, |
Definition at line 54 of file error_stack.h.
| #define _D | ( | n, | |
| v, | |||
| s, | |||
| r | |||
| ) | n##_INDEX, |
Definition at line 54 of file error_stack.h.
| #define _D | ( | n, | |
| v, | |||
| s, | |||
| r | |||
| ) |
Definition at line 54 of file error_stack.h.
| #define _D | ( | n, | |
| v, | |||
| s, | |||
| r | |||
| ) |
Definition at line 54 of file error_stack.h.
| #define _PH1_ "{}" |
Definition at line 18 of file error_stack.h.
| #define _PH2_ "{}" |
Definition at line 19 of file error_stack.h.
| #define _PH3_ "{}" |
Definition at line 20 of file error_stack.h.
| #define _PH4_ "{}" |
Definition at line 21 of file error_stack.h.
| #define ARCS_ERROR_CODES |
Definition at line 41 of file error_stack.h.