MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / IRToCommandMappingStruct

Class IRToCommandMappingStruct

src/IRCommandDispatcher.h:76–83  ·  view source on GitHub ↗

Basic mapping structure

Source from the content-addressed store, hash-verified

74
75// Basic mapping structure
76struct IRToCommandMappingStruct {
77 IRCommandType IRCode;
78 uint8_t Flags;
79 void (*CommandToCall)();
80#if defined(USE_DISPATCHER_COMMAND_STRINGS)
81 const char *CommandString;
82#endif
83};
84
85struct IRDataForCommandDispatcherStruct {
86 uint16_t address; // to distinguish between multiple senders

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected