Lumiera  0.pre.03
»edit your freedom«
scheduler-frontend.cpp
Go to the documentation of this file.
1 /*
2  SchedulerFrontend - access point to the scheduler within the renderengine
3 
4  Copyright (C)
5  2011, 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 
22 #include "lib/error.h"
24 
25 namespace vault{
26 namespace gear {
27 
28 
31 
32 
33 
34 
41  void
43  {
44  UNIMPLEMENTED ("tracing/diagnostics mode of the render engine");
45  }
46 
47  void
49  {
50  UNIMPLEMENTED ("tracing/diagnostics mode of the render engine");
52  }
53 
54 
55 
56 }} // namespace vault::gear
void activateTracing()
Switch the complete engine into diagnostics mode.
Access point to singletons and other kinds of dependencies designated by type.
Definition: depend.hpp:280
Lumiera error handling (C interface).
static lib::Depend< SchedulerFrontend > instance
access point to the Engine Interface.
Scheduler service access point for higher layers.
Vault-Layer implementation namespace root.