added trip meter property
[profile/ivi/automotive-message-broker.git] / lib / vehicleproperty.h
index 3b70d40..9ba25d3 100644 (file)
@@ -220,7 +220,10 @@ public:
        static const Property VehiclePowerMode;
        typedef BasicPropertyType<Power::PowerModes> VehiclePowerModeType;
 
-
+       static const Property TripMeterA;
+       static const Property TripMeterB;
+       static const Property TripMeterC;
+       typedef BasicPropertyType<uint16_t> TripMeterType;
 
        static std::list<VehicleProperty::Property> capabilities();