Go to the source code of this file.
Macros | |
#define | ZMQ_PREPARE_STRING(msg, data, size) |
Initialize a zeromq message with a given null-terminated string. More... | |
Functions | |
int | main (int, char **) |
void | test_disconnect_inproc () |
Variables | |
static bool | isSubscribed = false |
static int | publicationsReceived = 0 |
Initialize a zeromq message with a given null-terminated string.
Definition at line 11 of file test_disconnect_inproc.cpp.
int main | ( | int | , |
char ** | |||
) |
Definition at line 103 of file test_disconnect_inproc.cpp.
void test_disconnect_inproc | ( | ) |
Definition at line 19 of file test_disconnect_inproc.cpp.
|
static |
Definition at line 17 of file test_disconnect_inproc.cpp.
|
static |
Definition at line 16 of file test_disconnect_inproc.cpp.