Data for the Mode::DELAY shell mode.
More...
Data for the Mode::DELAY shell mode.
- Since
- 0.1.0
Definition at line 1430 of file console.h.
◆ DelayData()
uuid::console::Shell::DelayData::DelayData |
( |
uint64_t |
delay_time, |
|
|
delay_function && |
delay_function |
|
) |
| |
Create Mode::DELAY shell mode data.
- Parameters
-
[in] | delay_time | Uptime in the future (in milliseconds) when the function should be executed. |
[in] | delay_function | Function to be executed at a future time, prior to resuming normal execution. |
- Since
- 0.1.0
Definition at line 300 of file shell.cpp.
◆ delay_function_
Function execute after delay.
- Since
- 0.1.0
Definition at line 1446 of file console.h.
◆ delay_time_
uint64_t uuid::console::Shell::DelayData::delay_time_ |
Future uptime to resume execution (in milliseconds).
- Since
- 0.1.0
Definition at line 1445 of file console.h.
The documentation for this class was generated from the following files: