mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 14:52:43 +00:00
bunch of stuff idk i'm tired
This commit is contained in:
@@ -13,6 +13,7 @@ public:
|
||||
~VFO();
|
||||
|
||||
void setOffset(double offset);
|
||||
double getOffset();
|
||||
void setCenterOffset(double offset);
|
||||
void setBandwidth(double bandwidth, bool updateWaterfall = true);
|
||||
void setSampleRate(double sampleRate, double bandwidth);
|
||||
@@ -37,6 +38,7 @@ public:
|
||||
void deleteVFO(VFOManager::VFO* vfo);
|
||||
|
||||
void setOffset(std::string name, double offset);
|
||||
double getOffset(std::string name);
|
||||
void setCenterOffset(std::string name, double offset);
|
||||
void setBandwidth(std::string name, double bandwidth, bool updateWaterfall = true);
|
||||
void setSampleRate(std::string name, double sampleRate, double bandwidth);
|
||||
|
||||
Reference in New Issue
Block a user