mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-20 05:43:40 +00:00
Save/load trace and graph setup
This commit is contained in:
parent
b91f431473
commit
9ad8def2ea
33 changed files with 605 additions and 28 deletions
|
|
@ -17,6 +17,11 @@ public:
|
|||
|
||||
void deactivate() override;
|
||||
void initializeDevice() override;
|
||||
|
||||
// Only save/load user changeable stuff, no need to save the widgets/mode name etc.
|
||||
virtual nlohmann::json toJSON() override;
|
||||
virtual void fromJSON(nlohmann::json j) override;
|
||||
|
||||
private slots:
|
||||
void NewDatapoint(Protocol::SpectrumAnalyzerResult d);
|
||||
void StartImpedanceMatching();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue