Base class for subscriber.
[詳細]
#include <mujinzmq.h>
説明
Base class for subscriber.
mujinzmq.h の 31 行で定義されています。
コンストラクタとデストラクタ
| mujinzmq::ZmqSubscriber::ZmqSubscriber |
( |
const std::string & |
host, |
|
|
const unsigned int |
port |
|
) |
| |
| virtual mujinzmq::ZmqSubscriber::~ZmqSubscriber |
( |
| ) |
|
|
virtual |
| mujinzmq::ZmqSubscriber::ZmqSubscriber |
( |
const std::string & |
host, |
|
|
const unsigned int |
port |
|
) |
| |
|
inline |
| virtual mujinzmq::ZmqSubscriber::~ZmqSubscriber |
( |
| ) |
|
|
inlinevirtual |
関数
| void mujinzmq::ZmqSubscriber::_DestroySocket |
( |
| ) |
|
|
protected |
| void mujinzmq::ZmqSubscriber::_DestroySocket |
( |
| ) |
|
|
inlineprotected |
| void mujinzmq::ZmqSubscriber::_InitializeSocket |
( |
boost::shared_ptr< zmq::context_t > |
context | ) |
|
|
protected |
| void mujinzmq::ZmqSubscriber::_InitializeSocket |
( |
boost::shared_ptr< zmq::context_t > |
context | ) |
|
|
inlineprotected |
変数
| std::string mujinzmq::ZmqSubscriber::_host |
|
protected |
| unsigned int mujinzmq::ZmqSubscriber::_port |
|
protected |
| bool mujinzmq::ZmqSubscriber::_sharedcontext |
|
protected |
| boost::shared_ptr< zmq::socket_t > mujinzmq::ZmqSubscriber::_socket |
|
protected |
このクラスの説明は次のファイルから生成されました: