Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
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_init(int is_server)
Definition: socket.c:19
int socket_recv(char *buffer, int len)
Definition: socket.c:41
void socket_send(char *buffer, int len)
Definition: socket.c:47