summaryrefslogtreecommitdiff
path: root/lib/vehicleproperty.h
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2013-11-21 15:57:38 -0800
committerKevron Rees <kevron.m.rees@intel.com>2013-11-21 15:58:00 -0800
commit9917798b0e9d82f9ecb6aa929f66446e8d0e9e96 (patch)
tree75cf0ab7c5098e8722dff37b8892ef7bcdf215f5 /lib/vehicleproperty.h
parent66b403ef6b93128be827a41d90a911ddf37a8e6d (diff)
downloadautomotive-message-broker-9917798b0e9d82f9ecb6aa929f66446e8d0e9e96.tar.gz
moved Defrost to WindowStatus object. made both zoned types instead of maps0.10.804
Diffstat (limited to 'lib/vehicleproperty.h')
-rw-r--r--lib/vehicleproperty.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/vehicleproperty.h b/lib/vehicleproperty.h
index 4f61c4fa..7f307b86 100644
--- a/lib/vehicleproperty.h
+++ b/lib/vehicleproperty.h
@@ -718,8 +718,7 @@ public:
//typedef BasicPropertyType<bool> HeaterType;
static const Property Defrost;
- PROPERTYTYPENOVAL(Defrost, DefrostType,
- MapPropertyType<BasicPropertyType<Window::Location> BOOST_PP_COMMA() BasicPropertyType<bool> > )
+ PROPERTYTYPEBASIC(Defrost, bool )
static const Property SteeringWheelHeater;
PROPERTYTYPEBASIC(SteeringWheelHeater,bool)
@@ -734,8 +733,7 @@ public:
// /typedef BasicPropertyType<bool> SeatCoolerType;
static const Property WindowStatus;
- PROPERTYTYPENOVAL(WindowStatus, WindowStatusType,
- MapPropertyType<BasicPropertyType<Window::Location> BOOST_PP_COMMA() BasicPropertyType<uint16_t> > )
+ PROPERTYTYPEBASIC(WindowStatus, uint16_t)
static const Property Sunroof;
PROPERTYTYPEBASIC(Sunroof, uint16_t)