Public Member Functions | |
void | callback (const std_msgs::Int32Ptr &number) |
Int32CallbackTest (const std::string &topic) | |
~Int32CallbackTest () | |
Private Attributes | |
std::atomic< bool > | got_msg_ |
Definition at line 15 of file publishers.cpp.
Int32CallbackTest::Int32CallbackTest | ( | const std::string & | topic | ) | [inline, explicit] |
Definition at line 18 of file publishers.cpp.
Int32CallbackTest::~Int32CallbackTest | ( | ) | [inline] |
Definition at line 38 of file publishers.cpp.
void Int32CallbackTest::callback | ( | const std_msgs::Int32Ptr & | number | ) | [inline] |
Definition at line 43 of file publishers.cpp.
std::atomic<bool> Int32CallbackTest::got_msg_ [private] |
Definition at line 49 of file publishers.cpp.