Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Implementation of the main application object of Lumiera.
This is a service to manage some really global state and to organise, start and stop the subsys.hppSubsystems"". The AppState object provides the building blocks for the main()
function to control the global lifecycle.
Definition in file appstate.cpp.
#include "lib/error.hpp"
#include "common/appstate.hpp"
#include "common/subsystem-runner.hpp"
#include "common/config-interface.h"
#include "common/interface.h"
#include "common/interfaceregistry.h"
#include "common/plugin.h"
#include "lib/symbol.hpp"
#include "lib/util.hpp"
Typedefs | |
typedef AppState::ExitCode | ExitCode |
Macros | |
#define | _MAYBE_THROW_ |
Functions | |
void | log_and_clear_unexpected_errorstate () |
Namespaces | |
lumiera | |
Lumiera public interface. | |
#define _MAYBE_THROW_ |
Definition at line 104 of file appstate.cpp.