OpenHantek
Loading...
Searching...
No Matches
hantekdsocontrol.h File Reference
#include <limits>
#include "controlsettings.h"
#include "controlspecification.h"
#include "dsosamples.h"
#include "errorcodes.h"
#include "mathchannel.h"
#include "scopesettings.h"
#include "triggering.h"
#include "hantekprotocol/controlcode.h"
#include "hantekprotocol/definitions.h"
#include "dsomodel.h"
#include <vector>
#include <QSettings>
#include <QThread>

Go to the source code of this file.

Data Structures

struct  Raw
class  HantekDsoControl
 The DsoControl abstraction layer for Hantek USB DSOs. TODO Please anyone, refactor this class into smaller pieces (Separation of Concerns!). More...

Macros

#define dprintf(level, fmt, ...)

Macro Definition Documentation

◆ dprintf

#define dprintf ( level,
fmt,
... )
Value:
do { \
if ( debugLevel & level ) \
fprintf( stderr, fmt, __VA_ARGS__ ); \
} while ( 0 )