Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ attachControllerThread
Method
attachControllerThread
src/audio/AudioThread.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void AudioThread::attachControllerThread(std::thread* controllerThread_in) {
51
52
controllerThread = controllerThread_in;
53
}
54
55
void AudioThread::bindThread(AudioThread *other) {
56
Callers
1
setupDevice
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected