#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <iostream>
#include <Platform.h>
Go to the source code of this file.
Defines | |
#define | CHECK_SYSCALL(val, msg) if ((val) == -1) { perror(msg); return 3; } |
Functions | |
int | main (int argc, char *argv[]) |
|
Definition at line 33 of file servers/actuators-text/main.cc. |
|
Definition at line 36 of file servers/actuators-text/main.cc. References ACTUATORS_SERVER_SOCKET, CHECK_SYSCALL, and sock. |