OpenHantek
hantekdsocontrol.h File Reference
#include <limits>
#include "controlsettings.h"
#include "controlspecification.h"
#include "dsosamples.h"
#include "errorcodes.h"
#include "scopesettings.h"
#include "utils/printutils.h"
#include "viewconstants.h"
#include "hantekprotocol/controlStructs.h"
#include "hantekprotocol/definitions.h"
#include "dsomodel.h"
#include <vector>
#include <QMutex>
#include <QReadLocker>
#include <QReadWriteLock>
#include <QStringList>
#include <QThread>
#include <QTimer>
#include <QWriteLocker>

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 NOMINMAX
 
#define dprintf(level, fmt, ...)
 

Macro Definition Documentation

◆ dprintf

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

◆ NOMINMAX

#define NOMINMAX