OpenHantek
Loading...
Searching...
No Matches
modelDDS120.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
8using namespace Hantek;
9
10
11struct ModelDDS120 : public DSOModel {
12 static const int ID = 0x0120;
14 void applyRequirements( HantekDsoControl *dsoControl ) const override;
15};
Describes a device This is the central class to describe a hantek compatible DSO. It contains all usb...
Definition dsomodel.h:17
The DsoControl abstraction layer for Hantek USB DSOs. TODO Please anyone, refactor this class into sm...
Definition hantekdsocontrol.h:50
Definition controlsettings.h:9
Definition modelDDS120.h:11
static const int ID
Definition modelDDS120.h:12
ModelDDS120()
Definition modelDDS120.cpp:107
void applyRequirements(HantekDsoControl *dsoControl) const override
This model may need to modify the HantekDsoControl class to work correctly.
Definition modelDDS120.cpp:112