mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-11 13:24:09 -04:00
Device name/offset edit in SDR Devices dialog
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user