MCPcopy 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
61void DeviceConfig::setDeviceId(std::string deviceId_in) {
62 std::lock_guard < std::mutex > lock(busy_lock);
63 deviceId = deviceId_in;
64
65}
66
67std::string DeviceConfig::getDeviceId() {
68 std::string tmp;

Callers 1

getDeviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected