Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setDeviceId
Method
setDeviceId
src/AppConfig.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
61
void DeviceConfig::setDeviceId(std::string deviceId_in) {
62
std::lock_guard < std::mutex > lock(busy_lock);
63
deviceId = deviceId_in;
64
65
}
66
67
std::string DeviceConfig::getDeviceId() {
68
std::string tmp;
Callers
1
getDevice
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected