From 02362e92bc83126934d4bd6c0215d1548d2011ca Mon Sep 17 00:00:00 2001 From: Tim Trampedach Date: Sat, 13 Oct 2012 15:40:10 -0700 Subject: [PATCH] tire temperature values added --- lib/vehicleproperty.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/vehicleproperty.h b/lib/vehicleproperty.h index a407f22..c810e93 100644 --- a/lib/vehicleproperty.h +++ b/lib/vehicleproperty.h @@ -233,12 +233,12 @@ public: static const Property TirePressureRightRear; typedef BasicPropertyType TirePressureType; - /**< Tire pressure in kPa */ + /**< Tire temperature in degrees C */ static const Property TireTemperatureLeftFront; static const Property TireTemperatureRightFront; static const Property TireTemperatureLeftRear; static const Property TireTemperatureRightRear; - typedef BasicPropertyType TireTemperature; + typedef BasicPropertyType TireTemperatureType; /**< Vehicle Power Mode. *@see Power::PowerModes @@ -266,7 +266,6 @@ public: static const Property LightParking; static const Property LightHighBeam; typedef BasicPropertyType LightStatusType; - static const Property InteriorLightDriver; static const Property InteriorLightCenter; static const Property InteriorLightPassenger; -- 2.7.4