| Overview Tutorial API reference Examples Build Download | ZmqMessage 0.1 - 21 Oct 2011 |
#include "pthread.h"#include <vector>#include <zmq.hpp>#include "ZmqMessage.hpp"#include "StringFace.hpp"Functions | |
| zmq::context_t | ctx (1) |
| template<typename T> | |
| void * | sorter (void *endpoint) |
| void * | relay (void *) |
| int | main (int, char **) |
Variables | |
| const char * | relay_endpoint = "inproc://relay" |
| const char * | string_endpoint = "inproc://string" |
| const char * | int_endpoint = "inproc://int" |
| const std::string | int_mode = "INT" |
| const std::string | string_mode = "STRING" |
| const std::string | stop_mode = "STOP" |
| zmq::context_t ctx | ( | 1 | ) |
| int main | ( | int | , | |
| char ** | ||||
| ) |
| void* relay | ( | void * | ) |
| void* sorter | ( | void * | endpoint | ) |
| const char* int_endpoint = "inproc://int" |
| const std::string int_mode = "INT" |
| const char* relay_endpoint = "inproc://relay" |
| const std::string stop_mode = "STOP" |
| const char* string_endpoint = "inproc://string" |
| const std::string string_mode = "STRING" |