Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
void | socket_init (int is_server) |
int | socket_recv (char *buffer, int len) |
void | socket_send (char *buffer, int len) |
void socket_init | ( | int | is_server | ) |
Definition at line 19 of file socket.c.
References socket_fd, and SOCKET_PORT.
Referenced by main().
int socket_recv | ( | char * | buffer, |
int | len | ||
) |