MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / componentToString

Function componentToString

include/utils/Components.h:29–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 };
28
29 inline const char* componentToString(Components c)
30 {
31 switch (c)
32 {
33 case COMP_ALL: return "HyperHDR";
34 case COMP_HDR: return "HDR (global)";
35 case COMP_SMOOTHING: return "Smoothing";
36 case COMP_BLACKBORDER: return "Blackborder detector";
37 case COMP_FORWARDER: return "Json/Proto forwarder";
38 case COMP_VIDEOGRABBER: return "Video capture device";
39 case COMP_SYSTEMGRABBER: return "System capture device";
40 case COMP_COLOR: return "Solid color";
41 case COMP_EFFECT: return "Effect";
42 case COMP_IMAGE: return "Image";
43 case COMP_LEDDEVICE: return "LED device";
44 case COMP_FLATBUFSERVER: return "Image Receiver";
45 case COMP_RAWUDPSERVER: return "Raw RGB UDP Server";
46 case COMP_CEC: return "CEC";
47 case COMP_PROTOSERVER: return "Proto Server";
48 default: return "";
49 }
50 }
51
52 inline const char* componentToIdString(Components c)
53 {

Callers 2

startHandlerMethod · 0.85
setNewComponentStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected