![]() |
AOSharedServiceLibrary
|
An Interface for ZMQIO. More...
#include <zmq_interface.h>

Public Member Functions | |
| 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 Interface for ZMQIO.
Defines the methods that the ZMQ Managers must implement send & recv, as well as subscribe
1.8.11