Lumiera
0.pre.03
»edit your freedom«
node-feed-test.cpp
Go to the documentation of this file.
1
/*
2
NodeFeed(Test) - verify render node data feeds
3
4
Copyright (C)
5
2025, 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
19
#include "
lib/test/run.hpp
"
20
//#include "lib/util.hpp"
21
22
23
//using std::string;
24
25
26
namespace
steam
{
27
namespace
engine{
28
namespace
test
{
29
30
31
32
33
/************************************************************************/
36
class
NodeFeed_test
:
public
Test
37
{
38
virtual
void
39
run (Arg)
40
{
41
feedParam
();
42
UNIMPLEMENTED (
"render node pulling source data from vault"
);
43
}
44
46
void
47
feedParam
()
48
{
49
TODO (
"implement the logic for the TurnoutSystem --> node-base-test.cpp"
);
50
TODO (
"implement a simple Builder for ParamAgent-Node"
);
51
TODO (
"then use both together to demonstrate a param data feed here"
);
52
}
53
};
54
55
57
LAUNCHER (
NodeFeed_test
,
"unit node"
);
58
59
60
61
}}}
// namespace steam::engine::test
test
Definition:
run.hpp:40
steam::engine::test::NodeFeed_test
Definition:
node-feed-test.cpp:36
steam
Steam-Layer implementation namespace root.
Definition:
dummy-player-facade.h:37
run.hpp
Simplistic test class runner.
steam::engine::test::NodeFeed_test::feedParam
void feedParam()
Definition:
node-feed-test.cpp:47
core
steam
engine
node-feed-test.cpp
Generated on Fri Dec 13 2024 05:05:34 for Lumiera by
1.8.13