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