|
modm API documentation
|
#include <modm/processing/resumable/resumable.hpp>
Public Member Functions | |
| ResumableResult (uint_fast8_t state) | |
Return only the state. The result will be initialized by it's default constructor. | |
| ResumableResult (uint_fast8_t state, T result) | |
Return state and valid result. | |
| uint_fast8_t | getState () |
| T | getResult () |
All resumable functions return an encapsulated result type.