ZIO
Python and C++ interface to ZeroMQ and Zyre
Namespaces | Variables
protocol.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 zio
 implementation of ZIO data flow protocol endpoints
 
 zio::domo
 
 zio::domo::mdp
 
 zio::domo::mdp::client
 
 zio::domo::mdp::worker
 

Variables

const char * zio::domo::mdp::client::ident = "MDPC01"
 
const char * zio::domo::mdp::worker::ident = "MDPW01"
 
const char * zio::domo::mdp::worker::ready = "\001"
 Worker commands as strings. More...
 
const char * zio::domo::mdp::worker::request ="\002"
 
const char * zio::domo::mdp::worker::reply = "\003"
 
const char * zio::domo::mdp::worker::heartbeat = "\004"
 
const char * zio::domo::mdp::worker::disconnect = "\005"