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

Function decode_data_gcr

arch/brother/decoder.cc:33–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 */
32
33static int decode_data_gcr(uint8_t gcr)
34{
35 switch (gcr)
36 {
37#define GCR_ENTRY(gcr, data) \
38 case gcr: \
39 return data;
40#include "data_gcr.h"
41#undef GCR_ENTRY
42 }
43 return -1;
44}
45
46static int decode_header_gcr(uint16_t word)
47{

Callers 1

decodeDataRecordMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected