MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / lissajous_rebuild

Method lissajous_rebuild

DSView/pv/sigsession.cpp:1733–1738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1731 }
1732
1733 void SigSession::lissajous_rebuild(bool enable, int xindex, int yindex, double percent)
1734 {
1735 DESTROY_OBJECT(_lissajous_trace);
1736 _lissajous_trace = new view::LissajousTrace(enable, _view_data->get_dso(), xindex, yindex, percent);
1737 signals_changed();
1738 }
1739
1740 void SigSession::lissajous_disable()
1741 {

Callers 1

acceptMethod · 0.80

Calls 1

get_dsoMethod · 0.80

Tested by

no test coverage detected