summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus/src/CAmRoutingSenderDbus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * Bug #100 - removed projecttypes.h which causes compiling conflicts5.1Jens Lorenz2014-06-231-4/+4
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * Applied routing_send_async_calls.patchAleksandar Donchev2014-03-281-8/+8
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-031-7/+35
| | | | | | | | | | NodeStateCommunicatorCAPI with unit tests first version. Choosing between DBUS and Common-API via cmake. CommonAPI - legacy support for DBus properties (Set 1) Signed-off-by: Christian Linke <christian.linke@bmw.de> (cherry picked from commit ea96ef59e29466667c90b506426e2a5a9cdb82d2)
* * some adoptins in the routinginterfaceChristian Linke2013-06-261-7/+7
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-171-0/+26
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * make RoutingSender DBus compile with 0xC11christian linke2012-10-221-9/+9
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-271-0/+1
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-55] some finetuning on bugfix. christian mueller2012-06-261-1/+0
| | | | | * fixing registration of Dltcontextx too late for Dbus plugins Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * some enhancement to routingPluginDbus to make to get acces to all ↵christian mueller2012-04-041-109/+251
| | | | | interfaces and handle multiple domains Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* adding a pulseaudio plugin to genivi audiomanager implements dbus methods ↵Sampreeth Ramavana2012-04-041-28/+74
| | | | | | for registering domain, source and sinks implements dbus signals and methods for receiving information from pulseaudio calls dbus methods in pulseaudio Signed-off-by: Sampreeth Ramavana <sampreeth.ramavana@aricent.com>
* * removed all documentation to new placechristian mueller2012-03-061-1/+1
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * updated license headerschristian mueller2012-03-051-20/+12
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-0/+174
* [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces