|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
This graph shows which files directly or indirectly include this file: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().
Here is the caller graph for this function:| int socket_recv | ( | char * | buffer, |
| int | len | ||
| ) |