#include <assert.h>#include <cstdio>#include <ctime>#include <cstring>#include <unistd.h>#include <nanomsg/nn.h>#include <nanomsg/pair.h>#include <iostream>
Go to the source code of this file.
| Macros | |
| #define | SOCKET_ADDRESS "inproc://a" | 
| Functions | |
| int | main () | 
| void | test_recv (int sock, const char *data) | 
| #define SOCKET_ADDRESS "inproc://a" | 
Definition at line 18 of file nanomsg_radio.cpp.
| int main | ( | ) | 
Definition at line 30 of file nanomsg_radio.cpp.
| void test_recv | ( | int | sock, | 
| const char * | data | ||
| ) | 
Definition at line 20 of file nanomsg_radio.cpp.