52 prereq_.push_back(&prereq);
Dependencies and lifecycle of a partially independent Subsystem of the Application.
Subsys & depends(Subsys &prereq)
define a dependency to another Subsys required for running this subsystem
Describing dependencies and lifecycle of the application's primary parts.
virtual bool checkRunningState() noexcept=0
whether this subsystem is actually operational.
bool isRunning() noexcept
Lumiera public interface.