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

Method setWaterfallLineDurationMs

src/core/PerfTelemetry.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void PerfTelemetry::setWaterfallLineDurationMs(int ms)
332{
333 m_waterfallLineDurationMs.store(ms, std::memory_order_relaxed);
334}
335
336void PerfTelemetry::recordPanCenterCommand()
337{

Callers 5

primeProfileTrackingMethod · 0.45
updateWaterfallViewMethod · 0.45
loadSettingsMethod · 0.45
setWfLineDurationMethod · 0.45
applyWaterfallStatusMethod · 0.45

Calls

no outgoing calls

Tested by 2

loadSettingsMethod · 0.36
setWfLineDurationMethod · 0.36