OpenHantek
DSOsamples Struct Reference

#include <dsosamples.h>

Data Fields

std::vector< std::vector< double > > data
 Pointer to input data from device. More...
 
double samplerate = 0.0
 The samplerate of the input data. More...
 
unsigned char clipped = 0
 Bitmask of clipped channels. More...
 
bool liveTrigger = false
 live samples are triggered More...
 
unsigned triggerPosition = 0
 position for a triggered trace, 0 = not triggered More...
 
double pulseWidth1 = 0.0
 width from trigger point to next opposite slope More...
 
double pulseWidth2 = 0.0
 width from next opposite slope to third slope More...
 
QReadWriteLock lock
 

Field Documentation

◆ clipped

unsigned char DSOsamples::clipped = 0

Bitmask of clipped channels.

◆ data

std::vector<std::vector<double> > DSOsamples::data

Pointer to input data from device.

◆ liveTrigger

bool DSOsamples::liveTrigger = false

live samples are triggered

◆ lock

QReadWriteLock DSOsamples::lock
mutable

◆ pulseWidth1

double DSOsamples::pulseWidth1 = 0.0

width from trigger point to next opposite slope

◆ pulseWidth2

double DSOsamples::pulseWidth2 = 0.0

width from next opposite slope to third slope

◆ samplerate

double DSOsamples::samplerate = 0.0

The samplerate of the input data.

◆ triggerPosition

unsigned DSOsamples::triggerPosition = 0

position for a triggered trace, 0 = not triggered


The documentation for this struct was generated from the following file: