fome-fw/firmware/console/binary/ts_outputs_generated.h

137 lines
2.7 KiB
C
Raw Normal View History

2021-11-20 11:27:21 -08:00
// 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
2021-11-17 21:05:27 -08:00
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
// start of ts_outputs_s
struct ts_outputs_s {
/**
offset 0 bit 0 */
2021-11-20 10:30:25 -08:00
bool sd_present : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 1 */
2021-11-20 10:30:25 -08:00
bool isIgnitionEnabledIndicator : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 2 */
2021-11-20 10:30:25 -08:00
bool isInjectionEnabledIndicator : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 3 */
2021-11-20 10:30:25 -08:00
bool sd_logging_internal : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 4 */
2021-11-20 10:30:25 -08:00
bool isCylinderCleanupActivated : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 5 */
2021-11-20 10:30:25 -08:00
bool isFuelPumpOn : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 6 */
2021-11-20 10:30:25 -08:00
bool isFanOn : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 7 */
2021-11-20 10:30:25 -08:00
bool isO2HeaterOn : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 8 */
2021-11-20 10:30:25 -08:00
bool checkEngine : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 9 */
2021-11-20 10:30:25 -08:00
bool needBurn : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 10 */
2021-11-20 10:30:25 -08:00
bool sd_msd : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 11 */
2021-11-20 10:30:25 -08:00
bool clutchUpState : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 12 */
2021-11-20 10:30:25 -08:00
bool clutchDownState : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 13 */
2021-11-20 10:30:25 -08:00
bool isFan2On : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 14 */
2021-11-20 10:30:25 -08:00
bool unusedb14 : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 15 */
2021-11-20 10:30:25 -08:00
bool brakePedalState : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 16 */
2021-11-20 10:30:25 -08:00
bool toothLogReady : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 17 */
2021-11-20 10:30:25 -08:00
bool acSwitchState : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 18 */
2021-11-20 10:30:25 -08:00
bool isTpsError : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 19 */
2021-11-20 10:30:25 -08:00
bool isCltError : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 20 */
2021-11-20 10:30:25 -08:00
bool isMapError : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 21 */
2021-11-20 10:30:25 -08:00
bool isIatError : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 22 */
2021-11-20 10:30:25 -08:00
bool acState : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 23 */
2021-11-20 10:30:25 -08:00
bool isTriggerError : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 24 */
2021-11-20 10:30:25 -08:00
bool hasCriticalError : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 25 */
2021-11-20 10:30:25 -08:00
bool isWarnNow : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 26 */
2021-11-20 10:30:25 -08:00
bool isPedalError : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 27 */
2021-11-20 10:30:25 -08:00
bool isKnockChipOk : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 28 */
2021-11-20 10:30:25 -08:00
bool launchTriggered : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 29 */
2021-11-20 10:30:25 -08:00
bool isTps2Error : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 30 */
2021-11-20 10:30:25 -08:00
bool isIdleClosedLoop : 1 {};
2021-11-17 21:05:27 -08:00
/**
offset 0 bit 31 */
2021-11-20 10:30:25 -08:00
bool isIdleCoasting : 1 {};
2021-11-17 21:05:27 -08:00
/**
* offset 4
*/
scaled_channel<uint16_t, 1, 1> rpm = (uint16_t)0;
/**
* offset 6
*/
uint16_t rpmAcceleration = (uint16_t)0;
2021-11-20 10:30:25 -08:00
/**
* offset 8
*/
2021-11-20 11:27:21 -08:00
scaled_channel<uint16_t, 100, 1> speedToRpmRatio = (uint16_t)0;
/**
* offset 10
*/
scaled_channel<uint8_t, 1, 1> vehicleSpeedKph = (uint8_t)0;
2021-11-20 10:30:25 -08:00
/**
* offset 11
*/
scaled_channel<uint8_t, 1, 1> internalMcuTemperature = (uint8_t)0;
/**
* offset 12
*/
scaled_channel<uint16_t, 100, 1> coolantTemperature = (uint16_t)0;
/**
* offset 14
*/
scaled_channel<uint16_t, 100, 1> intakeAirTemperature = (uint16_t)0;
/** total size 16*/
2021-11-17 21:05:27 -08:00
};
// end
2021-11-20 11:27:21 -08:00
// 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