OpenHantek
Toggle main menu visibility
Loading...
Searching...
No Matches
modelDSO6021.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: GPL-2.0-or-later
2
3
#pragma once
4
5
#include "
dsomodel.h
"
6
7
class
HantekDsoControl
;
8
using namespace
Hantek
;
9
10
11
struct
ModelDSO6021
:
public
DSOModel
{
12
static
const
int
ID
= 0x6021;
13
ModelDSO6021
();
14
void
applyRequirements
(
HantekDsoControl
*dsoControl )
const override
;
15
};
DSOModel::DSOModel
DSOModel(int id, unsigned vendorID, unsigned productID, unsigned vendorIDnoFirmware, unsigned productIDnoFirmware, unsigned firmwareVersion, const QString &firmwareToken, const QString &name, const Dso::ControlSpecification &&specification)
Definition
dsomodel.cpp:6
HantekDsoControl
The DsoControl abstraction layer for Hantek USB DSOs. TODO Please anyone, refactor this class into sm...
Definition
hantekdsocontrol.h:53
dsomodel.h
Hantek
Definition
controlsettings.h:9
ModelDSO6021::applyRequirements
void applyRequirements(HantekDsoControl *dsoControl) const override
This model may need to modify the HantekDsoControl class to work correctly.
Definition
modelDSO6021.cpp:129
ModelDSO6021::ID
static const int ID
Definition
modelDSO6021.h:12
ModelDSO6021::ModelDSO6021
ModelDSO6021()
Definition
modelDSO6021.cpp:124
hantekdso
models
modelDSO6021.h
Generated by
1.17.0