|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
#include <zephyr/shell/shell_dummy.h>
Data Fields | |
| bool | initialized |
| size_t | len |
| current number of bytes in output buffer (0 if no output) | |
| char | buf [CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE] |
| output buffer to collect shell output | |
| size_t | input_len |
| current number of bytes in input buffer | |
| size_t | input_pos |
| current read position in input buffer | |
| char | input_buf [CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE] |
| input buffer for simulating user input | |
| char shell_dummy::buf[CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE] |
output buffer to collect shell output
| bool shell_dummy::initialized |
| char shell_dummy::input_buf[CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE] |
input buffer for simulating user input
| size_t shell_dummy::input_len |
current number of bytes in input buffer
| size_t shell_dummy::input_pos |
current read position in input buffer
| size_t shell_dummy::len |
current number of bytes in output buffer (0 if no output)