DelayedStateCommand.ixx File
Timer-deferred command for requesting state transitions. More...
Included Headers
#include <cassert>
#include <memory>
#include <helios.engine.state.types.StateTransitionRequest>
#include <helios.engine.runtime.timing.types.TimerId>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | state |
| namespace | commands |
Classes Index
| class | DelayedStateCommand<StateType> |
|
Command that pairs a state transition request with a timer. More... | |
Description
Timer-deferred command for requesting state transitions.
File Listing
The file content with the documentation metadata removed is:
16using namespace helios::engine::state::types;
17using namespace helios::engine::runtime::timing::types;
20export namespace helios::engine::state::commands {
41 class DelayedStateCommand {
46 StateTransitionRequest<StateType> transitionRequest_;
51 TimerId timerId_;
61 explicit DelayedStateCommand(StateTransitionRequest<StateType> transitionRequest, TimerId timerId)
62 : transitionRequest_(transitionRequest), timerId_(timerId) {}
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.