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