summaryrefslogtreecommitdiff
path: root/lib/vehicleproperty.h
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2014-08-25 11:49:50 -0700
committerKevron Rees <kevron.m.rees@intel.com>2014-08-25 11:49:50 -0700
commitc97f43b81a42db7ff1c9ce3596332629a402ca85 (patch)
treee1722878fd88b5116a3b76c16af507e461834ca4 /lib/vehicleproperty.h
parentede878468520105b88b3bc4724d84f0dcb7c0757 (diff)
downloadautomotive-message-broker-c97f43b81a42db7ff1c9ce3596332629a402ca85.tar.gz
enginecoolant should be signed
Diffstat (limited to 'lib/vehicleproperty.h')
-rw-r--r--lib/vehicleproperty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vehicleproperty.h b/lib/vehicleproperty.h
index af8f6f92..c4ce2343 100644
--- a/lib/vehicleproperty.h
+++ b/lib/vehicleproperty.h
@@ -441,7 +441,7 @@ public:
/**< Engine coolant temperature in degrees celcius **/
static const Property EngineCoolantTemperature;
- PROPERTYTYPE(EngineCoolantTemperature, EngineCoolantTemperatureType, BasicPropertyType<uint>, uint)
+ PROPERTYTYPE(EngineCoolantTemperature, EngineCoolantTemperatureType, BasicPropertyType<int>, int)
//typedef BasicPropertyType<int> EngineCoolantTemperatureType;
static const Property EngineCoolantLevel;