MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / decode_header_gcr

Function decode_header_gcr

arch/brother/decoder.cc:46–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46static int decode_header_gcr(uint16_t word)
47{
48 switch (word)
49 {
50#define GCR_ENTRY(gcr, data) \
51 case gcr: \
52 return data;
53#include "header_gcr.h"
54#undef GCR_ENTRY
55 }
56 return -1;
57}
58
59class BrotherDecoder : public Decoder
60{

Callers 1

decodeSectorRecordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected