Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
dummy-play-connection.cpp
Go to the documentation of this file.
1/*
2 DummyPlayConnection.hpp - simplified test setup for playback
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
21//#include "steam/play/dummy-image-generator.hpp"
22//#include "steam/play/tick-service.hpp"
23//#include "lib/depend.hpp"
24
25//#include <string>
26//#include <memory>
27//#include <functional>
28
29
30
31namespace steam{
32namespace play {
33namespace test {
34
35
36 namespace { // hidden local details of the service implementation....
37
38
39 } // (End) hidden service impl details
40
42
43
44
48}}} // namespace steam::play
Dummy and test setup of playback and rendering, omitting most of the Lumiera engine.
Steam-Layer implementation namespace root.
Test runner and basic definitions for tests.