ZIO
Python and C++ interface to ZeroMQ and Zyre
Typedefs | Functions | Variables
test_tcs.cpp File Reference
#include "zio/cppzmq.hpp"
#include "zio/logging.hpp"
#include "zio/main.hpp"
#include <unistd.h>
#include <chrono>
#include <thread>
#include <map>
Include dependency graph for test_tcs.cpp:

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 Documentation

◆ microseconds_type

typedef std::chrono::duration<int64_t,std::micro> microseconds_type

Definition at line 18 of file test_tcs.cpp.

Function Documentation

◆ main()

int main ( void  )

Definition at line 156 of file test_tcs.cpp.

Variable Documentation

◆ addr

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.

◆ client_type

const int client_type = ZMQ_CLIENT

Definition at line 11 of file test_tcs.cpp.

◆ server_type

const int server_type = ZMQ_SERVER

Definition at line 10 of file test_tcs.cpp.