35#ifndef USB2PCSDecoder_h
36#define USB2PCSDecoder_h
69 return (m_type ==
rhs.m_type);
77 virtual std::string
GetText(
size_t)
override;
78 virtual std::string
GetColor(
size_t)
override;
86 virtual void Refresh(vk::raii::CommandBuffer& cmdBuf, std::shared_ptr<QueueHandle> queue)
override;
88 static std::string GetProtocolName();
107 void RefreshIterationIdle(
118 void RefreshIterationSync(
131 void RefreshIterationData(
Declaration of USB2PMADecoder.
Definition AcceleratorBuffer.h:204
Abstract base class for all filter graph blocks which are not physical instrument channels.
Definition Filter.h:105
Definition USB2PCSDecoder.h:82
A single symbol at the PCS layer (byte or command)
Definition USB2PCSDecoder.h:44