7#include <QReadWriteLock>
12 std::vector< std::vector< double > >
data;
22 mutable QReadWriteLock
lock;
const int SAMPLESIZE_ROLL
Definition dsosamples.h:26
const int SAMPLESIZE
Definition dsosamples.h:25
Unit
The various units supported by valueToString.
Definition printutils.h:12
@ UNIT_VOLTS
Definition printutils.h:12
Definition dsosamples.h:11
std::vector< std::vector< double > > data
Pointer to input data from device.
Definition dsosamples.h:12
Unit mathVoltageUnit
unless UNIT_VOLTSQUARE for some math functions
Definition dsosamples.h:19
double samplerate
The samplerate of the input data.
Definition dsosamples.h:13
QReadWriteLock lock
Definition dsosamples.h:22
double pulseWidth2
width from next opposite slope to third slope
Definition dsosamples.h:18
unsigned tag
track individual sample blocks (debug support)
Definition dsosamples.h:21
bool freeRunning
trigger: NONE, half sample count
Definition dsosamples.h:20
int triggeredPosition
position for a triggered trace, 0 = not triggered
Definition dsosamples.h:16
unsigned char clipped
Bitmask of clipped channels.
Definition dsosamples.h:14
bool liveTrigger
live samples are triggered
Definition dsosamples.h:15
double pulseWidth1
width from trigger point to next opposite slope
Definition dsosamples.h:17