#include <advertisement_checker.h>
| Public Member Functions | |
| AdvertisementChecker (const ros::NodeHandle &nh=ros::NodeHandle(), const std::string &name=std::string()) | |
| void | start (const ros::V_string &topics, double duration) | 
| void | stop () | 
| Private Member Functions | |
| void | timerCb () | 
| Private Attributes | |
| std::string | name_ | 
| ros::NodeHandle | nh_ | 
| ros::WallTimer | timer_ | 
| ros::V_string | topics_ | 
Definition at line 73 of file advertisement_checker.h.
| image_proc::AdvertisementChecker::AdvertisementChecker | ( | const ros::NodeHandle & | nh = ros::NodeHandle(), | 
| const std::string & | name = std::string() | ||
| ) | 
Definition at line 71 of file advertisement_checker.cpp.
| void image_proc::AdvertisementChecker::start | ( | const ros::V_string & | topics, | 
| double | duration | ||
| ) | 
Definition at line 107 of file advertisement_checker.cpp.
| void image_proc::AdvertisementChecker::stop | ( | ) | 
Definition at line 119 of file advertisement_checker.cpp.
| 
 | private | 
Definition at line 78 of file advertisement_checker.cpp.
| 
 | private | 
Definition at line 108 of file advertisement_checker.h.
| 
 | private | 
Definition at line 107 of file advertisement_checker.h.
| 
 | private | 
Definition at line 109 of file advertisement_checker.h.
| 
 | private | 
Definition at line 110 of file advertisement_checker.h.