Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aethersdr/AetherSDR
/ startOutro
Method
startOutro
src/core/ClientQuindarTone.cpp:183–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
void ClientQuindarTone::startOutro() noexcept
184
{
185
m_atomics.phase.store(static_cast<uint8_t>(Phase::Disengaging),
186
std::memory_order_release);
187
}
188
189
void ClientQuindarTone::forceIdle() noexcept
190
{
Callers
6
showQuindarEditor
Method · 0.80
requestPttOff
Method · 0.80
test_phaseTransitionsCorrectly
Function · 0.80
test_outroToneFrequency
Function · 0.80
test_morseBKEncodesCorrectElements
Function · 0.80
test_coalesceReEngage
Function · 0.80
Calls
no outgoing calls
Tested by
4
test_phaseTransitionsCorrectly
Function · 0.64
test_outroToneFrequency
Function · 0.64
test_morseBKEncodesCorrectElements
Function · 0.64
test_coalesceReEngage
Function · 0.64