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