FreeEMS
0.2.0-SNAPSHOT-285-g028e24c
|
Single cut/limiter. More...
#include <FixedConfigs.h>
Data Fields | |
unsigned short | disableThreshold |
Level at which to disable outputs. | |
unsigned short | reenableThreshold |
Level at which to re-enable outputs. |
Single cut/limiter.
Definition at line 178 of file FixedConfigs.h.
unsigned short singleCut::disableThreshold |
Level at which to disable outputs.
Definition at line 179 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition().
unsigned short singleCut::reenableThreshold |
Level at which to re-enable outputs.
Definition at line 180 of file FixedConfigs.h.
Referenced by calculateFuelAndIgnition().