Public Member Functions | |
Impl () | |
bool | isValid () const |
void | unsubscribe () |
~Impl () | |
Public Attributes | |
SubscriptionCallbackHelperPtr | helper_ |
NodeHandlePtr | node_handle_ |
std::string | topic_ |
bool | unsubscribed_ |
Definition at line 94 of file subscriber.h.
roswrap::Subscriber::Impl::Impl | ( | ) |
roswrap::Subscriber::Impl::~Impl | ( | ) |
bool roswrap::Subscriber::Impl::isValid | ( | ) | const |
void roswrap::Subscriber::Impl::unsubscribe | ( | ) |
SubscriptionCallbackHelperPtr roswrap::Subscriber::Impl::helper_ |
Definition at line 105 of file subscriber.h.
NodeHandlePtr roswrap::Subscriber::Impl::node_handle_ |
Definition at line 104 of file subscriber.h.
std::string roswrap::Subscriber::Impl::topic_ |
Definition at line 103 of file subscriber.h.
bool roswrap::Subscriber::Impl::unsubscribed_ |
Definition at line 106 of file subscriber.h.