rusEFI
The most advanced open source ECU
|
Definition in file serial_sensor.cpp.
Enumerations | |
enum | sensor_error_code_t { NO_ERROR = 0 , HEATER_SHORTED = 1 , HEATER_OPEN = 2 , PUMPCELL_SHORTED = 3 , PUMPCELL_OPEN = 4 , REFCELL_SHORTED = 5 , REFCELL_OPEN = 6 , SYSTEM_ERROR = 7 , SENSOR_TIMING_ERR = 8 , SUPP_V_LOW = 9 } |
Functions | |
void | IdentifyInnovateSerialMsg () |
void | ParseInnovateSerialMsg () |
void | ResetSerialSensor () |
void | ClearSerialBuffer () |
void | ParseSerialData () |
Variables | |
volatile float | InnovateLC2AFR = AFR_ERROR |
static sensor_data_t | innovate_o2_sensor [NUM_INNOVATE_O2_SENSORS] |
static size_t | tmsglen |
enum sensor_error_code_t |
Enumerator | |
---|---|
NO_ERROR | |
HEATER_SHORTED | |
HEATER_OPEN | |
PUMPCELL_SHORTED | |
PUMPCELL_OPEN | |
REFCELL_SHORTED | |
REFCELL_OPEN | |
SYSTEM_ERROR | |
SENSOR_TIMING_ERR | |
SUPP_V_LOW |
Definition at line 20 of file serial_sensor.cpp.
void ClearSerialBuffer | ( | ) |
Definition at line 179 of file serial_sensor.cpp.
Referenced by ResetSerialSensor(), and SerialRead::ThreadTask().
void IdentifyInnovateSerialMsg | ( | ) |
Definition at line 47 of file serial_sensor.cpp.
Referenced by ParseSerialData().
void ParseInnovateSerialMsg | ( | ) |
Definition at line 99 of file serial_sensor.cpp.
Referenced by IdentifyInnovateSerialMsg().
void ParseSerialData | ( | ) |
Definition at line 183 of file serial_sensor.cpp.
Referenced by ResetSerialSensor(), and SerialRead::ThreadTask().
void ResetSerialSensor | ( | ) |
Definition at line 174 of file serial_sensor.cpp.
Referenced by SerialRead::ThreadTask().
|
static |
Definition at line 43 of file serial_sensor.cpp.
Referenced by ParseInnovateSerialMsg().
volatile float InnovateLC2AFR = AFR_ERROR |
Definition at line 18 of file serial_sensor.cpp.
Referenced by getAfr(), IdentifyInnovateSerialMsg(), and ParseInnovateSerialMsg().
|
static |
Definition at line 45 of file serial_sensor.cpp.
Referenced by IdentifyInnovateSerialMsg(), and ParseInnovateSerialMsg().