controllerclientcpp  0.6.1
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 ページ
Public メソッド | Protected メソッド | Protected 変数 | すべてのメンバ一覧
クラス mujinzmq::ZmqSubscriber

Base class for subscriber. [詳細]

#include <mujinzmq.h>

mujinzmq::ZmqSubscriberのコラボレーション図
Collaboration graph
[凡例]

Public メソッド

 ZmqSubscriber (const std::string &host, const unsigned int port)
virtual ~ZmqSubscriber ()
 ZmqSubscriber (const std::string &host, const unsigned int port)
virtual ~ZmqSubscriber ()

Protected メソッド

void _InitializeSocket (boost::shared_ptr< zmq::context_t > context)
void _DestroySocket ()
void _InitializeSocket (boost::shared_ptr< zmq::context_t > context)
void _DestroySocket ()

Protected 変数

boost::shared_ptr< zmq::context_t_context
boost::shared_ptr< zmq::socket_t_socket
std::string _host
unsigned int _port
bool _sharedcontext

説明

Base class for subscriber.

mujinzmq.h31 行で定義されています。

コンストラクタとデストラクタ

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

mujinzmq.hpp148 行で定義されています。

virtual mujinzmq::ZmqSubscriber::~ZmqSubscriber ( )
inlinevirtual

mujinzmq.hpp154 行で定義されています。

関数

void mujinzmq::ZmqSubscriber::_DestroySocket ( )
protected
void mujinzmq::ZmqSubscriber::_DestroySocket ( )
inlineprotected

mujinzmq.hpp179 行で定義されています。

void mujinzmq::ZmqSubscriber::_InitializeSocket ( boost::shared_ptr< zmq::context_t context)
protected
void mujinzmq::ZmqSubscriber::_InitializeSocket ( boost::shared_ptr< zmq::context_t context)
inlineprotected

mujinzmq.hpp160 行で定義されています。

変数

boost::shared_ptr< zmq::context_t > mujinzmq::ZmqSubscriber::_context
protected

mujinzmq.h41 行で定義されています。

std::string mujinzmq::ZmqSubscriber::_host
protected

mujinzmq.h43 行で定義されています。

unsigned int mujinzmq::ZmqSubscriber::_port
protected

mujinzmq.h44 行で定義されています。

bool mujinzmq::ZmqSubscriber::_sharedcontext
protected

mujinzmq.h45 行で定義されています。

boost::shared_ptr< zmq::socket_t > mujinzmq::ZmqSubscriber::_socket
protected

mujinzmq.h42 行で定義されています。


このクラスの説明は次のファイルから生成されました: