Data for the Mode::BLOCKING shell mode.
More...
Data for the Mode::BLOCKING shell mode.
- Since
- 0.2.0
Definition at line 1454 of file console.h.
◆ BlockingData()
uuid::console::Shell::BlockingData::BlockingData |
( |
blocking_function && |
blocking_function | ) |
|
|
explicit |
Create Mode::DELAY shell mode data.
- Parameters
-
[in] | blocking_function | Function to be executed on every loop_one() until it returns true. |
- Since
- 0.2.0
Definition at line 324 of file shell.cpp.
◆ blocking_function_
◆ consume_line_feed_
bool uuid::console::Shell::BlockingData::consume_line_feed_ = true |
Stream input should try to consume the first line feed following a carriage return.
- Since
- 0.2.0
Definition at line 1468 of file console.h.
◆ stop_
bool uuid::console::Shell::BlockingData::stop_ = false |
There is a stop pending for the shell.
- Since
- 0.2.0
Definition at line 1469 of file console.h.
The documentation for this class was generated from the following files: