mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
Sweep function added
This commit is contained in:
parent
631b7e6d40
commit
cfde664b6c
5 changed files with 216 additions and 28 deletions
|
|
@ -14,8 +14,10 @@ public:
|
|||
// Nothing to do for now
|
||||
virtual nlohmann::json toJSON() override {return nlohmann::json();};
|
||||
virtual void fromJSON(nlohmann::json j) override {Q_UNUSED(j)};
|
||||
|
||||
private slots:
|
||||
void updateDevice();
|
||||
|
||||
private:
|
||||
SignalgeneratorWidget *central;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue