mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +00:00
WIP: synchronization
This commit is contained in:
parent
7b3aa6e158
commit
73e26a25c4
41 changed files with 439 additions and 163 deletions
|
|
@ -53,6 +53,11 @@ void Generator::fromJSON(nlohmann::json j)
|
|||
central->fromJSON(j);
|
||||
}
|
||||
|
||||
void Generator::preset()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Generator::updateDevice()
|
||||
{
|
||||
if(!window->getDevice() || isActive != true) {
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ public:
|
|||
|
||||
void setAveragingMode(Averaging::Mode mode) override {Q_UNUSED(mode)}
|
||||
|
||||
void preset() override;
|
||||
|
||||
private slots:
|
||||
void updateDevice();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue