|
uint8_t | state0 |
|
uint8_t | state1 |
|
uint8_t | state2 |
|
bool modm::Resumable< 1 >::areAllResumablesRunning |
( |
std::initializer_list< uint8_t > |
ids | ) |
const |
|
inheritedinline |
- Returns
true
if all of the specified resumable function are running, else false
- Returns
true
if any resumable function of this class is running, else false
bool modm::Resumable< 1 >::areAnyResumablesRunning |
( |
std::initializer_list< uint8_t > |
ids | ) |
const |
|
inheritedinline |
- Returns
true
if any of the specified resumable function are running, else false
- Returns
true
if the specified resumable function is running, else false
bool modm::Resumable< 1 >::joinResumables |
( |
std::initializer_list< uint8_t > |
ids | ) |
const |
|
inheritedinline |
- Returns
true
if none of the specified resumable function are running, else false
The documentation for this class was generated from the following file: