mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-11 13:24:09 -04:00
Remove built-in RTLSDR settings to prepare for replacements, Device form propgrid test
This commit is contained in:
+1
-8
@@ -17,15 +17,9 @@ public:
|
||||
void setPPM(int ppm);
|
||||
int getPPM();
|
||||
|
||||
void setDirectSampling(int mode);
|
||||
int getDirectSampling();
|
||||
|
||||
void setOffset(long long offset);
|
||||
long long getOffset();
|
||||
|
||||
void setIQSwap(bool iqSwap);
|
||||
bool getIQSwap();
|
||||
|
||||
void setDeviceId(std::string deviceId);
|
||||
std::string getDeviceId();
|
||||
|
||||
@@ -36,8 +30,7 @@ private:
|
||||
std::string deviceId;
|
||||
std::mutex busy_lock;
|
||||
|
||||
std::atomic_int ppm, directSampling;
|
||||
std::atomic_bool iqSwap;
|
||||
std::atomic_int ppm;
|
||||
std::atomic_llong offset;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user