Go to the documentation of this file.
28 #ifndef ROSBAG_MACROS_H_
29 #define ROSBAG_MACROS_H_
35 #ifdef ROS_BUILD_SHARED_LIBS // ros is being built around shared libraries
36 #ifdef rosbag_EXPORTS // we are building a shared lib/dll
37 #define ROSBAG_DECL ROS_HELPER_EXPORT
38 #else // we are using shared lib/dll
39 #define ROSBAG_DECL ROS_HELPER_IMPORT
42 #ifdef rosbag_storage_EXPORTS // we are building a shared lib/dll
43 #define ROSBAG_STORAGE_DECL ROS_HELPER_EXPORT
44 #else // we are using shared lib/dll
45 #define ROSBAG_STORAGE_DECL ROS_HELPER_IMPORT
48 #else // ros is being built around static libraries
50 #define ROSBAG_STORAGE_DECL
rosbag_storage
Author(s): Dirk Thomas
, Jacob Perron
autogenerated on Sat Sep 14 2024 02:59:52