mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
partial driver for SNA5000A
This commit is contained in:
parent
4c0d18b5f4
commit
772ef44d49
11 changed files with 841 additions and 41 deletions
|
|
@ -401,9 +401,6 @@ bool AppWindow::ConnectToDevice(QString serial, DeviceDriver *driver)
|
|||
break;
|
||||
}
|
||||
}
|
||||
for(auto m : modeHandler->getModes()) {
|
||||
connect(device, &DeviceDriver::InfoUpdated, m, &Mode::deviceInfoUpdated);
|
||||
}
|
||||
|
||||
// vdevice->initialize();
|
||||
|
||||
|
|
@ -1135,6 +1132,9 @@ void AppWindow::DeviceInfoUpdated()
|
|||
modeHandler->getActiveMode()->initializeDevice();
|
||||
}
|
||||
UpdateReferenceToolbar();
|
||||
for(auto m : modeHandler->getModes()) {
|
||||
m->deviceInfoUpdated();
|
||||
}
|
||||
}
|
||||
|
||||
//void AppWindow::SourceCalibrationDialog()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue