From 1ff00c077af7baeb85557e30384a36cb6a6c86d9 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Wed, 20 Mar 2013 10:47:43 -0700 Subject: [PATCH] added todo --- ambd/core.cpp | 6 ++++++ plugins/demosink/demosinkplugin.cpp | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ambd/core.cpp b/ambd/core.cpp index 0f07abd..bb7ee7b 100644 --- a/ambd/core.cpp +++ b/ambd/core.cpp @@ -233,6 +233,12 @@ AsyncPropertyReply * Core::setProperty(AsyncSetPropertyRequest request) void Core::subscribeToProperty(VehicleProperty::Property property, AbstractSink* self) { DebugOut(1)<<"Subscribing to: "<(&mMasterPropertyList).contains((property))) { DebugOut(1)<<__FUNCTION__<<"(): property not supported: "<subscribeToProperty(VehicleProperty::ButtonEvent, this); + routingEngine->subscribeToProperty(VehicleProperty::TurnSignal, this); } -- 2.7.4