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

Method onBindInput

src/IOThread.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void IOThread::onBindInput(std::string /* name */, ThreadQueueBasePtr /* threadQueue */) {
76
77}
78
79void IOThread::setInputQueue(const std::string& qname, const ThreadQueueBasePtr& threadQueue) {
80 std::lock_guard < std::mutex > lock(m_queue_bindings_mutex);

Callers 1

setInputQueueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected