mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
Made the file source set the frequency of the waterfall
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <module.h>
|
||||
|
||||
namespace tuner {
|
||||
void centerTuning(std::string vfoName, double freq);
|
||||
void normalTuning(std::string vfoName, double freq);
|
||||
void iqTuning(double freq);
|
||||
|
||||
enum {
|
||||
TUNER_MODE_CENTER,
|
||||
TUNER_MODE_NORMAL,
|
||||
TUNER_MODE_LOWER_HALF,
|
||||
TUNER_MODE_UPPER_HALF,
|
||||
TUNER_MODE_IQ_ONLY,
|
||||
_TUNER_MODE_COUNT
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user