35#ifndef MilStd1553Decoder_h
36#define MilStd1553Decoder_h
67 STATUS_SERVICE_REQUEST = 0x01,
68 STATUS_MALFORMED = 0x02,
69 STATUS_BROADCAST_ACK = 0x04,
71 STATUS_SUBSYS_FAULT = 0x10,
72 STATUS_DYN_ACCEPT = 0x20,
73 STATUS_RT_FAULT = 0x40,
75 STATUS_ANY_FAULT = STATUS_MALFORMED | STATUS_SUBSYS_FAULT | STATUS_RT_FAULT
91 return (m_stype == s.m_stype) && (m_data == s.m_data);
99 virtual std::string
GetText(
size_t)
override;
100 virtual std::string
GetColor(
size_t)
override;
109 virtual void Refresh()
override;
110 static std::string GetProtocolName();
114 std::vector<std::string> GetHeaders()
override;
Definition: MilStd1553Decoder.h:104
virtual void Refresh() override
Evaluates a filter graph node.
Definition: MilStd1553Decoder.cpp:82
Definition: MilStd1553Decoder.h:39
Definition: PacketDecoder.h:85
Descriptor for a single stream coming off a channel.
Definition: StreamDescriptor.h:46