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

Method phase

src/core/ClientQuindarTone.cpp:203–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203ClientQuindarTone::Phase ClientQuindarTone::phase() const noexcept
204{
205 return static_cast<Phase>(m_atomics.phase.load(std::memory_order_acquire));
206}
207
208void ClientQuindarTone::setPhaseCompleteCallback(PhaseCompleteCallback cb)
209{

Callers 8

wheelEventMethod · 0.80
wheelEventMethod · 0.80
requestPttOnMethod · 0.80
requestPttOffMethod · 0.80
runUntilIdleFunction · 0.80
test_disabledIsBypassFunction · 0.80
test_coalesceReEngageFunction · 0.80

Calls 1

loadMethod · 0.45

Tested by 5

wheelEventMethod · 0.64
runUntilIdleFunction · 0.64
test_disabledIsBypassFunction · 0.64
test_coalesceReEngageFunction · 0.64