MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / seekToSceneXForTest

Method seekToSceneXForTest

pj_widgets/src/Timeline.cpp:1868–1872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1866}
1867
1868double Timeline::seekToSceneXForTest(double scene_x) {
1869 // Pure slave: seekToSceneX no longer moves playhead_ns_, it returns the clamped
1870 // display-seconds it emitted. That emitted (clamped) value is what the test pins.
1871 return seekToSceneX(scene_x);
1872}
1873
1874double Timeline::moveReferenceToSceneXForTest(double scene_x) {
1875 moveReferenceToSceneX(scene_x);

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64