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

Method setMicInputReady

src/gui/StripChainWidget.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void StripChainWidget::setMicInputReady(bool ready)
134{
135 if (m_micInputReady == ready) return;
136 m_micInputReady = ready;
137 update();
138}
139
140void StripChainWidget::setTxActive(bool active)
141{

Callers 3

toggleAetherialStripMethod · 0.45
wireDspAppletsMethod · 0.45
wireRadioModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected