OpenHantek
selectdevice
rawdevicelistentry.h
1
// SPDX-License-Identifier: GPL-2.0+
2
#pragma once
3
4
#include <QString>
5
#include "usb/usbdevice.h"
6
#include "dsomodel.h"
10
struct
RawDeviceListEntry
{
11
long
productId;
12
long
vendorId;
13
bool
access;
14
DSOModel
* baseModel=
nullptr
;
15
QString devicename;
16
QString deviceinfo;
17
};
RawDeviceListEntry
Definition:
rawdevicelistentry.h:10
DSOModel
Describes a device This is the central class to describe a hantek compatible DSO. It contains all usb...
Definition:
dsomodel.h:17
Generated by
1.8.14