mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Added samplerate and center frequency tracking to http spectran source
This commit is contained in:
@@ -19,6 +19,7 @@ public:
|
||||
void setCenterFrequency(uint64_t freq);
|
||||
|
||||
NewEvent<uint64_t> onCenterFrequencyChanged;
|
||||
NewEvent<uint64_t> onSamplerateChanged;
|
||||
|
||||
private:
|
||||
void worker();
|
||||
@@ -33,5 +34,5 @@ private:
|
||||
|
||||
bool streamingEnabled = false;
|
||||
int64_t _centerFreq = 0;
|
||||
uint64_t _span = 5000000;
|
||||
uint64_t _samplerate = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user