naoqidriver
|
#include <subscriber_base.hpp>
Public Member Functions | |
BaseSubscriber (const std::string &name, const std::string &topic, qi::SessionPtr session) | |
virtual | ~BaseSubscriber () |
std::string | name () const |
std::string | topic () const |
bool | isInitialized () const |
Protected Attributes | |
std::string | name_ |
std::string | topic_ |
bool | is_initialized_ |
const robot::Robot & | robot_ |
qi::SessionPtr | session_ |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
The type of the robot
|
protected |
Pointer to a session from which we can create proxies
|
protected |