◆ buffer
char* rtems_stdio_redirect::buffer |
Captured redirected data.
◆ buffer_size
ssize_t rtems_stdio_redirect::buffer_size |
◆ echo
bool rtems_stdio_redirect::echo |
Echo the data out the existing path.
◆ fd
int rtems_stdio_redirect::fd |
The file descriptor to redirect.
◆ fd_dup
int rtems_stdio_redirect::fd_dup |
Duplicated fd to write to.
◆ full
bool rtems_stdio_redirect::full |
◆ handler
rtems_stdio_redirect_handler rtems_stdio_redirect::handler |
◆ in
ssize_t rtems_stdio_redirect::in |
◆ input
char* rtems_stdio_redirect::input |
The input buffer the reader uses.
◆ input_size
ssize_t rtems_stdio_redirect::input_size |
◆ lock
◆ pipe
int rtems_stdio_redirect::pipe[2] |
The pipe to the reader thread.
◆ reader
◆ state
volatile uint32_t rtems_stdio_redirect::state |
The documentation for this struct was generated from the following file: