mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 23:13:43 +00:00
Compound device edit dialog
This commit is contained in:
parent
90ac9c57e1
commit
74e6a439af
27 changed files with 4439 additions and 8 deletions
|
|
@ -136,6 +136,7 @@ VirtualDevice::VirtualDevice(QString serial)
|
|||
info{},
|
||||
status{}
|
||||
{
|
||||
cdev = nullptr;
|
||||
isCompound = false;
|
||||
zerospan = false;
|
||||
auto dev = new Device(serial);
|
||||
|
|
@ -243,6 +244,11 @@ Device *VirtualDevice::getDevice()
|
|||
}
|
||||
}
|
||||
|
||||
CompoundDevice *VirtualDevice::getCompoundDevice()
|
||||
{
|
||||
return cdev;
|
||||
}
|
||||
|
||||
std::vector<Device *> VirtualDevice::getDevices()
|
||||
{
|
||||
return devices;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue