AOSharedServiceLibrary
Public Member Functions | List of all members
ZmqComponentFactory Class Reference

The ZMQ Service Component Factory. More...

#include <factory_zmq.h>

Public Member Functions

 ZmqComponentFactory ()
 Create a new Service Component Factory.
 
 ZmqComponentFactory (int num_sockets)
 
 ~ZmqComponentFactory ()
 Delete a Service Component Factory.
 
Zmqioget_zmq_outbound_interface (std::string conn_str, int connection_type)
 Get a ZMQ Outbound Interface instance.
 
Zmqioget_zmq_inbound_interface (std::string conn_str, int connection_type)
 Get a ZMQ Inbound Interface instance.
 

Detailed Description

The ZMQ Service Component Factory.

The Service Component Factory tracks the ZMQ objects exposed by the framework and passes back instances of interfaces. This allows for the publicly exposed methods to be independent of the implementations.


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