|
OpenHantek
|
#include <capturing.h>
Public Member Functions | |
| CapturingThread (HantekDsoControl *hdc) | |
| void | quitCapturing () |
Private Member Functions | |
| void | run () override |
| void | capture () |
| unsigned | getRealSamples () |
| unsigned | getDemoSamples () |
| void | xferSamples () |
Private Attributes | |
| HantekDsoControl * | hdc |
| unsigned | channels = 0 |
| double | effectiveSamplerate = 0 |
| bool | realSlow = false |
| double | samplerate = 0 |
| unsigned | oversampling = 0 |
| unsigned | rawSamplesize = 0 |
| unsigned | received = 0 |
| unsigned | gainValue [2] = { 0, 0 } |
| unsigned | gainIndex [2] = { 0, 0 } |
| unsigned | tag = 0 |
| bool | valid = true |
| bool | freeRun = false |
| std::vector< unsigned char > | data |
| std::vector< unsigned char > * | dp = &data |
| CapturingThread::CapturingThread | ( | HantekDsoControl * | hdc | ) |
|
private |
|
private |
|
private |
|
inline |
|
overrideprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |