MCPcopy Create free account
hub / github.com/IRMP-org/IRMP / IRToCommandMappingStruct

Class IRToCommandMappingStruct

examples/IRDispatcherDemo/IRCommandDispatcher.hpp:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 * Search for command in Array of IRToCommandMappingStruct
192 */
193 for (uint_fast8_t i = 0; i < sizeof(IRMapping) / sizeof(struct IRToCommandMappingStruct); ++i) {
194 if (IRReceivedData.command == IRMapping[i].IRCode) {
195 /*
196 * Command found

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected