OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
opencog::ZMQClient Class Reference

#include <ZMQClient.h>

Public Member Functions

 ZMQClient (string networkAddres="tcp://127.0.0.1:5555")
 
 ~ZMQClient ()
 
AtomPtr getAtom (Handle &h)
 

Private Member Functions

void SendMessage (ZMQRequestMessage &requestMessage, ZMQReplyMessage &replyMessage)
 

Private Attributes

zmq::socket_t * zmqClientSocket
 
zmq::context_t * zmqContext
 

Detailed Description

Definition at line 43 of file ZMQClient.h.

Constructor & Destructor Documentation

ZMQClient::ZMQClient ( string  networkAddres = "tcp://127.0.0.1:5555")

Definition at line 31 of file ZMQClient.cc.

References zmqClientSocket, and zmqContext.

ZMQClient::~ZMQClient ( )

Definition at line 38 of file ZMQClient.cc.

References zmqClientSocket, and zmqContext.

Member Function Documentation

void ZMQClient::SendMessage ( ZMQRequestMessage requestMessage,
ZMQReplyMessage replyMessage 
)
private

Definition at line 44 of file ZMQClient.cc.

References zmqClientSocket.

+ Here is the caller graph for this function:

Member Data Documentation

zmq::socket_t* opencog::ZMQClient::zmqClientSocket
private

Definition at line 44 of file ZMQClient.h.

zmq::context_t* opencog::ZMQClient::zmqContext
private

Definition at line 45 of file ZMQClient.h.


The documentation for this class was generated from the following files: