Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
socket.h
Go to the documentation of this file.
1 
2 void socket_init(int is_server);
3 int socket_recv(char *buffer, int len);
4 void socket_send(char *buffer, int len);
void socket_send(char *buffer, int len)
Definition: socket.c:47
int socket_recv(char *buffer, int len)
Definition: socket.c:41
void socket_init(int is_server)
Definition: socket.c:19