Paparazzi UAS v7.0_unstable
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
2void socket_init(int is_server);
3int socket_recv(char *buffer, int len);
4void socket_send(char *buffer, int len);
uint16_t foo
Definition main_demo5.c:58
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