Objects through which a decoder communicates. More...
Go to the source code of this file.
Defines | |
#define | numberOfWheelEvents 1 |
Variables | |
unsigned char | currentWheelEvent |
unsigned long | wheelEventTimeStamps [numberOfWheelEvents] |
unsigned short * | RPM |
unsigned short * | RPMRecord |
unsigned char | ignitionEvents [6] |
unsigned char | injectionEvents [12] |
unsigned char | ADCSampleEvents [12] |
unsigned char | stagedInjectionEvents |
unsigned char | chickenCookerEvents |
Objects through which a decoder communicates.
This file contains the declarations of objects used as a common interface between all of the different wheel decoders and the main loop scheduler.
Definition in file DecoderInterface.h.
#define numberOfWheelEvents 1 |
Definition at line 74 of file DecoderInterface.h.
unsigned char ADCSampleEvents[12] |
Definition at line 81 of file DecoderInterface.h.
unsigned char chickenCookerEvents |
Definition at line 83 of file DecoderInterface.h.
unsigned char currentWheelEvent |
Definition at line 75 of file DecoderInterface.h.
unsigned char ignitionEvents[6] |
Definition at line 79 of file DecoderInterface.h.
unsigned char injectionEvents[12] |
Definition at line 80 of file DecoderInterface.h.
unsigned short* RPM |
Definition at line 77 of file DecoderInterface.h.
Referenced by generateCoreVars(), initVariables(), and main().
unsigned short* RPMRecord |
Definition at line 78 of file DecoderInterface.h.
Referenced by initVariables(), main(), and PrimaryRPMISR().
unsigned char stagedInjectionEvents |
Definition at line 82 of file DecoderInterface.h.
unsigned long wheelEventTimeStamps[numberOfWheelEvents] |
Definition at line 76 of file DecoderInterface.h.