37 #ifndef CONNECTION_BASED_NODELET_H_ 38 #define CONNECTION_BASED_NODELET_H_ 42 #include <boost/thread.hpp> 167 std::string
topic,
int queue_size)
175 nh.
param(
"latch", latch,
false);
189 const std::string&
topic,
192 NODELET_WARN(
"advertiseImage with ImageTransport is deprecated");
210 const std::string&
topic,
221 nh.
param(
"latch", latch,
false);
236 const std::string&
topic,
239 NODELET_WARN(
"advertiseCamera with ImageTransport is deprecated");
245 const std::string&
topic,
262 nh.
param(
"latch", latch,
false);
266 connect_cb, disconnect_cb,
267 info_connect_cb, info_disconnect_cb,
boost::shared_ptr< void const > VoidConstPtr
boost::function< void(const SingleSubscriberPublisher &)> SubscriberStatusCallback
#define NODELET_WARN(...)
Publisher advertise(const std::string &base_topic, uint32_t queue_size, bool latch=false)
boost::function< void(const SingleSubscriberPublisher &)> SubscriberStatusCallback
CameraPublisher advertiseCamera(const std::string &base_topic, uint32_t queue_size, bool latch=false)
bool param(const std::string ¶m_name, T ¶m_val, const T &default_val) const
Publisher advertise(const std::string &topic, uint32_t queue_size, bool latch=false)