41 operator string ()
const {
return "Engine"; }
46 TODO (
"determine, if renderengine should be started");
53 UNIMPLEMENTED (
"pull up renderengine and register shutdown hook");
60 UNIMPLEMENTED (
"initiate halting the engine");
67 TODO (
"implement detecting running state");
83 return theDescriptor();
Access point to singletons and other kinds of dependencies designated by type.
Frontend for handling the Lumiera application commandline arguments.
Dependencies and lifecycle of a partially independent Subsystem of the Application.
function< void(string *)> SigTerm
bool start(lumiera::Option &, Subsys::SigTerm termination) override
attempt to bring up this subsystem up.
bool checkRunningState() noexcept override
whether this subsystem is actually operational.
void triggerShutdown() noexcept override
initiate termination of this subsystem.
bool shouldStart(lumiera::Option &) override
query application option state to determine if this subsystem should be activated.
Singleton services and Dependency Injection.
Global control interface for the render engine subsystem.
Vault-Layer implementation namespace root.
static lumiera::Subsys & getDescriptor()
provide a descriptor for lumiera::AppState, wired accordingly to allow main to pull up and shut down ...