| 
    ZIO
    
   Python and C++ interface to ZeroMQ and Zyre 
   | 
 
#include "zio/cppzmq.hpp"#include "zio/logging.hpp"#include "zio/main.hpp"#include <unistd.h>#include <chrono>#include <thread>#include <map>
Go to the source code of this file.
Typedefs | |
| typedef std::chrono::duration< int64_t, std::micro > | microseconds_type | 
Functions | |
| int | main () | 
Variables | |
| const int | server_type = ZMQ_SERVER | 
| const int | client_type = ZMQ_CLIENT | 
| const char * | addr = "ipc://test_tcs.ipc" | 
| inproc hangs. no messages ever get received by server. tcp/ipc okay.  More... | |
| typedef std::chrono::duration<int64_t,std::micro> microseconds_type | 
Definition at line 18 of file test_tcs.cpp.
| int main | ( | void | ) | 
Definition at line 156 of file test_tcs.cpp.
| const char* addr = "ipc://test_tcs.ipc" | 
inproc hangs. no messages ever get received by server. tcp/ipc okay.
Definition at line 16 of file test_tcs.cpp.
| const int client_type = ZMQ_CLIENT | 
Definition at line 11 of file test_tcs.cpp.
| const int server_type = ZMQ_SERVER | 
Definition at line 10 of file test_tcs.cpp.
 1.8.13