rusEFI
The most advanced open source ECU
Typedefs
efi_scaled_channel.h File Reference

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 >
 

Typedef Documentation

◆ scaled_afr

using scaled_afr = scaled_channel<uint16_t, PACK_MULT_AFR>

Definition at line 25 of file efi_scaled_channel.h.

◆ scaled_angle

using scaled_angle = scaled_channel<int16_t, PACK_MULT_ANGLE>

Definition at line 23 of file efi_scaled_channel.h.

◆ scaled_fuel_mass_mg

using scaled_fuel_mass_mg = scaled_channel<uint16_t, PACK_MULT_FUEL_MASS>

Definition at line 27 of file efi_scaled_channel.h.

◆ scaled_high_pressure

using scaled_high_pressure = scaled_channel<uint16_t, PACK_MULT_HIGH_PRESSURE>

Definition at line 22 of file efi_scaled_channel.h.

◆ scaled_lambda

using scaled_lambda = scaled_channel<uint16_t, PACK_MULT_LAMBDA>

Definition at line 26 of file efi_scaled_channel.h.

◆ scaled_ms

using scaled_ms = scaled_channel<int16_t, PACK_MULT_MS>

Definition at line 19 of file efi_scaled_channel.h.

◆ scaled_percent

using scaled_percent = scaled_channel<int16_t, PACK_MULT_PERCENT>

Definition at line 20 of file efi_scaled_channel.h.

◆ scaled_pressure

using scaled_pressure = scaled_channel<uint16_t, PACK_MULT_PRESSURE>

Definition at line 21 of file efi_scaled_channel.h.

◆ scaled_temperature

using scaled_temperature = scaled_channel<int16_t, PACK_MULT_TEMPERATURE>

Definition at line 18 of file efi_scaled_channel.h.

◆ scaled_voltage

using scaled_voltage = scaled_channel<uint16_t, PACK_MULT_VOLTAGE>

Definition at line 24 of file efi_scaled_channel.h.

Go to the source code of this file.