MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onSetSpectrumSource

Method onSetSpectrumSource

Default/GenericInspector/GenericInspector.cpp:420–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void
421GenericInspector::onSetSpectrumSource(unsigned int index)
422{
423 if (this->analyzer() != nullptr)
424 this->analyzer()->setSpectrumSource(
425 this->request().handle,
426 index,
427 static_cast<Suscan::RequestId>(rand()));
428}
429
430void
431GenericInspector::onLoChanged(void)

Callers

nothing calls this directly

Calls 2

analyzerMethod · 0.80
setSpectrumSourceMethod · 0.80

Tested by

no test coverage detected