mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-15 07:14:48 -04:00
Cleanup, demod limits, prevent negative freq, move iq resampler process back to demodulator pre thread
This commit is contained in:
@@ -66,7 +66,15 @@ public:
|
||||
void setDemodulatorType(int demod_type_in);
|
||||
int getDemodulatorType();
|
||||
|
||||
void setBandwidth(int bw);
|
||||
int getBandwidth();
|
||||
|
||||
void setFrequency(unsigned int freq);
|
||||
int getFrequency();
|
||||
private:
|
||||
|
||||
void checkBandwidth();
|
||||
|
||||
std::atomic<std::string *> label; //
|
||||
bool terminated; //
|
||||
bool demodTerminated; //
|
||||
@@ -77,5 +85,6 @@ private:
|
||||
std::atomic<bool> stereo;
|
||||
|
||||
int currentDemodType;
|
||||
};
|
||||
|
||||
int currentBandwidth;
|
||||
int currentFrequency;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user