MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / setOutputQueue

Method setOutputQueue

src/IOThread.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void IOThread::setOutputQueue(const std::string& qname, const ThreadQueueBasePtr& threadQueue) {
91 std::lock_guard < std::mutex > lock(m_queue_bindings_mutex);
92 output_queues[qname] = threadQueue;
93 this->onBindOutput(qname, threadQueue);
94}
95
96ThreadQueueBasePtr IOThread::getOutputQueue(const std::string& qname) {
97 std::lock_guard < std::mutex > lock(m_queue_bindings_mutex);

Callers 7

OnInitMethod · 0.80
AppFrameMethod · 0.80
DemodulatorPreThreadMethod · 0.80
DemodulatorInstanceMethod · 0.80
setVisualOutputQueueMethod · 0.80
startRecordingMethod · 0.80
stopRecordingMethod · 0.80

Calls 1

onBindOutputMethod · 0.95

Tested by

no test coverage detected