profile/ivi/automotive-message-broker.git
10 years agofixed compile errors in a few source plugins
Kevron Rees [Wed, 15 Jan 2014 22:41:31 +0000 (14:41 -0800)]
fixed compile errors in a few source plugins

10 years agobeginnings of bluez5 compat
Kevron Rees [Wed, 15 Jan 2014 22:35:47 +0000 (14:35 -0800)]
beginnings of bluez5 compat

10 years agoremoved regex parsing
Kevron Rees [Fri, 17 Jan 2014 19:38:23 +0000 (11:38 -0800)]
removed regex parsing

10 years agoopencl to work with cv 2.4.8
Kevron Rees [Fri, 17 Jan 2014 19:37:42 +0000 (11:37 -0800)]
opencl to work with cv 2.4.8

10 years agoadded base example manifest for amb plugins 0.11.800
Kevron Rees [Thu, 16 Jan 2014 22:43:48 +0000 (14:43 -0800)]
added base example manifest for amb plugins

Change-Id: Ieac62d49247ea835c87de0385cfa6d03b6d36ffc

10 years agoMerge pull request #13 from timkoma/MasterPropertyList
Kevron Rees [Wed, 15 Jan 2014 22:23:50 +0000 (14:23 -0800)]
Merge pull request #13 from timkoma/MasterPropertyList

ambd Core refactored

10 years agowhitespaces change revert
Marek Timko [Wed, 15 Jan 2014 14:49:08 +0000 (15:49 +0100)]
whitespaces change revert

10 years agoMerge remote-tracking branch 'upstream/master' into MasterPropertyList
Marek Timko [Wed, 15 Jan 2014 14:44:18 +0000 (15:44 +0100)]
Merge remote-tracking branch 'upstream/master' into MasterPropertyList

10 years agoAdded tests into testplugin, fixed Core issues found using added tests
Marek Timko [Wed, 15 Jan 2014 14:39:13 +0000 (15:39 +0100)]
Added tests into testplugin, fixed Core issues found using added tests

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agosourceForProperty fixed, spaces converted to tabs
Marek Timko [Tue, 14 Jan 2014 15:19:43 +0000 (16:19 +0100)]
sourceForProperty fixed, spaces converted to tabs

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agoMerge branch 'MasterPropertyList' of github.com:timkoma/automotive-message-broker...
Marek Timko [Tue, 14 Jan 2014 13:15:09 +0000 (14:15 +0100)]
Merge branch 'MasterPropertyList' of github.com:timkoma/automotive-message-broker into MasterPropertyList

10 years agoMerge branch 'MasterPropertyList' of github.com:timkoma/automotive-message-broker...
Marek Timko [Tue, 14 Jan 2014 13:13:37 +0000 (14:13 +0100)]
Merge branch 'MasterPropertyList' of github.com:timkoma/automotive-message-broker into MasterPropertyList

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agoMerge branch 'MasterPropertyList' of github.com:timkoma/automotive-message-broker...
Marek Timko [Tue, 14 Jan 2014 13:13:37 +0000 (14:13 +0100)]
Merge branch 'MasterPropertyList' of github.com:timkoma/automotive-message-broker into MasterPropertyList

10 years agomMasterPropertyList changed to std::multimap<AbstractSource*, VehicleProperty::Property>
Marek Timko [Mon, 13 Jan 2014 15:08:56 +0000 (16:08 +0100)]
mMasterPropertyList changed to std::multimap<AbstractSource*, VehicleProperty::Property>

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agomMasterPropertyList changed to std::multimap<AbstractSource*, VehicleProperty::Property>
Marek Timko [Mon, 13 Jan 2014 15:08:56 +0000 (16:08 +0100)]
mMasterPropertyList changed to std::multimap<AbstractSource*, VehicleProperty::Property>

10 years agoadded personalization settings
Kevron Rees [Fri, 10 Jan 2014 23:54:04 +0000 (15:54 -0800)]
added personalization settings

10 years agocombined tire properties into same dbus object. updated docs. moved transmission...
Kevron Rees [Fri, 10 Jan 2014 19:47:06 +0000 (11:47 -0800)]
combined tire properties into same dbus object. updated docs.  moved transmission type to transmission object

10 years agoremoved spec which is not kept in sync with the idl. removed docs in src that are...
Kevron Rees [Fri, 10 Jan 2014 17:25:07 +0000 (09:25 -0800)]
removed spec which is not kept in sync with the idl.  removed docs in src that are not kept in sync with idl.  idl is the authority on API.  changed milliliters to microliters for InstantConsumption.

10 years agoapply dynamic path to other Find methods. add dbus plugin documents. change default...
Kevron Rees [Fri, 10 Jan 2014 00:19:16 +0000 (16:19 -0800)]
apply dynamic path to other Find methods. add dbus plugin documents. change default frequency to 60

10 years agodon't crash if there are interfaces with unsupported properties
Kevron Rees [Thu, 9 Jan 2014 19:04:40 +0000 (11:04 -0800)]
don't crash if there are interfaces with unsupported properties

10 years agomake some maps unordered and use vector for some operations to improve performance
Kevron Rees [Thu, 9 Jan 2014 18:52:50 +0000 (10:52 -0800)]
make some maps unordered and use vector for some operations to improve performance

10 years agoremoved deprecated findProperty method from Manager
Kevron Rees [Wed, 8 Jan 2014 23:39:51 +0000 (15:39 -0800)]
removed deprecated findProperty method from Manager

10 years agomake FindObject() create the dbus object on the fly
Kevron Rees [Wed, 8 Jan 2014 23:37:58 +0000 (15:37 -0800)]
make FindObject() create the dbus object on the fly

10 years agoadded two new DBus methods to org.automotive.Manager related to sources
Kevron Rees [Wed, 8 Jan 2014 00:45:05 +0000 (16:45 -0800)]
added two new DBus methods to org.automotive.Manager related to sources

10 years agoupdated examples
Kevron Rees [Mon, 6 Jan 2014 22:31:49 +0000 (14:31 -0800)]
updated examples

10 years agosome opencl tweaks inside the opencv plugin
Kevron Rees [Mon, 6 Jan 2014 22:00:30 +0000 (14:00 -0800)]
some opencl tweaks inside the opencv plugin

10 years agoreadded websocketsink plugin
Kevron Rees [Mon, 6 Jan 2014 21:51:18 +0000 (13:51 -0800)]
readded websocketsink plugin

10 years agoreadded old websocket sink plugin
Kevron Rees [Mon, 6 Jan 2014 21:45:24 +0000 (13:45 -0800)]
readded old websocket sink plugin

10 years agogenerally working plugin
Kevron Rees [Mon, 6 Jan 2014 21:20:27 +0000 (13:20 -0800)]
generally working plugin

10 years agoadd option to use json or binary protocol
Kevron Rees [Fri, 3 Jan 2014 00:18:47 +0000 (16:18 -0800)]
add option to use json or binary protocol

10 years agotesting
Kevron Rees [Sat, 28 Dec 2013 21:38:29 +0000 (13:38 -0800)]
testing

10 years agobasic working plugins
Kevron Rees [Fri, 20 Dec 2013 02:24:53 +0000 (18:24 -0800)]
basic working plugins

10 years agoconverted sink manager and sink to binary protocol
Kevron Rees [Thu, 19 Dec 2013 06:24:18 +0000 (22:24 -0800)]
converted sink manager and sink to binary protocol

10 years agoremoved duplicate method from core
Kevron Rees [Fri, 20 Dec 2013 17:55:15 +0000 (09:55 -0800)]
removed duplicate method from core

10 years agosignaller change
Kevron Rees [Wed, 18 Dec 2013 18:15:21 +0000 (10:15 -0800)]
signaller change

10 years agofixed useless contains call in core
Kevron Rees [Sat, 28 Dec 2013 21:53:38 +0000 (13:53 -0800)]
fixed useless contains call in core

10 years agocreate 'frequency' option for dbus plugin
Kevron Rees [Fri, 13 Dec 2013 23:41:43 +0000 (15:41 -0800)]
create 'frequency' option for dbus plugin

10 years agothrottle dbus signals
Kevron Rees [Fri, 13 Dec 2013 22:55:05 +0000 (14:55 -0800)]
throttle dbus signals

10 years agocleaned up some unessary code in AbstractProperty
Kevron Rees [Thu, 12 Dec 2013 02:49:56 +0000 (18:49 -0800)]
cleaned up some unessary code in AbstractProperty

10 years agofixed race to set the time
Kevron Rees [Thu, 12 Dec 2013 02:47:05 +0000 (18:47 -0800)]
fixed race to set the time

10 years agoadded dbus method debug info to manager interface
Kevron Rees [Wed, 11 Dec 2013 00:45:47 +0000 (16:45 -0800)]
added dbus method debug info to manager interface

10 years agoupdated release notes
Kevron Rees [Tue, 10 Dec 2013 19:10:03 +0000 (11:10 -0800)]
updated release notes

10 years agoBumped version up. master will now be development branch for 0.12
Kevron Rees [Tue, 10 Dec 2013 18:39:48 +0000 (10:39 -0800)]
Bumped version up.  master will now be development branch for 0.12

10 years agoadded delay option to example sourc eplugin, fixed amb-qt so it compiles, added amb...
Kevron Rees [Sun, 8 Dec 2013 01:49:06 +0000 (17:49 -0800)]
added delay option to example sourc eplugin, fixed amb-qt so it compiles, added amb-qt test app

10 years agofixed warnings in database and websocket plugins. added delay option to example...
Kevron Rees [Tue, 3 Dec 2013 07:03:46 +0000 (23:03 -0800)]
fixed warnings in database and websocket plugins.  added delay option to example plugin

10 years agoMerge pull request #11 from timkoma/master
Kevron Rees [Mon, 9 Dec 2013 22:04:05 +0000 (14:04 -0800)]
Merge pull request #11 from timkoma/master

TIVI-2280 BasicPropertyType uses uninitialized mValue(null), MapPropertyType and ListPropertyType issues

10 years agoTIVI-2280 BasicPropertyType uses uninitialized mValue(null), MapPropertyType and...
Marek Timko [Mon, 9 Dec 2013 11:06:01 +0000 (12:06 +0100)]
TIVI-2280 BasicPropertyType uses uninitialized mValue(null), MapPropertyType and ListPropertyType issues

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agoUpdate vehicleinfo.txt
Kevron Rees [Wed, 4 Dec 2013 00:16:25 +0000 (16:16 -0800)]
Update vehicleinfo.txt

10 years agoUpdate runningstatus.txt
Kevron Rees [Wed, 4 Dec 2013 00:16:11 +0000 (16:16 -0800)]
Update runningstatus.txt

10 years agoUpdate parking.txt
Kevron Rees [Wed, 4 Dec 2013 00:15:57 +0000 (16:15 -0800)]
Update parking.txt

10 years agoUpdate maintenance.txt
Kevron Rees [Wed, 4 Dec 2013 00:15:38 +0000 (16:15 -0800)]
Update maintenance.txt

10 years agoUpdate electricvehicle.txt
Kevron Rees [Wed, 4 Dec 2013 00:15:26 +0000 (16:15 -0800)]
Update electricvehicle.txt

10 years agoUpdate drivingsafety.txt
Kevron Rees [Wed, 4 Dec 2013 00:15:08 +0000 (16:15 -0800)]
Update drivingsafety.txt

10 years agoUpdate personalization.txt
Kevron Rees [Wed, 4 Dec 2013 00:14:56 +0000 (16:14 -0800)]
Update personalization.txt

10 years agoupdated docs for registerProperty
Kevron Rees [Tue, 3 Dec 2013 23:51:32 +0000 (15:51 -0800)]
updated docs for registerProperty

10 years agocleaned up docs. renamed SeatBeltStatus to SeatBelt with Status member
Kevron Rees [Tue, 26 Nov 2013 19:10:16 +0000 (11:10 -0800)]
cleaned up docs.  renamed SeatBeltStatus to SeatBelt with Status member

10 years agoMerge pull request #10 from timkoma/memleaks
Kevron Rees [Tue, 3 Dec 2013 23:42:49 +0000 (15:42 -0800)]
Merge pull request #10 from timkoma/memleaks

Memleaks fixed

10 years agoAbstractSinkManagers deleted in ~PluginLoader
Marek Timko [Mon, 2 Dec 2013 15:51:36 +0000 (16:51 +0100)]
AbstractSinkManagers deleted in ~PluginLoader

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agoAbstractSink* instances are deleted in Core::~Core()
Marek Timko [Sun, 1 Dec 2013 20:51:52 +0000 (21:51 +0100)]
AbstractSink* instances are deleted in Core::~Core()

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agoFixed crasher in varianttype, whitespaces inconsistency
Marek Timko [Sun, 1 Dec 2013 20:38:23 +0000 (21:38 +0100)]
Fixed crasher in varianttype, whitespaces inconsistency

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agoMerge remote-tracking branch 'upstream/master' into memleaks
Marek Timko [Fri, 29 Nov 2013 15:31:38 +0000 (16:31 +0100)]
Merge remote-tracking branch 'upstream/master' into memleaks

10 years agofixed up some types in environmentproperties
Kevron Rees [Tue, 26 Nov 2013 18:48:55 +0000 (10:48 -0800)]
fixed up some types in environmentproperties

10 years agoMerge branch 'memleaks' of github.com:timkoma/automotive-message-broker into memleaks
Marek Timko [Mon, 25 Nov 2013 09:06:18 +0000 (10:06 +0100)]
Merge branch 'memleaks' of github.com:timkoma/automotive-message-broker into memleaks

10 years agoMemory leaks fixed
Marek Timko [Fri, 22 Nov 2013 11:53:05 +0000 (12:53 +0100)]
Memory leaks fixed

^CSignal caught. Exiting gracefully.

==29365==
==29365== HEAP SUMMARY:
==29365==     in use at exit: 308,954 bytes in 1,226 blocks
==29365==   total heap usage: 321,177 allocs, 319,951 frees, 11,599,206 bytes allocated
==29365==
==29365== LEAK SUMMARY:
==29365==    definitely lost: 0 bytes in 0 blocks
==29365==    indirectly lost: 0 bytes in 0 blocks
==29365==      possibly lost: 133,147 bytes in 328 blocks
==29365==    still: reachable: 175,807 bytes in 898 blocks
==29365==         suppressed: 0 bytes in 0 blocks
==29365== Reachable blocks (those to which a pointer was found) are not shown.
==29365== To see them, rerun with: --leak-check=full --show-reachable=yes
==29365==
==29365== For counts of detected and suppressed errors, rerun with: -v
==29365== ERROR SUMMARY: 191 errors from 191 contexts (suppressed: 2 from 2)

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agofixed gpstime in gpsnmea plugin
Kevron Rees [Sat, 23 Nov 2013 17:04:10 +0000 (09:04 -0800)]
fixed gpstime in gpsnmea plugin

10 years agoadded sample smack manifest example
Kevron Rees [Fri, 22 Nov 2013 17:00:43 +0000 (09:00 -0800)]
added sample smack manifest example

Change-Id: Ic4f2c13220a81e0340ba98b85058694e98d10de9

10 years agoMemory leaks fixed
Marek Timko [Fri, 22 Nov 2013 11:53:05 +0000 (12:53 +0100)]
Memory leaks fixed

^CSignal caught. Exiting gracefully.

==29365==
==29365== HEAP SUMMARY:
==29365==     in use at exit: 308,954 bytes in 1,226 blocks
==29365==   total heap usage: 321,177 allocs, 319,951 frees, 11,599,206 bytes allocated
==29365==
==29365== LEAK SUMMARY:
==29365==    definitely lost: 0 bytes in 0 blocks
==29365==    indirectly lost: 0 bytes in 0 blocks
==29365==      possibly lost: 133,147 bytes in 328 blocks
==29365==    still: reachable: 175,807 bytes in 898 blocks
==29365==         suppressed: 0 bytes in 0 blocks
==29365== Reachable blocks (those to which a pointer was found) are not shown.
==29365== To see them, rerun with: --leak-check=full --show-reachable=yes
==29365==
==29365== For counts of detected and suppressed errors, rerun with: -v
==29365== ERROR SUMMARY: 191 errors from 191 contexts (suppressed: 2 from 2)

Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agoupdated release notes with some of the API changes
Kevron Rees [Fri, 22 Nov 2013 01:23:25 +0000 (17:23 -0800)]
updated release notes with some of the API changes

10 years agoupdated idl docs removed some lingering TODOs
Kevron Rees [Fri, 22 Nov 2013 01:10:49 +0000 (17:10 -0800)]
updated idl docs removed some lingering TODOs

10 years agomoved Defrost to WindowStatus object. made both zoned types instead of maps 0.10.804
Kevron Rees [Thu, 21 Nov 2013 23:57:38 +0000 (15:57 -0800)]
moved Defrost to WindowStatus object.  made both zoned types instead of maps

10 years agoadded tizen specific systemd config
Kevron Rees [Thu, 21 Nov 2013 22:51:18 +0000 (14:51 -0800)]
added tizen specific systemd config

Change-Id: I984f6371e7355ba9ed3468b7d616065bdbbf716e

10 years agoa bit of output cleanup
Kevron Rees [Thu, 21 Nov 2013 22:30:37 +0000 (14:30 -0800)]
a bit of output cleanup

10 years agoreturn string instead of char* for signature()
Kevron Rees [Thu, 21 Nov 2013 22:18:28 +0000 (14:18 -0800)]
return string instead of char* for signature()

10 years agoadded obdlink can plugin
Kevron Rees [Thu, 21 Nov 2013 22:00:32 +0000 (14:00 -0800)]
added obdlink can plugin

10 years agofixed handling of partial messages from gps device. fixed warnings and errors in...
Kevron Rees [Thu, 21 Nov 2013 19:20:39 +0000 (11:20 -0800)]
fixed handling of partial messages from gps device.  fixed warnings and errors in gps nmea plugin

10 years agoTIVI-1465 Update websocket plugin and protocol to handle zones and sources
Marek Timko [Mon, 11 Nov 2013 12:20:10 +0000 (13:20 +0100)]
TIVI-1465 Update websocket plugin and protocol to handle zones and sources

Websocket plugin with zone support
MapPropertyType::fromString fixed

Change-Id: I4993e015a31d91a4ac3bfda45ca41d5a2e9485a3
Signed-off-by: Marek Timko <marek.timko@ixonos.com>
10 years agocleaned up obd2 code a bit. optimized searching for valid pid returns
Kevron Rees [Tue, 12 Nov 2013 00:14:48 +0000 (16:14 -0800)]
cleaned up obd2 code a bit.  optimized searching for valid pid returns

10 years agofixed toString fromString for bool Property types
Kevron Rees [Mon, 11 Nov 2013 17:58:52 +0000 (09:58 -0800)]
fixed toString fromString for bool Property types

10 years agostubbed in threading using boost::future
Kevron Rees [Mon, 11 Nov 2013 17:58:27 +0000 (09:58 -0800)]
stubbed in threading using boost::future

10 years agoversion bump 0.10.803 0.10.803
Kevron Rees [Fri, 8 Nov 2013 22:54:23 +0000 (14:54 -0800)]
version bump 0.10.803

10 years agoadded debug output for dbus property and method calls
Kevron Rees [Fri, 8 Nov 2013 22:53:45 +0000 (14:53 -0800)]
added debug output for dbus property and method calls

10 years agofixed missing symbol in websocket source plugin
Kevron Rees [Fri, 8 Nov 2013 19:55:55 +0000 (11:55 -0800)]
fixed missing symbol in websocket source plugin

10 years agoset uses zone filter properly. updated example to include setProperty example
Kevron Rees [Thu, 7 Nov 2013 23:55:15 +0000 (15:55 -0800)]
set uses zone filter properly. updated example to include setProperty example

10 years agofixed vehicle power mode property
Kevron Rees [Tue, 5 Nov 2013 00:05:51 +0000 (16:05 -0800)]
fixed vehicle power mode property

10 years agoget signature string directly from the gvariant type itself
Kevron Rees [Tue, 5 Nov 2013 16:36:57 +0000 (08:36 -0800)]
get signature string directly from the gvariant type itself

10 years agofixed typo in RainSensor interface
Kevron Rees [Tue, 5 Nov 2013 00:04:01 +0000 (16:04 -0800)]
fixed typo in RainSensor interface

10 years agoversion bump 0.10.802 0.10.802
Kevron Rees [Mon, 4 Nov 2013 23:05:02 +0000 (15:05 -0800)]
version bump 0.10.802

10 years agofixed some obd2 related issues. the plugin needs some love
Kevron Rees [Mon, 4 Nov 2013 19:48:35 +0000 (11:48 -0800)]
fixed some obd2 related issues.  the plugin needs some love

10 years agoMerge branch 'master' of https://github.com/otcshare/automotive-message-broker 0.10.801
Kevron Rees [Mon, 4 Nov 2013 17:41:16 +0000 (09:41 -0800)]
Merge branch 'master' of https://github.com/otcshare/automotive-message-broker

10 years agoadded rear to window::location
Kevron Rees [Mon, 4 Nov 2013 17:40:58 +0000 (09:40 -0800)]
added rear to window::location

10 years agofixed issue where sources with no zones do not get exported to dbus
Kevron Rees [Fri, 1 Nov 2013 18:37:13 +0000 (11:37 -0700)]
fixed issue where sources with no zones do not get exported to dbus

10 years agofixed merge issues
Kevron Rees [Thu, 31 Oct 2013 18:16:32 +0000 (11:16 -0700)]
fixed merge issues

10 years agoadded conditional g_type_init call for older versions of glib
Kevron Rees [Thu, 31 Oct 2013 16:44:29 +0000 (09:44 -0700)]
added conditional g_type_init call for older versions of glib

10 years agoremoved websocket plugin from default config
Kevron Rees [Thu, 31 Oct 2013 15:31:22 +0000 (08:31 -0700)]
removed websocket plugin from default config

10 years agofixed crasher with databaseconfig and several other issues regarding memory in dbus...
Kevron Rees [Thu, 31 Oct 2013 01:02:44 +0000 (18:02 -0700)]
fixed crasher with databaseconfig and several other issues regarding memory in dbus and database plugins

10 years agoMerge branch 'master' of github.com:otcshare/automotive-message-broker
Kevron Rees [Wed, 30 Oct 2013 21:10:02 +0000 (14:10 -0700)]
Merge branch 'master' of github.com:otcshare/automotive-message-broker

10 years agoadded a few more zone options. made zones a class. change propertyChanged signature...
Kevron Rees [Sun, 27 Oct 2013 00:11:47 +0000 (17:11 -0700)]
added a few more zone options. made zones a class.  change propertyChanged signature and removed old function

10 years agofixed case in manager doc
Kevron Rees [Fri, 25 Oct 2013 09:05:03 +0000 (02:05 -0700)]
fixed case in manager doc

10 years agoadded comments
Kevron Rees [Thu, 24 Oct 2013 04:32:33 +0000 (21:32 -0700)]
added comments

10 years agoadded some todo's
Kevron Rees [Mon, 21 Oct 2013 20:59:03 +0000 (13:59 -0700)]
added some todo's