
Go to the source code of this file.
Macros | |
| #define | XSENS_COMPILER_WARNING(n, w) |
| #define | XSENS_COMPILER_WARNING0(w) XSENS_COMPILER_WARNING("X0000", w) |
| #define | XSTRINGIFY(x) XSTRINGIFY2(x) |
| #define | XSTRINGIFY2(x) #x |
| #define XSENS_COMPILER_WARNING | ( | n, | |
| w | |||
| ) |
Definition at line 83 of file xsens_debugtools.h.
| #define XSENS_COMPILER_WARNING0 | ( | w | ) | XSENS_COMPILER_WARNING("X0000", w) |
Definition at line 85 of file xsens_debugtools.h.
| #define XSTRINGIFY | ( | x | ) | XSTRINGIFY2(x) |
Definition at line 70 of file xsens_debugtools.h.
| #define XSTRINGIFY2 | ( | x | ) | #x |
Definition at line 69 of file xsens_debugtools.h.