MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / setStepSize

Method setStepSize

src/gui/FlexControlDialog.cpp:1577–1584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1575}
1576
1577void FlexControlDialog::setStepSize(int hz)
1578{
1579 if (hz <= 0)
1580 return;
1581 m_stepHz = hz;
1582 if (m_stepLabel)
1583 m_stepLabel->setText(formatStep(hz));
1584}
1585
1586void FlexControlDialog::setPhysicalReady(bool ready, const QString& port)
1587{

Callers 4

syncFlexControlDialogMethod · 0.45
MainWindowMethod · 0.45

Calls 1

formatStepFunction · 0.85

Tested by

no test coverage detected