#include <subscriber_base.hpp>
Public Member Functions | |
BaseSubscriber (const std::string &name, const std::string &topic, qi::SessionPtr session) | |
bool | isInitialized () const |
std::string | name () const |
std::string | topic () const |
virtual | ~BaseSubscriber () |
Protected Attributes | |
bool | is_initialized_ |
std::string | name_ |
const robot::Robot & | robot_ |
qi::SessionPtr | session_ |
std::string | topic_ |
Definition at line 39 of file subscriber_base.hpp.
|
inline |
Definition at line 43 of file subscriber_base.hpp.
|
inlinevirtual |
Definition at line 51 of file subscriber_base.hpp.
|
inline |
Definition at line 63 of file subscriber_base.hpp.
|
inline |
Definition at line 53 of file subscriber_base.hpp.
|
inline |
Definition at line 58 of file subscriber_base.hpp.
|
protected |
Definition at line 71 of file subscriber_base.hpp.
|
protected |
Definition at line 69 of file subscriber_base.hpp.
|
protected |
The type of the robot
Definition at line 74 of file subscriber_base.hpp.
|
protected |
Pointer to a session from which we can create proxies
Definition at line 77 of file subscriber_base.hpp.
|
protected |
Definition at line 69 of file subscriber_base.hpp.