Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
socket.h File Reference
+ 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)
 

Function Documentation

◆ socket_init()

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:

◆ socket_recv()

int socket_recv ( char *  buffer,
int  len 
)

Definition at line 41 of file socket.c.

References socket_fd.

Referenced by main().

+ Here is the caller graph for this function:

◆ socket_send()

void socket_send ( char *  buffer,
int  len 
)

Definition at line 47 of file socket.c.

References socket_fd.