12 size_t send(
const ZmqHeader &header,
const std::byte *data,
size_t size);
14 size_t send(
const std::vector<ZmqFrame> &zmq_frames);
Definition ZmqSocketSender.hpp:8
size_t send(const ZmqHeader &header, const std::byte *data, size_t size)
Definition ZmqSocketSender.cpp:33
void bind()
Definition ZmqSocketSender.cpp:16
Definition ZmqSocket.hpp:13
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