Overview Tutorial API reference Examples Build Download | ZmqMessage 0.1 - 21 Oct 2011 |
#include "pthread.h"
#include "ZmqMessage.hpp"
Functions | |
zmq::context_t | ctx (1) |
void * | worker (void *) |
int | main (int, char **) |
Variables | |
const char * | endpoint = "inproc://transport" |
const char * | stop_endpoint = "inproc://stop" |
const char * | to_worker_fields [] = {"message_type", "request_identifier"} |
const char * | from_worker_fields [] = {"message_type", "response_identifier"} |
uint64_t | one_message_queue = 1 |
zmq::context_t ctx | ( | 1 | ) |
int main | ( | int | , | |
char ** | ||||
) |
void* worker | ( | void * | ) |
const char* endpoint = "inproc://transport" |
const char* from_worker_fields[] = {"message_type", "response_identifier"} |
uint64_t one_message_queue = 1 |
const char* stop_endpoint = "inproc://stop" |
const char* to_worker_fields[] = {"message_type", "request_identifier"} |