Go to the documentation of this file.
28 #ifndef ROSCPP_SUBSCRIBER_HANDLE_H
29 #define ROSCPP_SUBSCRIBER_HANDLE_H
65 std::string getTopic()
const;
70 uint32_t getNumPublishers()
const;
72 operator void*()
const {
return (impl_ && impl_->isValid()) ? (
void*)1 : (
void*)0; }
76 return impl_ < rhs.
impl_;
81 return impl_ == rhs.
impl_;
86 return impl_ != rhs.
impl_;
101 bool isValid()
const;
120 #endif // ROSCPP_PUBLISHER_HANDLE_H
ROSCPP_DECL void shutdown()
Disconnects everything and unregisters from the master. It is generally not necessary to call this fu...
bool operator==(const Subscriber &rhs) const
bool operator<(const Subscriber &rhs) const
SubscriptionCallbackHelperPtr helper_
std::vector< Subscriber > V_Subscriber
bool operator!=(const Subscriber &rhs) const
boost::weak_ptr< Impl > ImplWPtr
roscpp's interface for creating subscribers, publishers, etc.
boost::shared_ptr< Impl > ImplPtr
NodeHandlePtr node_handle_
Manages an subscription callback on a specific topic.
roscpp
Author(s): Morgan Quigley, Josh Faust, Brian Gerkey, Troy Straszheim, Dirk Thomas
, Jacob Perron
autogenerated on Sat Sep 14 2024 02:59:35