Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
scriptrunnerfacade.hpp
Go to the documentation of this file.
1/*
2 SCRIPTRUNNERFACADE.hpp - access point for running a script within Lumiera application context
3
4 Copyright (C)
5 2008, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12*/
13
14
23#ifndef VAULT_INTERFACE_SCRIPTRUNNERFACADE_H
24#define VAULT_INTERFACE_SCRIPTRUNNERFACADE_H
25
26
27#include "common/subsys.hpp"
28
29
30
31namespace vault {
32
33
34 /*******************************************************************/
43 {
48
49
52
53 };
54
55
56
57} // namespace vault
58#endif
Dependencies and lifecycle of a partially independent Subsystem of the Application.
Definition subsys.hpp:63
Vault-Layer implementation namespace root.
Interface to the vault layer (TODO 2018 really?) (script runner): Global access point for starting a ...
static lumiera::Subsys & getDescriptor()
provide a descriptor for lumiera::AppState, wired accordingly to allow main to start a script and to ...
Describing dependencies and lifecycle of the application's primary parts.