This is a wrapper around the ZeroMQ context.
More...
#include "umps/messaging/context.hpp"
This is a wrapper around the ZeroMQ context.
- Copyright
- Ben Baker (University of Utah) distributed under the MIT license.
◆ Context()
UMPS::Messaging::Context::Context |
( |
int |
nInputOutputThreads | ) |
|
|
explicit |
Constructor.
- Parameters
-
[in] | nInputOutputThreads | The 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. |
◆ 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: