|
OpenHantek
|
#include <modelDDS120.h>
Public Member Functions | |
| ModelDDS120 () | |
| void | applyRequirements (HantekDsoControl *dsoControl) const override |
| This model may need to modify the HantekDsoControl class to work correctly. More... | |
Public Member Functions inherited from DSOModel | |
| DSOModel (int id, unsigned vendorID, unsigned productID, unsigned vendorIDnoFirmware, unsigned productIDnoFirmware, unsigned firmwareVersion, const std::string &firmwareToken, const std::string &name, const Dso::ControlSpecification &&specification) | |
| virtual | ~DSOModel ()=default |
| const Dso::ControlSpecification * | spec () const |
| Return the device specifications. More... | |
Static Public Attributes | |
| static const int | ID = 0x0120 |
Additional Inherited Members | |
Data Fields inherited from DSOModel | |
| const int | ID |
| const unsigned | vendorID |
| The USB vendor ID. More... | |
| const unsigned | productID |
| The USB product ID. More... | |
| const unsigned | vendorIDnoFirmware |
| The USB vendor ID if no firmware is uploaded yet. More... | |
| const unsigned | productIDnoFirmware |
| The USB product ID if no firmware is uploaded yet. More... | |
| const unsigned | firmwareVersion |
| std::string | firmwareToken |
| std::string | name |
| User visible name. Does not need internationalisation/translation. More... | |
Protected Attributes inherited from DSOModel | |
| Dso::ControlSpecification | specification |
| ModelDDS120::ModelDDS120 | ( | ) |
|
overridevirtual |
This model may need to modify the HantekDsoControl class to work correctly.
Implements DSOModel.
|
static |