36#ifndef RSRTB2kRuntTrigger_h
37#define RSRTB2kRuntTrigger_h
56 void SetType(EdgeType type)
60 {
return (EdgeType) m_edgetype.
GetIntVal(); }
65 void SetLowerLevel(
float level)
77 void SetHysteresisType(HysteresisType type)
80 HysteresisType GetHysteresisType()
81 {
return (HysteresisType) m_hysteresistype.
GetIntVal(); }
83 void SetHoldoffTimeState(
bool state)
86 bool GetHoldoffTimeState()
98 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 SetFloatVal(float f)
Sets the parameter to a floating point value.
Definition FilterParameter.cpp:323
void SetBoolVal(bool b)
Sets the parameter to a boolean value.
Definition FilterParameter.cpp:294
float GetFloatVal() const
Returns the value of the parameter interpreted as a floating point number.
Definition FilterParameter.h:144
Generic representation of an oscilloscope, logic analyzer, or spectrum analyzer.
Definition Oscilloscope.h:51
Runt trigger - trigger when a pulse of a given width crosses one threshold but not the second.
Definition RSRTB2kRuntTrigger.h:44
virtual bool ValidateChannel(size_t i, StreamDescriptor stream) override
Check if a stream is allowed to be connected to the given input.
Definition RSRTB2kRuntTrigger.cpp:88
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