Go to the documentation of this file.
27 #ifndef ROS_CPP_COMMON_DECL_H_INCLUDED
28 #define ROS_CPP_COMMON_DECL_H_INCLUDED
32 #ifdef ROS_BUILD_SHARED_LIBS // ros is being built around shared libraries
33 #ifdef cpp_common_EXPORTS // we are building a shared lib/dll
34 #define CPP_COMMON_DECL ROS_HELPER_EXPORT
35 #else // we are using shared lib/dll
36 #define CPP_COMMON_DECL ROS_HELPER_IMPORT
38 #else // ros is being built around static libraries
39 #define CPP_COMMON_DECL
cpp_common
Author(s): John Faust
autogenerated on Thu May 5 2022 02:31:34