summaryrefslogtreecommitdiff
path: root/lib/vehicleproperty.h
diff options
context:
space:
mode:
authorKevron Rees <tripzero.kev@gmail.com>2013-11-04 09:40:58 -0800
committerKevron Rees <tripzero.kev@gmail.com>2013-11-04 09:40:58 -0800
commit011ca4fe1ff74fb2b58dbe998c0c3e31cdabd1b0 (patch)
tree84930666bb07730063159bacae7ad3cfa179c8ba /lib/vehicleproperty.h
parent30cd1be2ad8aab535ed31b62132c4f4b3d880bf1 (diff)
downloadautomotive-message-broker-011ca4fe1ff74fb2b58dbe998c0c3e31cdabd1b0.tar.gz
added rear to window::location
Diffstat (limited to 'lib/vehicleproperty.h')
-rw-r--r--lib/vehicleproperty.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/lib/vehicleproperty.h b/lib/vehicleproperty.h
index 5803b069..9dd5d278 100644
--- a/lib/vehicleproperty.h
+++ b/lib/vehicleproperty.h
@@ -198,7 +198,8 @@ enum Location
Sunroof,
Windshield,
SideMirrorLeft,
- SideMirrorRight
+ SideMirrorRight,
+ Rear
};
enum WiperSpeed
@@ -211,20 +212,6 @@ enum WiperSpeed
}
-namespace DistanceSensor
-{
-enum Location
-{
- LeftFront = 0,
- RightFront = 1,
- LeftRear = 2,
- RightRear = 3,
- LeftBlindSpot = 4,
- RightBlindSPot = 5
-
-};
-}
-
namespace HVAC
{
enum AirflowDirection