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

Function buildMemoryRecallRetuneCommand

src/core/MemoryRecallPolicy.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34QString buildMemoryRecallRetuneCommand(int sliceId, const MemoryEntry& memory)
35{
36 if (sliceId < 0 || memory.freq <= 0.0)
37 return {};
38 return QString("slice tune %1 %2 autopan=0").arg(sliceId).arg(memory.freq, 0, 'f', 6);
39}
40
41QString buildMemoryRecallSliceFixupCommand(int sliceId, const MemoryEntry& memory)
42{

Callers 2

activateMemorySpotMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68