Repo-Init
 
Loading...
Searching...
No Matches
ZeroMQ.cpp File Reference
#include "zeromq/ZeroMQ.hpp"
#include <iostream>
#include <optional>
#include <spdlog/spdlog.h>
#include <zmq_addon.hpp>
Include dependency graph for ZeroMQ.cpp:

Go to the source code of this file.

Variables

constexpr int ZEROMQ_MSG_TIMEOUT_MS = 1000
 
constexpr int ZEROMQ_HEARTBEAT_TIMEOUT_MS = 1000
 

Variable Documentation

◆ ZEROMQ_HEARTBEAT_TIMEOUT_MS

int ZEROMQ_HEARTBEAT_TIMEOUT_MS = 1000
constexpr

Definition at line 12 of file ZeroMQ.cpp.

◆ ZEROMQ_MSG_TIMEOUT_MS

int ZEROMQ_MSG_TIMEOUT_MS = 1000
constexpr

Definition at line 10 of file ZeroMQ.cpp.