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

Method getDeviceName

src/AppConfig.cpp:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82std::string DeviceConfig::getDeviceName() {
83 std::string tmp;
84
85 std::lock_guard < std::mutex > lock(busy_lock);
86 tmp = deviceName.empty()?deviceId:deviceName;
87
88 return tmp;
89}
90
91void DeviceConfig::save(DataNode *node) {
92

Callers 3

OnDeviceTimerMethod · 0.80
OnPropGridChangedMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected