17 lines
637 B
Plaintext
17 lines
637 B
Plaintext
|
|
#define TRIGGERS_FILE_NAME "triggers.txt"
|
|
#define TRIGGER_IS_CRANK_KEY "crankBased"
|
|
#define TRIGGER_CYCLE_DURATION "cycleDuration"
|
|
#define TRIGGER_IS_SECOND_WHEEL_CAM "isSecondWheelCam"
|
|
#define TRIGGER_HAS_SECOND_CHANNEL "hasSecondChannel"
|
|
#define TRIGGER_KNOWN_OPERATION_MODE "knownOperationMode"
|
|
#define TRIGGER_COMMENT "#"
|
|
#define TRIGGER_GAPS_COUNT "gapsCount"
|
|
#define TRIGGER_GAP_FROM "gapFrom"
|
|
#define TRIGGER_GAP_TO "gapTo"
|
|
#define TRIGGER_WITH_SYNC "isSynchronizationNeeded"
|
|
#define TRIGGER_SYNC_EDGE "syncEdge"
|
|
|
|
! this is shared between tunerstudio.template.ini and FiringOrderTSLogic
|
|
#define IGNITION_OUTPUT "Ignition Output"
|