public class ObdRealTimeDatagram extends Object
ServiceClientCallback.onObdRealTimeDatagram(ServiceClientCallback.ObdRealTimeDatagramResponse)
.Modifier and Type | Field and Description |
---|---|
Integer |
absoluteLoad
Absolute load value
|
Integer |
airTemperature
Intake air temperature.
|
Integer |
ambientAirTemperature
Ambient air temperature
|
Integer |
avgAccelerationX
Average acceleration on X axis.
|
Integer |
avgAccelerationY
Average acceleration on Y axis.
|
Integer |
avgAccelerationZ
Average acceleration on Z axis.
|
Integer |
barometricPressure
Barometric pressure
|
Integer |
batteryVoltage
Battery voltage.
|
Integer |
catalystTemperature
Catalyst temperature
|
Integer |
chargeAirCoolerTemperature
Charge air cooler temperature
|
Integer |
commandedExhaustGasRecirculation
Commanded exhaust gas recirculation
|
Integer |
coolantTemperature
Engine coolant temperature.
|
Integer |
engineLoad
Calculated engine load.
|
Integer |
engineOilTemperature
Engine oil temperature
|
Integer |
engineRpm
Engine RPM.
|
Integer |
exhaustGasTemperature
Exhaust gas temperature
|
Integer |
fuelLevel
Tank fuel level in percent, between 0 and 100.
|
Integer |
fuelRailPressure
Fuel rail pressure
|
Integer |
fuelRate
Fuel rate.
|
Integer |
manifoldPressure
Intake manifold pressure.
|
Integer |
massAirFlow
Mass air flow.
|
Integer |
maxAccelerationX
Maximum acceleration on X axis.
|
Integer |
maxAccelerationY
Maximum acceleration on Y axis.
|
Integer |
maxAccelerationZ
Maximum acceleration on Z axis.
|
Integer |
minAccelerationX
Minimum acceleration on X axis.
|
Integer |
minAccelerationY
Minimum acceleration on Y axis.
|
Integer |
minAccelerationZ
Minimum acceleration on Z axis.
|
Long |
odometer
Virtual odometer in m.
|
Integer |
throttlePosition
Throttle position.
|
Integer |
vehicleSpeed
Vehicle speed.
|
Constructor and Description |
---|
ObdRealTimeDatagram() |
public Long odometer
public Integer engineLoad
public Integer coolantTemperature
public Integer manifoldPressure
public Integer engineRpm
public Integer vehicleSpeed
public Integer airTemperature
public Integer throttlePosition
public Integer fuelRate
public Integer fuelLevel
public Integer massAirFlow
public Integer batteryVoltage
public Integer fuelRailPressure
public Integer commandedExhaustGasRecirculation
public Integer barometricPressure
public Integer catalystTemperature
public Integer absoluteLoad
public Integer ambientAirTemperature
public Integer engineOilTemperature
public Integer chargeAirCoolerTemperature
public Integer exhaustGasTemperature
public Integer maxAccelerationX
public Integer maxAccelerationY
public Integer maxAccelerationZ
public Integer minAccelerationX
public Integer minAccelerationY
public Integer minAccelerationZ
public Integer avgAccelerationX
public Integer avgAccelerationY
public Integer avgAccelerationZ