This is a high-level integration test to sum up this development effort * an advanced refactoring was carried out to introduce a flexible and fully-typed binding for the ''processing-functor'' * this entailed a complete rework of the `FeedManifold` to integrate inline storage for a ''parameter tuple'' and input / output ''buffer tuples'' * optional ''parameter functors'' were included into the design at a deep level, closely related to the binding of the processing-functor * the chosen design is thus a compromise between ''everything nodes'' and a ''dedicated parameter-handling'' at invocation level As a proof-of-concept, an scheme to handle extended parameters was devised, using a special »Param Agent Node« and extension storage blocks in stack memory. While not immediately necessary, this design exercise proves the overall design is flexible enough to accommodate future extended needs.
34 lines
550 B
Text
34 lines
550 B
Text
TESTING "Component Test Suite: Render Engine parts" ./test-suite --group=node
|
|
|
|
|
|
|
|
PLANNED "Proc Node basics" NodeBase_test <<END
|
|
END
|
|
|
|
|
|
TEST "Proc Node creation" NodeBuilder_test <<END
|
|
END
|
|
|
|
|
|
TEST "Proc Node test setup" NodeDevel_test <<END
|
|
END
|
|
|
|
|
|
PLANNED "Proc Node data feeds" NodeFeed_test <<END
|
|
END
|
|
|
|
|
|
PLANNED "Proc Node connectivity" NodeLink_test <<END
|
|
END
|
|
|
|
|
|
PLANNED "Proc Node metadata key" NodeMeta_test <<END
|
|
END
|
|
|
|
|
|
PLANNED "Proc Node operation modes" NodeOpera_test <<END
|
|
END
|
|
|
|
|
|
PLANNED "Proc Node engine storage setup" NodeStorage_test <<END
|
|
END
|