28 NetworkError(
const std::string msg) : std::runtime_error(msg) {
m_msg = strdup(msg.c_str()); }
29 virtual const char *
what() const noexcept
override {
return m_msg; }
NetworkError exception class.
Definition defs.hpp:22
virtual const char * what() const noexcept override
Definition defs.hpp:29
NetworkError(const std::string msg)
Definition defs.hpp:28
const char * m_msg
Definition defs.hpp:24
NetworkError(const char *msg)
Definition defs.hpp:27
Frame class to represent a single frame of data model class should be able to work with streams comin...
Definition CircularFifo.hpp:11
ZmqFrame structure wrapper class to contain a ZmqHeader and a Frame.
Definition defs.hpp:13
Frame frame
Definition defs.hpp:15
ZmqHeader header
Definition defs.hpp:14