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()
override;
88 static std::string GetProtocolName();
109 void RefreshIterationIdle(
120 void RefreshIterationSync(
133 void RefreshIterationData(
Declaration of USB2PMADecoder.
Abstract base class for all filter graph blocks which are not physical instrument channels.
Definition: Filter.h:95
Descriptor for a single stream coming off a channel.
Definition: StreamDescriptor.h:46
Definition: USB2PCSDecoder.h:82
virtual void Refresh() override
Evaluates a filter graph node.
Definition: USB2PCSDecoder.cpp:70
A single symbol at the PCS layer (byte or command)
Definition: USB2PCSDecoder.h:44