36#ifndef RSRTB2kTimeoutTrigger_h
37#define RSRTB2kTimeoutTrigger_h
55 void SetType(EdgeType type)
59 {
return (EdgeType) m_edgetype.
GetIntVal(); }
64 void SetTimeoutTime(
int64_t interval)
74 void SetHysteresisType(HysteresisType type)
77 HysteresisType GetHysteresisType()
78 {
return (HysteresisType) m_hysteresistype.
GetIntVal(); }
80 void SetHoldoffTimeState(
bool state)
83 bool GetHoldoffTimeState()
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 when a signal stops toggling for some amount of time.
Definition RSRTB2kTimeoutTrigger.h:44
static std::string GetTriggerName()
Returns the constant trigger name "Timeout".
Definition RSRTB2kTimeoutTrigger.cpp:92
virtual bool ValidateChannel(size_t i, StreamDescriptor stream) override
Check if a stream is allowed to be connected to the given input.
Definition RSRTB2kTimeoutTrigger.cpp:100
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