|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include <arpa/inet.h>#include <netinet/in.h>#include <stdio.h>#include <sys/types.h>#include <sys/socket.h>#include <unistd.h>#include <stdlib.h>#include <string.h>#include "socket.h"
Include dependency graph for socket.c:Go to the source code of this file.
Macros | |
| #define | SOCKET_PORT 32000 |
Functions | |
| void | socket_init (int is_server) |
| int | socket_recv (char *buffer, int len) |
| void | socket_send (char *buffer, int len) |
Variables | |
| static int | socket_fd |
| static struct sockaddr_in socket_server | socket_client |
|
static |
|
static |
Definition at line 16 of file socket.c.
Referenced by socket_init(), socket_recv(), and socket_send().