Short description of this file. More...
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <cstring>
#include <unistd.h>
#include <nanomsg/nn.h>
#include <nanomsg/reqrep.h>
#include <iostream>
Go to the source code of this file.
Macros | |
#define | SOCKET_ADDRESS "inproc://test" |
Functions | |
int | main () |
void | test_recv (int sock, const char *data) |
Short description of this file.
Definition in file nanomsg_services.cpp.
#define SOCKET_ADDRESS "inproc://test" |
Definition at line 19 of file nanomsg_services.cpp.
int main | ( | ) |
Definition at line 31 of file nanomsg_services.cpp.
void test_recv | ( | int | sock, |
const char * | data | ||
) |
Definition at line 21 of file nanomsg_services.cpp.