OpenHantek
Loading...
Searching...
No Matches
post
softwaretrigger.h
1
#pragma once
2
#include <tuple>
3
struct
DsoSettingsScope
;
4
class
PPresult
;
5
6
12
class
SoftwareTrigger
{
13
public
:
14
typedef
std::tuple<unsigned, unsigned, unsigned> PrePostStartTriggerSamples;
21
static
PrePostStartTriggerSamples
compute
(
const
PPresult
*data,
const
DsoSettingsScope
*scope);
22
};
PPresult
Post processing results.
Definition
ppresult.h:31
SoftwareTrigger
Definition
softwaretrigger.h:12
SoftwareTrigger::compute
static PrePostStartTriggerSamples compute(const PPresult *data, const DsoSettingsScope *scope)
Computes a software trigger point.
Definition
softwaretrigger.cpp:7
DsoSettingsScope
Holds the settings for the oscilloscope.
Definition
scopesettings.h:77
Generated by
1.12.0