![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Namespaces | |
| namespace | anonymous_namespace{dummy-play-connection.cpp} |
Typedefs | |
| using | PID = asset::ID< Pipe > |
| using | TID = asset::ID< Struct > |
| using | ModelPorts = lib::IterSource< mobject::ModelPort >::iterator |
| using | DummyOutputLink = std::pair< mobject::ModelPort, play::DataSink > |
| typedef time::Control< time::Duration > | DurationControl |
| typedef DummyPlayConnection< PlayTestFrames_Strategy > | DummyPlayer |
Classes | |
| class | DummyPlayConnection |
| Framework for dummy playback and rendering. More... | |
| class | DummyPlayConnection_test |
| class | OutputSlotProtocol_test |
| struct | PlayTestFrames_Strategy |
| struct | SimulatedBuilderContext |
| helper for dummy render engine: Simulate the result of a build process, without actually running the builder. More... | |
| class | TimingConstraints_test |
| class | UnimplementedConnection |
Functions | |
| PID | getPipe (string id) |
| TID | getTimeline (string id) |
| const string | namePortA ("bus-A") |
| const string | namePortB ("bus-B") |
| LAUNCHER (DummyPlayConnection_test, "unit play") | |
| Register this test class... | |
| LAUNCHER (OutputSlotProtocol_test, "unit play") | |
| Register this test class... | |
| LAUNCHER (TimingConstraints_test, "unit play") | |
| Register this test class... | |
Variables | |
| const uint | NUMBER_OF_PORTS = 2 |
Definition at line 93 of file dummy-builder-context.hpp.
Definition at line 94 of file dummy-builder-context.hpp.
| using ModelPorts = lib::IterSource<mobject::ModelPort>::iterator |
Definition at line 96 of file dummy-builder-context.hpp.
| using DummyOutputLink = std::pair<mobject::ModelPort, play::DataSink> |
Definition at line 97 of file dummy-builder-context.hpp.
| typedef time::Control<time::Duration> DurationControl |
Definition at line 39 of file dummy-play-connection-test.cpp.
Definition at line 41 of file dummy-play-connection-test.cpp.
| struct steam::play::test::PlayTestFrames_Strategy |
Collaboration diagram for PlayTestFrames_Strategy:
|
inline |
Definition at line 101 of file dummy-builder-context.hpp.
References Pipe::query().
Referenced by SimulatedBuilderContext::performMockBuild().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 107 of file dummy-builder-context.hpp.
References Struct::retrieve.
Referenced by SimulatedBuilderContext::performMockBuild().
Here is the caller graph for this function:| const string namePortA | ( | "bus-A" | ) |
Referenced by SimulatedBuilderContext::performMockBuild().
Here is the caller graph for this function:| const string namePortB | ( | "bus-B" | ) |
Referenced by SimulatedBuilderContext::performMockBuild().
Here is the caller graph for this function:| LAUNCHER | ( | DummyPlayConnection_test | , |
| "unit play" | |||
| ) |
Register this test class...
| LAUNCHER | ( | OutputSlotProtocol_test | , |
| "unit play" | |||
| ) |
Register this test class...
| LAUNCHER | ( | TimingConstraints_test | , |
| "unit play" | |||
| ) |
Register this test class...
| const uint NUMBER_OF_PORTS = 2 |
Definition at line 112 of file dummy-builder-context.hpp.