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