|
rusEFI
The most advanced open source ECU
|
Typedefs | |
| using | scaled_temperature = scaled_channel< int16_t, PACK_MULT_TEMPERATURE > |
| using | scaled_ms = scaled_channel< int16_t, PACK_MULT_MS > |
| using | scaled_percent = scaled_channel< int16_t, PACK_MULT_PERCENT > |
| using | scaled_pressure = scaled_channel< uint16_t, PACK_MULT_PRESSURE > |
| using | scaled_high_pressure = scaled_channel< uint16_t, PACK_MULT_HIGH_PRESSURE > |
| using | scaled_angle = scaled_channel< int16_t, PACK_MULT_ANGLE > |
| using | scaled_voltage = scaled_channel< uint16_t, PACK_MULT_VOLTAGE > |
| using | scaled_afr = scaled_channel< uint16_t, PACK_MULT_AFR > |
| using | scaled_lambda = scaled_channel< uint16_t, PACK_MULT_LAMBDA > |
| using | scaled_fuel_mass_mg = scaled_channel< uint16_t, PACK_MULT_FUEL_MASS > |
| using scaled_afr = scaled_channel<uint16_t, PACK_MULT_AFR> |
Definition at line 25 of file efi_scaled_channel.h.
| using scaled_angle = scaled_channel<int16_t, PACK_MULT_ANGLE> |
Definition at line 23 of file efi_scaled_channel.h.
| using scaled_fuel_mass_mg = scaled_channel<uint16_t, PACK_MULT_FUEL_MASS> |
Definition at line 27 of file efi_scaled_channel.h.
| using scaled_high_pressure = scaled_channel<uint16_t, PACK_MULT_HIGH_PRESSURE> |
Definition at line 22 of file efi_scaled_channel.h.
| using scaled_lambda = scaled_channel<uint16_t, PACK_MULT_LAMBDA> |
Definition at line 26 of file efi_scaled_channel.h.
| using scaled_ms = scaled_channel<int16_t, PACK_MULT_MS> |
Definition at line 19 of file efi_scaled_channel.h.
| using scaled_percent = scaled_channel<int16_t, PACK_MULT_PERCENT> |
Definition at line 20 of file efi_scaled_channel.h.
| using scaled_pressure = scaled_channel<uint16_t, PACK_MULT_PRESSURE> |
Definition at line 21 of file efi_scaled_channel.h.
| using scaled_temperature = scaled_channel<int16_t, PACK_MULT_TEMPERATURE> |
Definition at line 18 of file efi_scaled_channel.h.
| using scaled_voltage = scaled_channel<uint16_t, PACK_MULT_VOLTAGE> |
Definition at line 24 of file efi_scaled_channel.h.