MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / setSingleShot

Method setSingleShot

tmp/grutil/src/grtimeplotaddon.cpp:568–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568void GRTimePlotAddon::setSingleShot(bool b)
569{
570 m_singleShot = b;
571 if(time_sink) {
572 time_sink->setSingleShot(m_singleShot);
573 }
574}
575
576void GRTimePlotAddon::updateFrameRate()
577{

Callers 2

GRTimePlotAddonMethod · 0.45
connectSignalPathsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected