servers/actuators-text/main.cc File Reference

#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[])


Define Documentation

#define CHECK_SYSCALL val,
msg   )     if ((val) == -1) { perror(msg); return 3; }
 

Definition at line 33 of file servers/actuators-text/main.cc.


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 36 of file servers/actuators-text/main.cc.

References ACTUATORS_SERVER_SOCKET, CHECK_SYSCALL, and sock.


Generated on Sun Dec 2 23:04:31 2007 for openSDK by  doxygen 1.3.9.1