2019-07-20 11:56:56 -07:00
|
|
|
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/thermistor.txt Sat Jul 20 12:28:04 EDT 2019
|
|
|
|
// by class com.rusefi.output.CHeaderConsumer
|
2019-06-17 09:18:55 -07:00
|
|
|
// begin
|
|
|
|
#ifndef CONTROLLERS_GENERATED_THERMISTOR_H
|
|
|
|
#define CONTROLLERS_GENERATED_THERMISTOR_H
|
|
|
|
#include "rusefi_types.h"
|
|
|
|
// start of thermistor_state_s
|
|
|
|
struct thermistor_state_s {
|
|
|
|
/**
|
|
|
|
* offset 0
|
|
|
|
*/
|
|
|
|
float resistance = 0;
|
|
|
|
/**
|
|
|
|
* offset 4
|
|
|
|
*/
|
|
|
|
float voltageMCU = 0;
|
|
|
|
/**
|
|
|
|
* offset 8
|
|
|
|
*/
|
|
|
|
float voltageBoard = 0;
|
|
|
|
/** total size 12*/
|
|
|
|
};
|
|
|
|
|
|
|
|
typedef struct thermistor_state_s thermistor_state_s;
|
|
|
|
|
|
|
|
#endif
|
|
|
|
// end
|
2019-07-20 11:56:56 -07:00
|
|
|
// this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration/thermistor.txt Sat Jul 20 12:28:04 EDT 2019
|