Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_dummy Struct Reference

#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

Field Documentation

◆ buf

char shell_dummy::buf[CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE]

output buffer to collect shell output

◆ initialized

bool shell_dummy::initialized

◆ input_buf

char shell_dummy::input_buf[CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE]

input buffer for simulating user input

◆ input_len

size_t shell_dummy::input_len

current number of bytes in input buffer

◆ input_pos

size_t shell_dummy::input_pos

current read position in input buffer

◆ len

size_t shell_dummy::len

current number of bytes in output buffer (0 if no output)


The documentation for this struct was generated from the following file: