Subversion Repositories DashDisplay

Rev

Rev 4 | Rev 7 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 6
Line 28... Line 28...
28
  PLX_NBO2 =  16, //Narrowband O2 sensor@@@@@@@
28
  PLX_NBO2 =  16, //Narrowband O2 sensor@@@@@@@
29
  PLX_Knock = 19, //Knock
29
  PLX_Knock = 19, //Knock
30
  PLX_Fuel =  17, //Fuel level
30
  PLX_Fuel =  17, //Fuel level
31
  PLX_Duty  = 20, //Duty cycle
31
  PLX_Duty  = 20, //Duty cycle
32
  PLX_Volts = 18, //Volts
32
  PLX_Volts = 18, //Volts
-
 
33
  PLX_MAX_OBS
33
} PLX_Observations;
34
} PLX_Observations;
34
 
35
 
35
extern double ConveriMFDRaw2Data(int sensor, int units, int raw);
36
extern double ConveriMFDRaw2Data(int sensor, int units, int raw);
36
 
37
 
37
#pragma pack(push,1)
38
#pragma pack(push,1)