35#ifndef RSRTB2kWidthTrigger_h
36#define RSRTB2kWidthTrigger_h
53 void SetType(EdgeType type)
57 {
return (EdgeType) m_edgetype.
GetIntVal(); }
91 void SetHoldoffTimeState(
bool state)
94 bool GetHoldoffTimeState()
106 static std::string GetTriggerName();
Definition AcceleratorBuffer.h:204
A parameter to a filter.
Definition FilterParameter.h:86
bool GetBoolVal() const
Returns the value of the parameter interpreted as a boolean.
Definition FilterParameter.h:113
void SetIntVal(int64_t i)
Sets the parameter to an integer value.
Definition FilterParameter.cpp:307
int64_t GetIntVal() const
Returns the value of the parameter interpreted as an integer.
Definition FilterParameter.h:119
void SetBoolVal(bool b)
Sets the parameter to a boolean value.
Definition FilterParameter.cpp:294
Generic representation of an oscilloscope, logic analyzer, or spectrum analyzer.
Definition Oscilloscope.h:51
Trigger on a pulse meeting certain width criteria.
Definition RSRTB2kWidthTrigger.h:42
HysteresisType
Definition RSRTB2kWidthTrigger.h:78
@ HYSTERESIS_MEDIUM
Values correspond to the vertical scale.
Definition RSRTB2kWidthTrigger.h:81
virtual bool ValidateChannel(size_t i, StreamDescriptor stream) override
Check if a stream is allowed to be connected to the given input.
Definition RSRTB2kWidthTrigger.cpp:106
Descriptor for a single stream coming off a channel.
Definition StreamDescriptor.h:47
Abstract base class for oscilloscope / logic analyzer trigger inputs.
Definition Trigger.h:46
Condition
Conditions for triggers that perform logical comparisons of values.
Definition Trigger.h:85