|
Zephyr API Documentation 4.4.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 | |
| shell_transport_handler_t | handler |
| Event handler. | |
| void * | context |
| Event handler context. | |
| char shell_dummy::buf[CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE] |
output buffer to collect shell output
| void* shell_dummy::context |
Event handler context.
| shell_transport_handler_t shell_dummy::handler |
Event handler.
| 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)