From: Tim Trampedach Date: Sat, 13 Oct 2012 22:40:10 +0000 (-0700) Subject: tire temperature values added X-Git-Tag: submit/release/20121112.191808~3^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F2331%2F1;p=profile%2Fivi%2Fautomotive-message-broker.git tire temperature values added --- 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;