// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri May 05 21:13:12 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once #include "rusefi_types.h" // start of pid_status_s struct pid_status_s { /** * offset 0 */ float pTerm = (float)0; /** * offset 4 */ scaled_channel iTerm = (int16_t)0; /** * offset 6 */ scaled_channel dTerm = (int16_t)0; /** * offset 8 */ scaled_channel output = (int16_t)0; /** * offset 10 */ scaled_channel error = (int16_t)0; /** * offset 12 */ uint32_t resetCounter = (uint32_t)0; }; static_assert(sizeof(pid_status_s) == 16); // start of output_channels_s struct output_channels_s { /** * SD: Present offset 0 bit 0 */ bool sd_present : 1 {}; /** * SD: Logging offset 0 bit 1 */ bool sd_logging_internal : 1 {}; /** offset 0 bit 2 */ bool triggerScopeReady : 1 {}; /** offset 0 bit 3 */ bool antilagTriggered : 1 {}; /** * Radiator Fan offset 0 bit 4 */ bool isFanOn : 1 {}; /** offset 0 bit 5 */ bool isO2HeaterOn : 1 {}; /** offset 0 bit 6 */ bool checkEngine : 1 {}; /** offset 0 bit 7 */ bool needBurn : 1 {}; /** * SD: MSD offset 0 bit 8 */ bool sd_msd : 1 {}; /** * Radiator Fan 2 offset 0 bit 9 */ bool isFan2On : 1 {}; /** offset 0 bit 10 */ bool unusedBitLAtwfs : 1 {}; /** * Tooth Logger Ready offset 0 bit 11 */ bool toothLogReady : 1 {}; /** * Error: TPS offset 0 bit 12 */ bool isTpsError : 1 {}; /** * Error: CLT offset 0 bit 13 */ bool isCltError : 1 {}; /** * Error: MAP offset 0 bit 14 */ bool isMapError : 1 {}; /** * Error: IAT offset 0 bit 15 */ bool isIatError : 1 {}; /** * Error: Trigger offset 0 bit 16 */ bool isTriggerError : 1 {}; /** * Error: Active offset 0 bit 17 */ bool hasCriticalError : 1 {}; /** * Warning: Active offset 0 bit 18 */ bool isWarnNow : 1 {}; /** * Error: Pedal offset 0 bit 19 */ bool isPedalError : 1 {}; /** offset 0 bit 20 */ bool isKnockChipOk : 1 {}; /** * Launch Control Triggered offset 0 bit 21 */ bool launchTriggered : 1 {}; /** * Error: TPS2 offset 0 bit 22 */ bool isTps2Error : 1 {}; /** * Idle: Closed Loop offset 0 bit 23 */ bool isIdleClosedLoop : 1 {}; /** * Injector Fault offset 0 bit 24 */ bool injectorFault : 1 {}; /** * Ignition Fault offset 0 bit 25 */ bool ignitionFault : 1 {}; /** offset 0 bit 26 */ bool unusedBit_26_26 : 1 {}; /** offset 0 bit 27 */ bool unusedBit_26_27 : 1 {}; /** offset 0 bit 28 */ bool unusedBit_26_28 : 1 {}; /** offset 0 bit 29 */ bool unusedBit_26_29 : 1 {}; /** offset 0 bit 30 */ bool unusedBit_26_30 : 1 {}; /** offset 0 bit 31 */ bool unusedBit_26_31 : 1 {}; /** * @@GAUGE_NAME_RPM@@ RPM * offset 4 */ uint16_t RPMValue = (uint16_t)0; /** * dRPM RPM acceleration * offset 6 */ uint16_t rpmAcceleration = (uint16_t)0; /** * @@GAUGE_NAME_GEAR_RATIO@@ value * offset 8 */ scaled_channel speedToRpmRatio = (uint16_t)0; /** * @@GAUGE_NAME_VVS@@ kph * offset 10 */ uint8_t unusedVehicleSpeedKph = (uint8_t)0; /** * @@GAUGE_NAME_CPU_TEMP@@ deg C * offset 11 */ int8_t internalMcuTemperature = (int8_t)0; /** * @@GAUGE_NAME_CLT@@ deg C * offset 12 */ scaled_channel coolant = (int16_t)0; /** * @@GAUGE_NAME_IAT@@ deg C * offset 14 */ scaled_channel intake = (int16_t)0; /** deg C * offset 16 */ scaled_channel auxTemp1 = (int16_t)0; /** deg C * offset 18 */ scaled_channel auxTemp2 = (int16_t)0; /** * @@GAUGE_NAME_TPS@@ % * offset 20 */ scaled_channel TPSValue = (int16_t)0; /** * @@GAUGE_NAME_THROTTLE_PEDAL@@ % * offset 22 */ scaled_channel throttlePedalPosition = (int16_t)0; /** ADC * offset 24 */ uint16_t tpsADC = (uint16_t)0; /** V * offset 26 */ scaled_channel rawMaf = (uint16_t)0; /** * @@GAUGE_NAME_AIR_FLOW_MEASURED@@ kg/h * offset 28 */ scaled_channel mafMeasured = (uint16_t)0; /** * @@GAUGE_NAME_MAP@@ kPa * offset 30 */ scaled_channel MAPValue = (uint16_t)0; /** kPa * offset 32 */ scaled_channel baroPressure = (uint16_t)0; /** * @@GAUGE_NAME_LAMBDA@@ * offset 34 */ scaled_channel lambdaValue = (uint16_t)0; /** * @@GAUGE_NAME_KNOCK_RETARD@@ deg * offset 36 */ scaled_channel knockRetard = (uint8_t)0; /** * need 4 byte alignment units * offset 37 */ uint8_t alignmentFill_at_37[1]; /** * @@GAUGE_NAME_VBAT@@ V * offset 38 */ scaled_channel VBatt = (uint16_t)0; /** * @@GAUGE_NAME_OIL_PRESSURE@@ kPa * offset 40 */ scaled_channel oilPressure = (uint16_t)0; /** * @@GAUGE_NAME_VVT_B1I@@ deg * offset 42 */ scaled_channel vvtPositionB1I = (int16_t)0; /** * @@GAUGE_NAME_FUEL_LAST_INJECTION@@ * Actual last injection time - including all compensation and injection mode ms * offset 44 */ scaled_channel actualLastInjection = (uint16_t)0; /** * @@GAUGE_NAME_FUEL_INJ_DUTY@@ % * offset 46 */ scaled_channel injectorDutyCycle = (uint8_t)0; /** * @@GAUGE_NAME_FUEL_VE@@ ratio * offset 47 */ scaled_channel veValue = (uint8_t)0; /** * @@GAUGE_NAME_FUEL_INJECTION_TIMING@@ deg * offset 48 */ int16_t injectionOffset = (int16_t)0; /** * @@GAUGE_NAME_INJECTOR_LAG@@ ms * offset 50 */ scaled_channel injectorLagMs = (uint16_t)0; /** * @@GAUGE_NAME_ENGINE_CRC16@@ crc16 * offset 52 */ uint16_t engineMakeCodeNameCrc16 = (uint16_t)0; /** * @@GAUGE_NAME_FUEL_WALL_AMOUNT@@ mg * offset 54 */ scaled_channel wallFuelAmount = (uint16_t)0; /** * @@GAUGE_NAME_FUEL_WALL_CORRECTION@@ mg * offset 56 */ scaled_channel wallFuelCorrectionValue = (int16_t)0; /** * offset 58 */ uint16_t revolutionCounterSinceStart = (uint16_t)0; /** * offset 60 */ uint16_t canReadCounter = (uint16_t)0; /** * @@GAUGE_NAME_FUEL_TPS_EXTRA@@ ms * offset 62 */ scaled_channel tpsAccelFuel = (int16_t)0; /** * @@GAUGE_NAME_IGNITION_MODE@@ * offset 64 */ uint8_t currentIgnitionMode = (uint8_t)0; /** * @@GAUGE_NAME_INJECTION_MODE@@ * offset 65 */ uint8_t currentInjectionMode = (uint8_t)0; /** * @@GAUGE_NAME_DWELL_DUTY@@ % * offset 66 */ scaled_channel coilDutyCycle = (uint16_t)0; /** * @@GAUGE_NAME_IAC@@ % * offset 68 */ scaled_channel idleAirValvePosition = (uint16_t)0; /** * ETB Target % * offset 70 */ scaled_channel etbTarget = (int16_t)0; /** * @@GAUGE_NAME_ETB_DUTY@@ % * offset 72 */ scaled_channel etb1DutyCycle = (int16_t)0; /** * Fuel level % * offset 74 */ scaled_channel fuelTankLevel = (int16_t)0; /** * @@GAUGE_NAME_FUEL_CONSUMPTION@@ grams * offset 76 */ uint16_t totalFuelConsumption = (uint16_t)0; /** * @@GAUGE_NAME_FUEL_FLOW@@ gram/s * offset 78 */ scaled_channel fuelFlowRate = (uint16_t)0; /** * @@GAUGE_NAME_TPS2@@ % * offset 80 */ scaled_channel TPS2Value = (int16_t)0; /** * @@GAUGE_NAME_TUNE_CRC16@@ crc16 * offset 82 */ uint16_t tuneCrc16 = (uint16_t)0; /** * @@GAUGE_NAME_KNOCK_LEVEL@@ Volts * offset 84 */ float knockLevel = (float)0; /** * @@GAUGE_NAME_UPTIME@@ sec * offset 88 */ uint32_t seconds = (uint32_t)0; /** * Engine Mode em * offset 92 */ uint32_t engineMode = (uint32_t)0; /** * @@GAUGE_NAME_VERSION@@ version_f * offset 96 */ uint32_t firmwareVersion = (uint32_t)0; /** V * offset 100 */ scaled_channel rawIdlePositionSensor = (int16_t)0; /** V * offset 102 */ scaled_channel rawWastegatePosition = (int16_t)0; /** * @@GAUGE_NAME_ACCEL_X@@ G * offset 104 */ scaled_channel accelerationX = (int16_t)0; /** * @@GAUGE_NAME_ACCEL_Y@@ G * offset 106 */ scaled_channel accelerationY = (int16_t)0; /** * @@GAUGE_NAME_DETECTED_GEAR@@ * offset 108 */ uint8_t detectedGear = (uint8_t)0; /** * offset 109 */ uint8_t maxTriggerReentrant = (uint8_t)0; /** V * offset 110 */ scaled_channel rawLowFuelPressure = (int16_t)0; /** V * offset 112 */ scaled_channel rawHighFuelPressure = (int16_t)0; /** * @@GAUGE_NAME_FUEL_PRESSURE_LOW@@ kpa * offset 114 */ scaled_channel lowFuelPressure = (int16_t)0; /** * @@GAUGE_NAME_DESIRED_GEAR@@ gear * offset 116 */ int8_t tcuDesiredGear = (int8_t)0; /** * @@GAUGE_NAME_FLEX@@ % * offset 117 */ scaled_channel flexPercent = (uint8_t)0; /** * @@GAUGE_NAME_WG_POSITION@@ % * offset 118 */ scaled_channel wastegatePositionSensor = (int16_t)0; /** * @@GAUGE_NAME_FUEL_PRESSURE_HIGH@@ bar * offset 120 */ scaled_channel highFuelPressure = (int16_t)0; /** * need 4 byte alignment units * offset 122 */ uint8_t alignmentFill_at_122[2]; /** * offset 124 */ uint32_t tsConfigVersion = (uint32_t)0; /** * offset 128 */ float calibrationValue = (float)0; /** * offset 132 */ uint8_t calibrationMode = (uint8_t)0; /** * Idle: Stepper target position * offset 133 */ uint8_t idleTargetPosition = (uint8_t)0; /** * need 4 byte alignment units * offset 134 */ uint8_t alignmentFill_at_134[2]; /** * @@GAUGE_NAME_TRG_ERR@@ counter * offset 136 */ uint32_t totalTriggerErrorCounter = (uint32_t)0; /** * offset 140 */ uint32_t orderingErrorCounter = (uint32_t)0; /** * @@GAUGE_NAME_WARNING_COUNTER@@ count * offset 144 */ uint16_t warningCounter = (uint16_t)0; /** * @@GAUGE_NAME_WARNING_LAST@@ error * offset 146 */ uint16_t lastErrorCode = (uint16_t)0; /** error * offset 148 */ uint16_t recentErrorCode[8]; /** val * offset 164 */ float debugFloatField1 = (float)0; /** val * offset 168 */ float debugFloatField2 = (float)0; /** val * offset 172 */ float debugFloatField3 = (float)0; /** val * offset 176 */ float debugFloatField4 = (float)0; /** val * offset 180 */ float debugFloatField5 = (float)0; /** val * offset 184 */ float debugFloatField6 = (float)0; /** val * offset 188 */ float debugFloatField7 = (float)0; /** val * offset 192 */ uint32_t debugIntField1 = (uint32_t)0; /** val * offset 196 */ uint32_t debugIntField2 = (uint32_t)0; /** val * offset 200 */ uint32_t debugIntField3 = (uint32_t)0; /** val * offset 204 */ int16_t debugIntField4 = (int16_t)0; /** val * offset 206 */ int16_t debugIntField5 = (int16_t)0; /** * EGT deg C * offset 208 */ uint16_t egt[EGT_CHANNEL_COUNT]; /** V * offset 224 */ scaled_channel rawTps1Primary = (int16_t)0; /** V * offset 226 */ scaled_channel rawPpsPrimary = (int16_t)0; /** V * offset 228 */ scaled_channel rawClt = (int16_t)0; /** V * offset 230 */ scaled_channel rawIat = (int16_t)0; /** V * offset 232 */ scaled_channel rawOilPressure = (int16_t)0; /** * offset 234 */ uint8_t fuelClosedLoopBinIdx = (uint8_t)0; /** * @@GAUGE_NAME_CURRENT_GEAR@@ gear * offset 235 */ int8_t tcuCurrentGear = (int8_t)0; /** V * offset 236 */ scaled_channel rawPpsSecondary = (int16_t)0; /** * Knock: Cyl dBv * offset 238 */ int8_t knock[12]; /** * @@GAUGE_NAME_IDLE_POSITION@@ % * offset 250 */ scaled_channel idlePositionSensor = (int16_t)0; /** * @@GAUGE_NAME_AFR@@ AFR * offset 252 */ scaled_channel AFRValue = (uint16_t)0; /** * Vss Accel m/s2 * offset 254 */ scaled_channel VssAcceleration = (uint16_t)0; /** * @@GAUGE_NAME_LAMBDA2@@ * offset 256 */ scaled_channel lambdaValue2 = (uint16_t)0; /** * @@GAUGE_NAME_AFR2@@ AFR * offset 258 */ scaled_channel AFRValue2 = (uint16_t)0; /** * @@GAUGE_NAME_VVT_B1E@@ deg * offset 260 */ scaled_channel vvtPositionB1E = (int16_t)0; /** * @@GAUGE_NAME_VVT_B2I@@ deg * offset 262 */ scaled_channel vvtPositionB2I = (int16_t)0; /** * @@GAUGE_NAME_VVT_B2E@@ deg * offset 264 */ scaled_channel vvtPositionB2E = (int16_t)0; /** % * offset 266 */ scaled_channel fuelPidCorrection[2]; /** V * offset 270 */ scaled_channel rawTps1Secondary = (int16_t)0; /** V * offset 272 */ scaled_channel rawTps2Primary = (int16_t)0; /** V * offset 274 */ scaled_channel rawTps2Secondary = (int16_t)0; /** * @@GAUGE_NAME_ACCEL_Z@@ G * offset 276 */ scaled_channel accelerationZ = (int16_t)0; /** * @@GAUGE_NAME_ACCEL_ROLL@@ G * offset 278 */ scaled_channel accelerationRoll = (int16_t)0; /** * @@GAUGE_NAME_ACCEL_YAW@@ G * offset 280 */ scaled_channel accelerationYaw = (int16_t)0; /** deg * offset 282 */ int8_t vvtTargets[4]; /** * @@GAUGE_NAME_TURBO_SPEED@@ hz * offset 286 */ uint16_t turboSpeed = (uint16_t)0; /** % * offset 288 */ scaled_channel tps1Split = (int16_t)0; /** % * offset 290 */ scaled_channel tps2Split = (int16_t)0; /** % * offset 292 */ scaled_channel tps12Split = (int16_t)0; /** % * offset 294 */ scaled_channel accPedalSplit = (int16_t)0; /** * Spark Cut Code code * offset 296 */ int8_t sparkCutReason = (int8_t)0; /** * Fuel Cut Code code * offset 297 */ int8_t fuelCutReason = (int8_t)0; /** * @@GAUGE_NAME_AIR_FLOW_ESTIMATE@@ kg/h * offset 298 */ scaled_channel mafEstimate = (uint16_t)0; /** * sync: instant RPM rpm * offset 300 */ uint16_t instantRpm = (uint16_t)0; /** V * offset 302 */ scaled_channel rawMap = (uint16_t)0; /** V * offset 304 */ scaled_channel rawAfr = (uint16_t)0; /** * need 4 byte alignment units * offset 306 */ uint8_t alignmentFill_at_306[2]; /** * offset 308 */ float calibrationValue2 = (float)0; /** offset 312 bit 0 */ bool isMainRelayOn : 1 {}; /** * isUsbConnected * Original reason for this is to check if USB is connected from Lua offset 312 bit 1 */ bool isUsbConnected : 1 {}; /** offset 312 bit 2 */ bool unusedBit_157_2 : 1 {}; /** offset 312 bit 3 */ bool unusedBit_157_3 : 1 {}; /** offset 312 bit 4 */ bool unusedBit_157_4 : 1 {}; /** offset 312 bit 5 */ bool unusedBit_157_5 : 1 {}; /** offset 312 bit 6 */ bool unusedBit_157_6 : 1 {}; /** offset 312 bit 7 */ bool unusedBit_157_7 : 1 {}; /** offset 312 bit 8 */ bool unusedBit_157_8 : 1 {}; /** offset 312 bit 9 */ bool unusedBit_157_9 : 1 {}; /** offset 312 bit 10 */ bool unusedBit_157_10 : 1 {}; /** offset 312 bit 11 */ bool unusedBit_157_11 : 1 {}; /** offset 312 bit 12 */ bool unusedBit_157_12 : 1 {}; /** offset 312 bit 13 */ bool unusedBit_157_13 : 1 {}; /** offset 312 bit 14 */ bool unusedBit_157_14 : 1 {}; /** offset 312 bit 15 */ bool unusedBit_157_15 : 1 {}; /** offset 312 bit 16 */ bool unusedBit_157_16 : 1 {}; /** offset 312 bit 17 */ bool unusedBit_157_17 : 1 {}; /** offset 312 bit 18 */ bool unusedBit_157_18 : 1 {}; /** offset 312 bit 19 */ bool unusedBit_157_19 : 1 {}; /** offset 312 bit 20 */ bool unusedBit_157_20 : 1 {}; /** offset 312 bit 21 */ bool unusedBit_157_21 : 1 {}; /** offset 312 bit 22 */ bool unusedBit_157_22 : 1 {}; /** offset 312 bit 23 */ bool unusedBit_157_23 : 1 {}; /** offset 312 bit 24 */ bool unusedBit_157_24 : 1 {}; /** offset 312 bit 25 */ bool unusedBit_157_25 : 1 {}; /** offset 312 bit 26 */ bool unusedBit_157_26 : 1 {}; /** offset 312 bit 27 */ bool unusedBit_157_27 : 1 {}; /** offset 312 bit 28 */ bool unusedBit_157_28 : 1 {}; /** offset 312 bit 29 */ bool unusedBit_157_29 : 1 {}; /** offset 312 bit 30 */ bool unusedBit_157_30 : 1 {}; /** offset 312 bit 31 */ bool unusedBit_157_31 : 1 {}; /** * Lua: Tick counter count * offset 316 */ uint32_t luaInvocationCounter = (uint32_t)0; /** * Lua: Last tick duration nt * offset 320 */ uint32_t luaLastCycleDuration = (uint32_t)0; /** count * offset 324 */ uint8_t testBenchIter = (uint8_t)0; /** * "Current Range" * offset 325 */ uint8_t tcu_currentRange = (uint8_t)0; /** * @@GAUGE_NAME_TC_RATIO@@ value * offset 326 */ scaled_channel tcRatio = (uint16_t)0; /** * offset 328 */ float lastShiftTime = (float)0; /** * offset 332 */ uint32_t vssEdgeCounter = (uint32_t)0; /** * offset 336 */ uint32_t issEdgeCounter = (uint32_t)0; /** * @@GAUGE_NAME_AUX_LINEAR_1@@ * offset 340 */ scaled_channel auxLinear1 = (int16_t)0; /** * @@GAUGE_NAME_AUX_LINEAR_2@@ * offset 342 */ scaled_channel auxLinear2 = (int16_t)0; /** offset 344 bit 0 */ bool dfcoActive : 1 {}; /** offset 344 bit 1 */ bool unusedBit_198_1 : 1 {}; /** offset 344 bit 2 */ bool unusedBit_198_2 : 1 {}; /** offset 344 bit 3 */ bool unusedBit_198_3 : 1 {}; /** offset 344 bit 4 */ bool unusedBit_198_4 : 1 {}; /** offset 344 bit 5 */ bool unusedBit_198_5 : 1 {}; /** offset 344 bit 6 */ bool unusedBit_198_6 : 1 {}; /** offset 344 bit 7 */ bool unusedBit_198_7 : 1 {}; /** offset 344 bit 8 */ bool unusedBit_198_8 : 1 {}; /** offset 344 bit 9 */ bool unusedBit_198_9 : 1 {}; /** offset 344 bit 10 */ bool unusedBit_198_10 : 1 {}; /** offset 344 bit 11 */ bool unusedBit_198_11 : 1 {}; /** offset 344 bit 12 */ bool unusedBit_198_12 : 1 {}; /** offset 344 bit 13 */ bool unusedBit_198_13 : 1 {}; /** offset 344 bit 14 */ bool unusedBit_198_14 : 1 {}; /** offset 344 bit 15 */ bool unusedBit_198_15 : 1 {}; /** offset 344 bit 16 */ bool unusedBit_198_16 : 1 {}; /** offset 344 bit 17 */ bool unusedBit_198_17 : 1 {}; /** offset 344 bit 18 */ bool unusedBit_198_18 : 1 {}; /** offset 344 bit 19 */ bool unusedBit_198_19 : 1 {}; /** offset 344 bit 20 */ bool unusedBit_198_20 : 1 {}; /** offset 344 bit 21 */ bool unusedBit_198_21 : 1 {}; /** offset 344 bit 22 */ bool unusedBit_198_22 : 1 {}; /** offset 344 bit 23 */ bool unusedBit_198_23 : 1 {}; /** offset 344 bit 24 */ bool unusedBit_198_24 : 1 {}; /** offset 344 bit 25 */ bool unusedBit_198_25 : 1 {}; /** offset 344 bit 26 */ bool unusedBit_198_26 : 1 {}; /** offset 344 bit 27 */ bool unusedBit_198_27 : 1 {}; /** offset 344 bit 28 */ bool unusedBit_198_28 : 1 {}; /** offset 344 bit 29 */ bool unusedBit_198_29 : 1 {}; /** offset 344 bit 30 */ bool unusedBit_198_30 : 1 {}; /** offset 344 bit 31 */ bool unusedBit_198_31 : 1 {}; /** kPa * offset 348 */ scaled_channel fallbackMap = (uint16_t)0; /** * Instant MAP kPa * offset 350 */ scaled_channel instantMAPValue = (uint16_t)0; /** us * offset 352 */ uint16_t maxLockedDuration = (uint16_t)0; /** * offset 354 */ uint16_t canWriteOk = (uint16_t)0; /** * offset 356 */ uint16_t canWriteNotOk = (uint16_t)0; /** * need 4 byte alignment units * offset 358 */ uint8_t alignmentFill_at_358[2]; /** * offset 360 */ uint32_t triggerPrimaryFall = (uint32_t)0; /** * offset 364 */ uint32_t triggerPrimaryRise = (uint32_t)0; /** * offset 368 */ uint32_t triggerSecondaryFall = (uint32_t)0; /** * offset 372 */ uint32_t triggerSecondaryRise = (uint32_t)0; /** * offset 376 */ uint16_t triggerVvtFall = (uint16_t)0; /** * offset 378 */ uint16_t triggerVvtRise = (uint16_t)0; /** * offset 380 */ uint16_t triggerVvt2Fall = (uint16_t)0; /** * offset 382 */ uint16_t triggerVvt2Rise = (uint16_t)0; /** * offset 384 */ uint8_t starterState = (uint8_t)0; /** * offset 385 */ uint8_t starterRelayDisable = (uint8_t)0; /** * Ign: Multispark count * offset 386 */ uint8_t multiSparkCounter = (uint8_t)0; /** * offset 387 */ uint8_t extiOverflowCount = (uint8_t)0; /** * offset 388 */ pid_status_s alternatorStatus; /** * offset 404 */ pid_status_s idleStatus; /** * offset 420 */ pid_status_s etbStatus; /** * offset 436 */ pid_status_s boostStatus; /** * offset 452 */ pid_status_s wastegateDcStatus; /** * offset 468 */ pid_status_s vvtStatus[CAM_INPUTS_COUNT]; /** * Aux speed 1 s * offset 532 */ uint16_t auxSpeed1 = (uint16_t)0; /** * Aux speed 2 s * offset 534 */ uint16_t auxSpeed2 = (uint16_t)0; /** * @@GAUGE_NAME_ISS@@ RPM * offset 536 */ uint16_t ISSValue = (uint16_t)0; /** V * offset 538 */ scaled_channel rawAnalogInput[LUA_ANALOG_INPUT_COUNT]; /** * GPPWM Output % * offset 554 */ scaled_channel gppwmOutput[4]; /** * offset 558 */ scaled_channel gppwmXAxis[4]; /** * offset 566 */ scaled_channel gppwmYAxis[4]; /** V * offset 574 */ scaled_channel rawBattery = (int16_t)0; /** * offset 576 */ scaled_channel ignBlendParameter[IGN_BLEND_COUNT]; /** % * offset 584 */ scaled_channel ignBlendBias[IGN_BLEND_COUNT]; /** deg * offset 588 */ scaled_channel ignBlendOutput[IGN_BLEND_COUNT]; /** * offset 596 */ scaled_channel veBlendParameter[VE_BLEND_COUNT]; /** % * offset 604 */ scaled_channel veBlendBias[VE_BLEND_COUNT]; /** % * offset 608 */ scaled_channel veBlendOutput[VE_BLEND_COUNT]; /** * offset 616 */ scaled_channel boostOpenLoopBlendParameter[BOOST_BLEND_COUNT]; /** % * offset 620 */ scaled_channel boostOpenLoopBlendBias[BOOST_BLEND_COUNT]; /** % * offset 622 */ scaled_channel boostOpenLoopBlendOutput[BOOST_BLEND_COUNT]; /** * offset 624 */ scaled_channel boostClosedLoopBlendParameter[BOOST_BLEND_COUNT]; /** % * offset 628 */ scaled_channel boostClosedLoopBlendBias[BOOST_BLEND_COUNT]; /** % * offset 630 */ scaled_channel boostClosedLoopBlendOutput[BOOST_BLEND_COUNT]; /** * need 4 byte alignment units * offset 634 */ uint8_t alignmentFill_at_634[2]; /** offset 636 bit 0 */ bool coilState1 : 1 {}; /** offset 636 bit 1 */ bool coilState2 : 1 {}; /** offset 636 bit 2 */ bool coilState3 : 1 {}; /** offset 636 bit 3 */ bool coilState4 : 1 {}; /** offset 636 bit 4 */ bool coilState5 : 1 {}; /** offset 636 bit 5 */ bool coilState6 : 1 {}; /** offset 636 bit 6 */ bool coilState7 : 1 {}; /** offset 636 bit 7 */ bool coilState8 : 1 {}; /** offset 636 bit 8 */ bool coilState9 : 1 {}; /** offset 636 bit 9 */ bool coilState10 : 1 {}; /** offset 636 bit 10 */ bool coilState11 : 1 {}; /** offset 636 bit 11 */ bool coilState12 : 1 {}; /** offset 636 bit 12 */ bool injectorState1 : 1 {}; /** offset 636 bit 13 */ bool injectorState2 : 1 {}; /** offset 636 bit 14 */ bool injectorState3 : 1 {}; /** offset 636 bit 15 */ bool injectorState4 : 1 {}; /** offset 636 bit 16 */ bool injectorState5 : 1 {}; /** offset 636 bit 17 */ bool injectorState6 : 1 {}; /** offset 636 bit 18 */ bool injectorState7 : 1 {}; /** offset 636 bit 19 */ bool injectorState8 : 1 {}; /** offset 636 bit 20 */ bool injectorState9 : 1 {}; /** offset 636 bit 21 */ bool injectorState10 : 1 {}; /** offset 636 bit 22 */ bool injectorState11 : 1 {}; /** offset 636 bit 23 */ bool injectorState12 : 1 {}; /** offset 636 bit 24 */ bool triggerChannel1 : 1 {}; /** offset 636 bit 25 */ bool triggerChannel2 : 1 {}; /** offset 636 bit 26 */ bool vvtChannel1 : 1 {}; /** offset 636 bit 27 */ bool vvtChannel2 : 1 {}; /** offset 636 bit 28 */ bool vvtChannel3 : 1 {}; /** offset 636 bit 29 */ bool vvtChannel4 : 1 {}; /** offset 636 bit 30 */ bool unusedBit_304_30 : 1 {}; /** offset 636 bit 31 */ bool unusedBit_304_31 : 1 {}; /** * offset 640 */ uint32_t outputRequestPeriod = (uint32_t)0; /** * offset 644 */ float mapFast = (float)0; /** * Lua: Gauge value * offset 648 */ float luaGauges[LUA_GAUGE_COUNT]; /** V * offset 656 */ scaled_channel rawMaf2 = (uint16_t)0; /** * @@GAUGE_NAME_AIR_FLOW_MEASURED_2@@ kg/h * offset 658 */ scaled_channel mafMeasured2 = (uint16_t)0; /** * offset 660 */ uint16_t schedulingUsedCount = (uint16_t)0; /** * @@GAUGE_NAME_VVS@@ kph * offset 662 */ scaled_channel vehicleSpeedKph = (uint16_t)0; /** * offset 664 */ uint8_t unusedAtTheEnd[136]; }; static_assert(sizeof(output_channels_s) == 800); // end // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri May 05 21:13:12 UTC 2023