// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/actuators/electronic_throttle.txt // by class com.rusefi.output.CHeaderConsumer // begin #pragma once #include "rusefi_types.h" // start of electronic_throttle_s struct electronic_throttle_s { /** * "ETB: target with idle" * units: % * offset 0 */ float targetWithIdlePosition = (float)0; /** * "ETB: trim" * offset 4 */ float trim = (float)0; /** * offset 8 */ float boardEtbAdjustment = (float)0; /** * "ETB: luaAdjustment" * units: % * offset 12 */ float luaAdjustment = (float)0; /** * "DC: wastegatePosition" * units: % * offset 16 */ float m_wastegatePosition = (float)0; /** * "EBT: last PID dT" * units: mS * offset 20 */ float m_lastPidDtMs = (float)0; /** * offset 24 */ percent_t etbFeedForward = (percent_t)0; /** * Integral error * offset 28 */ float integralError = (float)0; /** * ETB: target for current pedal * units: % * offset 32 */ float etbCurrentTarget = (float)0; /** * Adjusted target * units: % * offset 36 */ scaled_channel m_adjustedTarget = (int16_t)0; /** * need 4 byte alignment * units: units * offset 38 */ uint8_t alignmentFill_at_38[2] = {}; /** offset 40 bit 0 */ bool etbRevLimitActive : 1 {}; /** offset 40 bit 1 */ bool jamDetected : 1 {}; /** offset 40 bit 2 */ bool validPlantPosition : 1 {}; /** offset 40 bit 3 */ bool unusedBit_14_3 : 1 {}; /** offset 40 bit 4 */ bool unusedBit_14_4 : 1 {}; /** offset 40 bit 5 */ bool unusedBit_14_5 : 1 {}; /** offset 40 bit 6 */ bool unusedBit_14_6 : 1 {}; /** offset 40 bit 7 */ bool unusedBit_14_7 : 1 {}; /** offset 40 bit 8 */ bool unusedBit_14_8 : 1 {}; /** offset 40 bit 9 */ bool unusedBit_14_9 : 1 {}; /** offset 40 bit 10 */ bool unusedBit_14_10 : 1 {}; /** offset 40 bit 11 */ bool unusedBit_14_11 : 1 {}; /** offset 40 bit 12 */ bool unusedBit_14_12 : 1 {}; /** offset 40 bit 13 */ bool unusedBit_14_13 : 1 {}; /** offset 40 bit 14 */ bool unusedBit_14_14 : 1 {}; /** offset 40 bit 15 */ bool unusedBit_14_15 : 1 {}; /** offset 40 bit 16 */ bool unusedBit_14_16 : 1 {}; /** offset 40 bit 17 */ bool unusedBit_14_17 : 1 {}; /** offset 40 bit 18 */ bool unusedBit_14_18 : 1 {}; /** offset 40 bit 19 */ bool unusedBit_14_19 : 1 {}; /** offset 40 bit 20 */ bool unusedBit_14_20 : 1 {}; /** offset 40 bit 21 */ bool unusedBit_14_21 : 1 {}; /** offset 40 bit 22 */ bool unusedBit_14_22 : 1 {}; /** offset 40 bit 23 */ bool unusedBit_14_23 : 1 {}; /** offset 40 bit 24 */ bool unusedBit_14_24 : 1 {}; /** offset 40 bit 25 */ bool unusedBit_14_25 : 1 {}; /** offset 40 bit 26 */ bool unusedBit_14_26 : 1 {}; /** offset 40 bit 27 */ bool unusedBit_14_27 : 1 {}; /** offset 40 bit 28 */ bool unusedBit_14_28 : 1 {}; /** offset 40 bit 29 */ bool unusedBit_14_29 : 1 {}; /** offset 40 bit 30 */ bool unusedBit_14_30 : 1 {}; /** offset 40 bit 31 */ bool unusedBit_14_31 : 1 {}; /** * "ETB TPS error counter" * units: count * offset 44 */ uint16_t etbTpsErrorCounter = (uint16_t)0; /** * "ETB pedal error counter" * units: count * offset 46 */ uint16_t etbPpsErrorCounter = (uint16_t)0; /** * offset 48 */ int8_t etbErrorCode = (int8_t)0; /** * offset 49 */ int8_t etbErrorCodeBlinker = (int8_t)0; /** * ETB traction control * units: % * offset 50 */ int8_t tcEtbDrop = (int8_t)0; /** * need 4 byte alignment * units: units * offset 51 */ uint8_t alignmentFill_at_51[1] = {}; /** * ETB jam timer * units: sec * offset 52 */ scaled_channel jamTimer = (uint16_t)0; /** * ETB with adjustments * units: % * offset 54 */ int8_t adjustedEtbTarget = (int8_t)0; /** * offset 55 */ uint8_t state = (uint8_t)0; }; static_assert(sizeof(electronic_throttle_s) == 56); // end // this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/actuators/electronic_throttle.txt