automation around outputs section #197
This commit is contained in:
parent
e10067da93
commit
df7ea34864
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/output_channels.txt Sat Nov 20 14:26:35 EST 2021
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/output_channels.txt Sat Nov 20 14:37:54 EST 2021
|
||||||
// by class com.rusefi.output.CHeaderConsumer
|
// by class com.rusefi.output.CHeaderConsumer
|
||||||
// begin
|
// begin
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -129,8 +129,32 @@ struct ts_outputs_s {
|
||||||
* offset 14
|
* offset 14
|
||||||
*/
|
*/
|
||||||
scaled_channel<uint16_t, 100, 1> intakeAirTemperature = (uint16_t)0;
|
scaled_channel<uint16_t, 100, 1> intakeAirTemperature = (uint16_t)0;
|
||||||
/** total size 16*/
|
/**
|
||||||
|
* offset 16
|
||||||
|
*/
|
||||||
|
scaled_channel<uint16_t, 100, 1> auxTemp1 = (uint16_t)0;
|
||||||
|
/**
|
||||||
|
* offset 18
|
||||||
|
*/
|
||||||
|
scaled_channel<uint16_t, 100, 1> auxTemp2 = (uint16_t)0;
|
||||||
|
/**
|
||||||
|
* offset 20
|
||||||
|
*/
|
||||||
|
scaled_channel<uint16_t, 100, 1> throttlePosition = (uint16_t)0;
|
||||||
|
/**
|
||||||
|
* offset 22
|
||||||
|
*/
|
||||||
|
scaled_channel<uint16_t, 100, 1> pedalPosition = (uint16_t)0;
|
||||||
|
/**
|
||||||
|
* offset 24
|
||||||
|
*/
|
||||||
|
uint16_t tpsADC = (uint16_t)0;
|
||||||
|
/**
|
||||||
|
* offset 26
|
||||||
|
*/
|
||||||
|
scaled_channel<uint16_t, 1000, 1> massAirFlowVoltage = (uint16_t)0;
|
||||||
|
/** total size 28*/
|
||||||
};
|
};
|
||||||
|
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/output_channels.txt Sat Nov 20 14:26:35 EST 2021
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/output_channels.txt Sat Nov 20 14:37:54 EST 2021
|
||||||
|
|
|
@ -44,16 +44,6 @@ enum class TsCalMode : uint8_t {
|
||||||
struct TunerStudioOutputChannels : ts_outputs_s {
|
struct TunerStudioOutputChannels : ts_outputs_s {
|
||||||
/* see also [OutputChannels] in rusefi.input */
|
/* see also [OutputChannels] in rusefi.input */
|
||||||
|
|
||||||
scaled_temperature auxTemp1; // offset 16
|
|
||||||
scaled_temperature auxTemp2; // offset 18
|
|
||||||
|
|
||||||
// throttle, pedal
|
|
||||||
scaled_percent throttlePosition; // 20
|
|
||||||
scaled_percent pedalPosition; // 22
|
|
||||||
uint16_t tpsADC; // 24
|
|
||||||
|
|
||||||
// air flow/mass measurment
|
|
||||||
scaled_voltage massAirFlowVoltage; // 26
|
|
||||||
scaled_channel<uint16_t, PACK_MULT_MASS_FLOW> massAirFlow; // 28
|
scaled_channel<uint16_t, PACK_MULT_MASS_FLOW> massAirFlow; // 28
|
||||||
scaled_pressure manifoldAirPressure; // 30
|
scaled_pressure manifoldAirPressure; // 30
|
||||||
scaled_pressure baroPressure; // 32
|
scaled_pressure baroPressure; // 32
|
||||||
|
|
|
@ -45,4 +45,13 @@ uint16_t rpmAcceleration;;"",1, 0, 0, 0, 0
|
||||||
uint16_t autoscale coolantTemperature;;"",{1/@@PACK_MULT_TEMPERATURE@@}, 0, 0, 0, 0
|
uint16_t autoscale coolantTemperature;;"",{1/@@PACK_MULT_TEMPERATURE@@}, 0, 0, 0, 0
|
||||||
uint16_t autoscale intakeAirTemperature;;"",{1/@@PACK_MULT_TEMPERATURE@@}, 0, 0, 0, 0
|
uint16_t autoscale intakeAirTemperature;;"",{1/@@PACK_MULT_TEMPERATURE@@}, 0, 0, 0, 0
|
||||||
|
|
||||||
|
uint16_t autoscale auxTemp1;;"",{1/@@PACK_MULT_TEMPERATURE@@}, 0, 0, 0, 0
|
||||||
|
uint16_t autoscale auxTemp2;;"",{1/@@PACK_MULT_TEMPERATURE@@}, 0, 0, 0, 0
|
||||||
|
|
||||||
|
uint16_t autoscale throttlePosition;;"",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
|
||||||
|
uint16_t autoscale pedalPosition;;"",{1/@@PACK_MULT_PERCENT@@}, 0, 0, 0, 0
|
||||||
|
|
||||||
|
uint16_t tpsADC;;"", 1, 0, 0, 0, 0
|
||||||
|
uint16_t autoscale massAirFlowVoltage;;"",{1/@@PACK_MULT_VOLTAGE@@}, 0, 0, 0, 0
|
||||||
|
|
||||||
end_struct
|
end_struct
|
||||||
|
|
Loading…
Reference in New Issue