- Test:
- demonstrate interface, structure and setup of the job-planning pipeline.
Definition at line 89 of file job-planning-pipeline-test.cpp.
|
virtual void | run (Arg arg)=0 |
|
◆ demonstrateScaffolding()
void demonstrateScaffolding |
( |
| ) |
|
|
inlineprivate |
◆ buildBaseTickGenerator()
void buildBaseTickGenerator |
( |
| ) |
|
|
inlineprivate |
- Test:
- use the Dispatcher interface (mocked) to generate a frame »beat«
- demonstrate explicitly the mapping of a (frame) number sequence onto a sequence of time points with the help of time quantisation
- use the Dispatcher API to produce the same frame time sequence
Definition at line 160 of file job-planning-pipeline-test.cpp.
◆ accessTopLevelJobTicket()
void accessTopLevelJobTicket |
( |
| ) |
|
|
inlineprivate |
◆ exploreJobTickets()
void exploreJobTickets |
( |
| ) |
|
|
inlineprivate |
- Test:
- build and verify the exploration function to discover job prerequisites
- use a setup where the master ExitNode requires a prerequisite ExitNode to be pulled
- mark the pipeline-IDs, so that both nodes can be distinguished in the resulting Jobs
- the
expandPrerequisites()
builder function uses JobTicket::getPrerequisites()
- and this »expander« function is unfolded recursively such that first the source appears in the iterator, and as next step the child prerequisites, possibly to be unfolded further recursively
- by design of the iterator pipeline, it is always possible to access the
PipeFrameTick
- this corresponds to the top-level JobTicket, which will produce the final frame
- putting all these information together, proper working can be visualised.
Definition at line 220 of file job-planning-pipeline-test.cpp.
◆ integration()
- Test:
- Job-planning pipeline integration test
- use the MockDispatcher to define a fake model setup
- define three levels of prerequisites
- also define a second segment with different structure
- build a complete Job-Planning pipeline
- define a visualisation to expose generated job parameters
- iterate the Job-Planning pipeline and apply the visualisation
Definition at line 267 of file job-planning-pipeline-test.cpp.
The documentation for this class was generated from the following file: