![]()  | 
  
    libzmq
    master
    
   ZeroMQ C++ Core Engine (LIBZMQ) 
   | 
 
#include "testutil.hpp"
Go to the source code of this file.
Functions | |
| int | main (void) | 
| int | msg_recv_cmp (zmq_msg_t *msg_, void *s_, const char *group_, const char *body_) | 
| int | msg_send (zmq_msg_t *msg_, void *s_, const char *group_, const char *body_) | 
| int main | ( | void | ) | 
Definition at line 84 of file test_radio_dish.cpp.
References msg_recv_cmp(), msg_send(), msleep(), SETTLE_TIME, setup_test_environment(), zmq_bind(), zmq_close(), zmq_connect(), zmq_ctx_new(), zmq_ctx_term(), ZMQ_DISH, ZMQ_GROUP_MAX_LENGTH, zmq_join(), zmq_leave(), ZMQ_RADIO, zmq_sleep(), and zmq_socket().

Definition at line 53 of file test_radio_dish.cpp.
References zmq_msg_close(), zmq_msg_data(), zmq_msg_group(), zmq_msg_init(), zmq_msg_recv(), and zmq_msg_size().
Referenced by main().


Definition at line 32 of file test_radio_dish.cpp.
References zmq_msg_close(), zmq_msg_data(), zmq_msg_init_size(), zmq_msg_send(), and zmq_msg_set_group().
Referenced by main().

