Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added rosbag::Bag::isOpen #1190

Merged
merged 1 commit into from Oct 20, 2017
Merged

Conversation

racko
Copy link
Contributor

@racko racko commented Oct 14, 2017

No description provided.

@@ -185,6 +185,8 @@ class ROSBAG_DECL Bag

void swap(Bag&);

bool isOpen() const { return file_.isOpen(); }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the implementation of this method in the cpp file even though it is short.

@racko
Copy link
Contributor Author

racko commented Oct 17, 2017

Updated

@dirk-thomas
Copy link
Member

dirk-thomas commented Oct 20, 2017

The patch looks good. Since it changes ABI it might be better to target the next ROS distro. Nvm, the new method is non-virtual and should therefore not break ABI.

@dirk-thomas
Copy link
Member

@ros-pull-request-builder retest this please

@dirk-thomas dirk-thomas merged commit 293351f into ros:lunar-devel Oct 20, 2017
artivis pushed a commit to artivis/ros_comm that referenced this pull request Aug 9, 2019
dirk-thomas pushed a commit that referenced this pull request Feb 10, 2020
Co-authored-by: Tim Rakowski <tim.rakowski@googlemail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants