auto-sync

This commit is contained in:
rusEfi 2015-05-08 08:09:13 -04:00
parent 509b1d9c36
commit 8fa4b62f61
3 changed files with 7 additions and 15 deletions

View File

@ -1,4 +1,4 @@
// this section was generated by config_definition.jar on Thu May 07 22:03:25 EDT 2015
// this section was generated by config_definition.jar on Fri May 08 07:42:51 EDT 2015
// begin
#include "rusefi_types.h"
typedef struct {
@ -652,14 +652,8 @@ typedef struct {
/**
* Should the trigger emulator push data right into trigger input, eliminating the need for physical jumper wires?
* PS: Funny name, right? :)
* todo: make this a bit on some bit field
* offset 80
*/
int16_t directSelfStimulation;
/**
* offset 82
*/
uint16_t unused334;
offset 80 bit 0 */
bool_t directSelfStimulation : 1;
/**
* todo: extract these two fields into a structure
* todo: we need two sets of TPS parameters - modern ETBs have two sensors
@ -1292,4 +1286,4 @@ typedef struct {
} persistent_config_s;
// end
// this section was generated by config_definition.jar on Thu May 07 22:03:25 EDT 2015
// this section was generated by config_definition.jar on Fri May 08 07:42:51 EDT 2015

View File

@ -110,8 +110,7 @@ end_struct
injector_s injector
int16_t directSelfStimulation;Should the trigger emulator push data right into trigger input, eliminating the need for physical jumper wires?\nPS: Funny name, right? :)\ntodo: make this a bit on some bit field
uint16_t unused334;
bit directSelfStimulation;Should the trigger emulator push data right into trigger input, eliminating the need for physical jumper wires?\nPS: Funny name, right? :)
int16_t tpsMin;todo: extract these two fields into a structure\ntodo: we need two sets of TPS parameters - modern ETBs have two sensors;"ADC", 1, 0, 0, 1023, 0
int16_t tpsMax;tpsMax value as 10 bit ADC value. Not Voltage!;"ADC", 1, 0, 0, 1023, 0

View File

@ -40,7 +40,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated by ConfigDefinition.jar on Thu May 07 22:03:26 EDT 2015
; this section was generated by ConfigDefinition.jar on Fri May 08 07:42:56 EDT 2015
pageSize = 15288
page = 1
@ -50,8 +50,7 @@ page = 1
injector_lag = scalar, F32, 12, "msec", 1, 0, -10, 25.50, 2
injector_battLagCorrBins = array, F32, 16, [8], "V", 1, 0, 0.0, 20.0, 2
injector_battLagCorr = array, F32, 48, [8], "ms/V", 1, 0, 0.0, 50.0, 2
;skipping directSelfStimulation offset 80
;skipping unused334 offset 82
directSelfStimulation = bits, U32, 80, [0:0], "false", "true"
tpsMin = scalar, S16, 84, "ADC", 1, 0, 0, 1023, 0
tpsMax = scalar, S16, 86, "ADC", 1, 0, 0, 1023, 0
tpsErrorLowValue = scalar, S16, 88, "*C", 1, 0, -40, 200, 1