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
pipe_arch.h File Reference

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
 

Detailed Description

linux named pipe handling

Definition in file pipe_arch.h.

Macro Definition Documentation

#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().