#include <zmq.hpp>
#include <pthread.h>
#include <iostream>
#include <string>
#include <sstream>
#include <list>
#include <unistd.h>
Go to the source code of this file.
Classes | |
class | ZMQObjectSink< T > |
Functions | |
template<typename T > | |
void * | pthread_ZMQObjectSink_worker (void *that) |
void* pthread_ZMQObjectSink_worker | ( | void * | that | ) |