Protected Member Functions | |
| void | checkContents (std::string const &filename) |
| void | dumpContents (rosbag::Bag &b) |
| void | dumpContents (std::string const &filename) |
| virtual void | SetUp () |
Protected Attributes | |
| std_msgs::String | bar_ |
| std_msgs::String | foo_ |
| std_msgs::Int32 | i_ |
Definition at line 48 of file test_bag.cpp.
| void BagTest::checkContents | ( | std::string const & | filename | ) | [inline, protected] |
Definition at line 73 of file test_bag.cpp.
| void BagTest::dumpContents | ( | rosbag::Bag & | b | ) | [inline, protected] |
Definition at line 67 of file test_bag.cpp.
| void BagTest::dumpContents | ( | std::string const & | filename | ) | [inline, protected] |
Definition at line 60 of file test_bag.cpp.
| virtual void BagTest::SetUp | ( | ) | [inline, protected, virtual] |
Definition at line 54 of file test_bag.cpp.
std_msgs::String BagTest::bar_ [protected] |
Definition at line 51 of file test_bag.cpp.
std_msgs::String BagTest::foo_ [protected] |
Definition at line 51 of file test_bag.cpp.
std_msgs::Int32 BagTest::i_ [protected] |
Definition at line 52 of file test_bag.cpp.