silentTriggerError
This commit is contained in:
parent
dab46878c8
commit
b2203e22cb
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 00:30:55 EDT 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 08:26:42 EDT 2017
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -1202,7 +1202,7 @@ typedef struct {
|
|||
bool isEngineChartEnabled : 1;
|
||||
/**
|
||||
offset 1488 bit 6 */
|
||||
bool unusedBit_7 : 1;
|
||||
bool silentTriggerError : 1;
|
||||
/**
|
||||
offset 1488 bit 7 */
|
||||
bool unusedBit__2 : 1;
|
||||
|
@ -2105,4 +2105,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 00:30:55 EDT 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 08:26:42 EDT 2017
|
||||
|
|
|
@ -849,8 +849,8 @@
|
|||
#define useConstantDwellDuringCranking_offset_hex 5d0
|
||||
#define isEngineChartEnabled_offset 1488
|
||||
#define isEngineChartEnabled_offset_hex 5d0
|
||||
#define unusedBit_7_offset 1488
|
||||
#define unusedBit_7_offset_hex 5d0
|
||||
#define silentTriggerError_offset 1488
|
||||
#define silentTriggerError_offset_hex 5d0
|
||||
#define unusedBit__2_offset 1488
|
||||
#define unusedBit__2_offset_hex 5d0
|
||||
#define canReadEnabled_offset 1488
|
||||
|
|
|
@ -248,7 +248,7 @@ void TriggerState::decodeTriggerEvent(trigger_event_e const signal, efitime_t no
|
|||
&& thirdGap;
|
||||
|
||||
#if EFI_PROD_CODE || defined(__DOXYGEN__)
|
||||
if (engineConfiguration->isPrintTriggerSynchDetails || someSortOfTriggerError) {
|
||||
if (engineConfiguration->isPrintTriggerSynchDetails || (someSortOfTriggerError && !engineConfiguration->silentTriggerError)) {
|
||||
#else
|
||||
if (printTriggerDebug) {
|
||||
#endif /* EFI_PROD_CODE */
|
||||
|
|
|
@ -590,7 +590,7 @@ bit vvtDisplayInverted
|
|||
bit isVerboseETB
|
||||
bit useConstantDwellDuringCranking
|
||||
bit isEngineChartEnabled;This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
|
||||
bit unusedBit_7
|
||||
bit silentTriggerError
|
||||
bit unusedBit__2
|
||||
bit canReadEnabled
|
||||
bit canWriteEnabled
|
||||
|
|
|
@ -45,7 +45,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 00:30:55 EDT 2017
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 08:26:42 EDT 2017
|
||||
|
||||
pageSize = 16376
|
||||
page = 1
|
||||
|
@ -430,7 +430,7 @@ page = 1
|
|||
isVerboseETB = bits, U32, 1488, [3:3], "false", "true"
|
||||
useConstantDwellDuringCranking= bits, U32, 1488, [4:4], "false", "true"
|
||||
isEngineChartEnabled = bits, U32, 1488, [5:5], "false", "true"
|
||||
unusedBit_7 = bits, U32, 1488, [6:6], "false", "true"
|
||||
silentTriggerError = bits, U32, 1488, [6:6], "false", "true"
|
||||
unusedBit__2 = bits, U32, 1488, [7:7], "false", "true"
|
||||
canReadEnabled = bits, U32, 1488, [8:8], "false", "true"
|
||||
canWriteEnabled = bits, U32, 1488, [9:9], "false", "true"
|
||||
|
@ -2348,6 +2348,7 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
|
|||
|
||||
dialog = etbDialog, "Electronic Thtottle Body (alpha)"
|
||||
field = "pedal Position Channel", pedalPositionChannel
|
||||
field = "verbose", isVerboseETB
|
||||
field = "Pedal min", pedalPositionMin
|
||||
field = "Pedal max", pedalPositionMax
|
||||
field = "PWM Frequency", etbFreq
|
||||
|
|
|
@ -1608,6 +1608,7 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
|
|||
|
||||
dialog = etbDialog, "Electronic Thtottle Body (alpha)"
|
||||
field = "pedal Position Channel", pedalPositionChannel
|
||||
field = "verbose", isVerboseETB
|
||||
field = "Pedal min", pedalPositionMin
|
||||
field = "Pedal max", pedalPositionMax
|
||||
field = "PWM Frequency", etbFreq
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config;
|
||||
|
||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 00:30:55 EDT 2017
|
||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 25 08:26:42 EDT 2017
|
||||
public class Fields {
|
||||
public static final int LE_COMMAND_LENGTH = 200;
|
||||
public static final int FSIO_ADC_COUNT = 4;
|
||||
|
@ -626,7 +626,7 @@ public class Fields {
|
|||
public static final int isVerboseETB_offset = 1488;
|
||||
public static final int useConstantDwellDuringCranking_offset = 1488;
|
||||
public static final int isEngineChartEnabled_offset = 1488;
|
||||
public static final int unusedBit_7_offset = 1488;
|
||||
public static final int silentTriggerError_offset = 1488;
|
||||
public static final int unusedBit__2_offset = 1488;
|
||||
public static final int canReadEnabled_offset = 1488;
|
||||
public static final int canWriteEnabled_offset = 1488;
|
||||
|
@ -1444,7 +1444,7 @@ public class Fields {
|
|||
public static final Field ISVERBOSEETB = Field.create("ISVERBOSEETB", 1488, FieldType.BIT, 3);
|
||||
public static final Field USECONSTANTDWELLDURINGCRANKING = Field.create("USECONSTANTDWELLDURINGCRANKING", 1488, FieldType.BIT, 4);
|
||||
public static final Field ISENGINECHARTENABLED = Field.create("ISENGINECHARTENABLED", 1488, FieldType.BIT, 5);
|
||||
public static final Field UNUSEDBIT_7 = Field.create("UNUSEDBIT_7", 1488, FieldType.BIT, 6);
|
||||
public static final Field SILENTTRIGGERERROR = Field.create("SILENTTRIGGERERROR", 1488, FieldType.BIT, 6);
|
||||
public static final Field UNUSEDBIT__2 = Field.create("UNUSEDBIT__2", 1488, FieldType.BIT, 7);
|
||||
public static final Field CANREADENABLED = Field.create("CANREADENABLED", 1488, FieldType.BIT, 8);
|
||||
public static final Field CANWRITEENABLED = Field.create("CANWRITEENABLED", 1488, FieldType.BIT, 9);
|
||||
|
|
Loading…
Reference in New Issue