libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
test_radio_dish.cpp File Reference
#include "testutil.hpp"
Include dependency graph for test_radio_dish.cpp:

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_)
 

Function Documentation

int msg_recv_cmp ( zmq_msg_t msg_,
void *  s_,
const char *  group_,
const char *  body_ 
)

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().

Here is the call graph for this function:

Here is the caller graph for this function:

int msg_send ( zmq_msg_t msg_,
void *  s_,
const char *  group_,
const char *  body_ 
)

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().

Here is the call graph for this function:

Here is the caller graph for this function: