Sweep function added

This commit is contained in:
erikkaashoek 2021-04-06 11:58:48 +02:00
parent 631b7e6d40
commit cfde664b6c
5 changed files with 216 additions and 28 deletions

View file

@ -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;
};