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

An Outbound ZMQ Manager. More...

#include <zmq_interface.h>

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

Public Member Functions

virtual void connect (std::string conn_str)=0
 Connect to the given conn_str.
 
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 std::string recv ()=0
 Recieve a message on the port.
 
virtual char * crecv ()=0
 Recieve a message on the port.
 
virtual void subscribe (std::string filter)=0
 Subscribe on a particular filter (only effective for Pub/Sub)
 

Detailed Description

An Outbound ZMQ Manager.

Acts as the Requestor (Client) in the ZMQ Sockets Send, then Recieve


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