ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I don't have much exposure to c++.

This is really a C/C++ question rather than a ROS one. In the future: please try to find a more appropriate forum for these kind of questions.

As to what ROSBAG_DECL is: it's a macro that configures visibility of the declaration / definition that follows it. See ros_comm/tools/rosbag_storage/include/rosbag/macros.h for what it does specifically, and see gcc/wiki/visibility for general info about symbol visibility.