mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
LibreVNADriver specific actions
This commit is contained in:
parent
cde564299c
commit
80c5fc0ff6
34 changed files with 551 additions and 461 deletions
|
|
@ -2,6 +2,13 @@
|
|||
|
||||
DeviceDriver *DeviceDriver::activeDriver = nullptr;
|
||||
|
||||
DeviceDriver::~DeviceDriver()
|
||||
{
|
||||
for(auto a : specificActions) {
|
||||
delete a;
|
||||
}
|
||||
}
|
||||
|
||||
bool DeviceDriver::connectDevice(QString serial)
|
||||
{
|
||||
if(activeDriver && activeDriver != this) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue