![]() |
AOSharedServiceLibrary
|
An Inbound ZMQ Manager. More...
#include <zmq_interface.h>


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) | |
An Inbound ZMQ Manager.
Acts as the Responder (Server) in the ZMQ Sockets Recieve, then Send
1.8.11