Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
linux named pipe handling More...
Go to the source code of this file.
Macros | |
#define | PIPE_RX_BUFFER_SIZE 1024 |
#define | PIPE_TX_BUFFER_SIZE 1024 |
linux named pipe handling
Definition in file pipe_arch.h.
#define PIPE_RX_BUFFER_SIZE 1024 |
Definition at line 31 of file pipe_arch.h.
Referenced by pipe_char_available(), pipe_getch(), and pipe_receive().
#define PIPE_TX_BUFFER_SIZE 1024 |
Definition at line 34 of file pipe_arch.h.
Referenced by pipe_check_free_space(), pipe_put_buffer(), and pipe_put_byte().