35#ifndef USB2PMADecoder_h
36#define USB2PMADecoder_h
62 return (m_type ==
rhs.m_type);
70 virtual std::string
GetText(
size_t)
override;
71 virtual std::string
GetColor(
size_t)
override;
79 virtual void Refresh(vk::raii::CommandBuffer& cmdBuf, std::shared_ptr<QueueHandle> queue)
override;
81 static std::string GetProtocolName();
90 void SetSpeed(Speed
s)
Definition AcceleratorBuffer.h:204
A parameter to a filter.
Definition FilterParameter.h:86
void SetIntVal(int64_t i)
Sets the parameter to an integer value.
Definition FilterParameter.cpp:307
Abstract base class for all filter graph blocks which are not physical instrument channels.
Definition Filter.h:105
Definition USB2PMADecoder.h:75
A single bit on a USB 1.x/2.x differential bus.
Definition USB2PMADecoder.h:42