AOSharedServiceLibrary
Public Member Functions | List of all members
ZmqIn Class Referenceabstract

An Inbound ZMQ Manager. More...

#include <zmq_interface.h>

Inheritance diagram for ZmqIn:
Inheritance graph
[legend]
Collaboration diagram for ZmqIn:
Collaboration graph
[legend]

Public Member Functions

virtual void bind (std::string conn_str)=0
 Bind on the given conn_str.
 
virtual std::string recv ()=0
 Recieve a message on the port.
 
virtual char * crecv ()=0
 Recieve a message on the port.
 
virtual void send (const char *msg, int msg_size)=0
 Send a message on the port.
 
virtual void send (std::string msg)=0
 Send a string on the port.
 
virtual void subscribe (std::string filter)=0
 Subscribe on a particular filter (only effective for Pub/Sub)
 

Detailed Description

An Inbound ZMQ Manager.

Acts as the Responder (Server) in the ZMQ Sockets Recieve, then Send


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