UMPS
The University of Utah Seismograph Stations Message Passing System.
UMPS::Messaging::Context Class Reference

This is a wrapper around the ZeroMQ context. More...

#include "umps/messaging/context.hpp"

Public Member Functions

 Context ()
 Constructor.
 
 Context (int nInputOutputThreads)
 Constructor. More...
 
 ~Context ()
 Destructor.
 
std::uintptr_t getContext () const
 

Detailed Description

This is a wrapper around the ZeroMQ context.

Constructor & Destructor Documentation

◆ Context()

UMPS::Messaging::Context::Context ( int  nInputOutputThreads)
explicit

Constructor.

Parameters
[in]nInputOutputThreadsThe number of input/output threads. This is typically 1 for each Gb/s of communication. However, if this is for inproc communication then this can be 0.

Member Function Documentation

◆ getContext()

std::uintptr_t UMPS::Messaging::Context::getContext ( ) const
Returns
A pointer to the ZeroMQ context.

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