Device name/offset edit in SDR Devices dialog

This commit is contained in:
Charles J. Cliffe
2016-01-18 20:46:56 -05:00
parent 448455a69f
commit 19bf41596b
6 changed files with 86 additions and 17 deletions
+4
View File
@@ -25,6 +25,9 @@ public:
void setDeviceId(std::string deviceId);
std::string getDeviceId();
void setDeviceName(std::string deviceName);
std::string getDeviceName();
void setStreamOpts(ConfigSettings opts);
ConfigSettings getStreamOpts();
void setStreamOpt(std::string key, std::string value);
@@ -43,6 +46,7 @@ public:
private:
std::string deviceId;
std::string deviceName;
std::mutex busy_lock;
std::atomic_int ppm;