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

Function surfaceUsesOrderedVisualQueue

src/gui/MainWindow_ReceiveSync.cpp:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204bool surfaceUsesOrderedVisualQueue(ReceivePresentationSurface surface)
205{
206 return surface == ReceivePresentationSurface::Waterfall
207 || surface == ReceivePresentationSurface::Spectrum
208 || surface == ReceivePresentationSurface::Meter;
209}
210
211int sourceSurfaceCompensationMs(ReceivePresentationSource source,
212 ReceivePresentationSurface surface)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected