Skip to content

Outputs cache, clear and interpolate data

Martin Lange requested to merge outputs-know-targets into main

Preparation to solve build new scheduling algorithm. See #78 (closed).

Use the ping mechanism to let outputs know their targets.

Outputs record pull time per target to determine data to store/clear. Store data, and clear after pull what can't be pulled anymore with strictly increasing pull time per target.

Outputs do nearest interpolation on pull and throw an arror when out of the data range.

Fixes #76 (closed)

Edited by Martin Lange

Merge request reports

Loading