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

An Interface for ZMQIO. More...

#include <zmq_interface.h>

Inheritance diagram for Zmqio:
Inheritance graph
[legend]

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)
 

Detailed Description

An Interface for ZMQIO.

Defines the methods that the ZMQ Managers must implement send & recv, as well as subscribe


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