|
rmw
master
C API providing a middleware abstraction layer which is used to implement the rest of ROS.
|
#include "rcutils/macros.h"

Go to the source code of this file.
Macros | |
| #define | RMW_STRINGIFY(x) RCUTILS_STRINGIFY(x) |
| Expand the argument to its literal text. More... | |
| #define | RMW_WARN_UNUSED RCUTILS_WARN_UNUSED |
| Indicate that a variable is not used, and prevent compiler from issuing warnings. More... | |
| #define RMW_STRINGIFY | ( | x | ) | RCUTILS_STRINGIFY(x) |
Expand the argument to its literal text.
| #define RMW_WARN_UNUSED RCUTILS_WARN_UNUSED |
Indicate that a variable is not used, and prevent compiler from issuing warnings.
1.8.17