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(vk::raii::CommandBuffer& cmdBuf, std::shared_ptr<QueueHandle> queue)
override;
111 static std::string GetProtocolName();
113 std::vector<std::string> GetHeaders()
override;
Definition AcceleratorBuffer.h:204
Definition MilStd1553Decoder.h:104
Definition MilStd1553Decoder.h:39
Definition PacketDecoder.h:85