summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus
Commit message (Collapse)AuthorAgeFilesLines
* * Bug 61 fixed. The plugins are built as module and SOVERSION is removed.Aleksandar Donchev2013-10-161-5/+0
|
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-036-15/+48
| | | | | | | | | | 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)
* * Prevent infinite loop when iterating over arraysChristian Linke2013-09-021-9/+9
| | | | | | | If the array contains more than one element dbus_message_iter_recurse will reset the iterator to the beginning on every iteration leading to an infinite loop. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * took over changes for bug 42 since patch did no longer apply cleanlyChristian Linke2013-07-191-7/+7
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added possibilty to ask for routing ready stateChristian Linke2013-07-014-3/+23
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * new naming convention for dbus interfaces.Christian Linke2013-06-283-3/+3
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * some adoptins in the routinginterfaceChristian Linke2013-06-2610-64/+488
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* D-Bus method hanlers should reply back, even if the return type is void else ↵Nrusingh Dash2013-03-061-0/+24
| | | | | | timeout occurs at client File: PluginRoutingInterfaceDbus/src/IAmRoutingReceiverShadow.cpp Functions: ackConnect, ackDisconnect, ackSetSinkVolume, ackSetSourceState, ackSinkVolumeTick, ackSourceVolumeTick, ackSetSourceVolume, ackSetSinkSoundProperty, ackSetSourceSoundProperty, ackSetSinkSoundProperties, ackSetSourceSoundProperties, ackCrossFading Signed-off-by: Nrusingh Dash <ndash@jp.adit-jv.com>
* - changed domainData, sourceData, sinkData, gatewayData, crossfaderData to ↵Nrusingh Dash2013-02-274-126/+198
| | | | | | D-Bus Struct - confirmRoutingReady, confirmRoutingRundown, hookDomainRegistrationComplete should reply even return type on D-Bus is void - to parse domainID "getUInt" is used instead of "getInt" Signed-off-by: Nrusingh Dash <ndash@jp.adit-jv.com>
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-171-3/+3
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * add support to switch dedicated plugins off, fix databasehandler regarding ↵christian linke2013-01-111-0/+6
| | | | | getSourceInfo and getSinkInfo, add and fix tests for database Signed-off-by: christian linke <christian.linke@bmw.de>
* * some minor coverity check fixeschristian linke2013-01-081-0/+2
| | | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-174-3/+32
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * changes to make the package and documentation easierchristian linke2012-10-254-8/+41
| | | 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>
* * more consistent naming of routing interface and fix in typechristian linke2012-10-162-3/+5
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * create bin directory if does not existschristian linke2012-10-021-2/+6
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-272-1/+2
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* Fix for commit bf5814ff3aa87fde46904a747a7108ea458f063e, signals now send on ↵2.1Johannes Schanda (qxb7952)2012-09-121-2/+3
| | | | | | correct interface Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-90] fixed signals send on wrong interfacechristian mueller2012-09-121-1/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-65] seg faults when starting AudiManager as daemon. This is now ↵christian mueller2012-06-271-3/+4
| | | | | totally fixed. The absolut path is handed over via cmake so the AudioManager can find the xmls to be loaded in daemon mode as well Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-55] some finetuning on bugfix. christian mueller2012-06-262-1/+1
| | | | | * fixing registration of Dltcontextx too late for Dbus plugins Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fix warnings that come with new compilerchristian mueller2012-05-241-1/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-74] resolving issues found by coverity scanchristian mueller2012-05-241-4/+4
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-70] fix wrong type on database interface for source sound propertieschristian mueller2012-05-241-0/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * changes for enabling the demo @AMMchristian mueller2012-05-243-21/+13
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * some enhancement to routingPluginDbus to make to get acces to all ↵christian mueller2012-04-0411-1082/+1958
| | | | | 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-049-28/+1706
| | | | | | 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>
* * [GAM-56] fixchristian mueller2012-04-031-2/+3
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-062-2/+2
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * unfortunatly changed AUDIO_include_FOLDER back to AUDIO_INCLUDE_FOLDERchristian mueller2012-03-061-2/+2
|
* * updated license headerschristian mueller2012-03-053-40/+40
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-013-35/+35
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * [GAM-4] updated interfaces christian mueller2012-02-272-32/+37
| | | | | | | * shifted mainpage doxygen from EA generated to mainpage.h * added logo to doxygen documentation * fixed compile bug in cmakelists when no plugins are build * [ GAM-23 ]fixed plugin version recognition in cmake * first working CAmSerializer with DatabaseObserver
* * as discussed in the face2face versioning scheme of the interfaces changed.christian mueller2012-02-211-2/+2
|
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-8/+8
| | | | | | generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing
* * wrapping DLT calls in a new Class because of performance, codesize and ↵christian mueller2012-01-311-2/+0
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-272-14/+65
| | | | | | * changed paths of audiomanagertypes include in generated files * changed order of parameters in asyncSetSinkSoundProperty / asyncSetSourceSoundProperty / cbTimingInformationChanged to have common style over all interfaces. * changed default include paths for Controller etc... * cleanup of warnings
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-242-108/+74
| | | * added used xml to the project
* * added package creation based on cpackchristian mueller2012-01-151-0/+7
| | | * updated .gitignore
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-123-0/+29
| | | | | | | | | | | | | | | | the headerfiles generated * ensured compatibility with 64 bit systems while compiling dbus [ changed FindDBUS.cmake] * updated the README to better support building * updated typo in introspectable string of DBusWrapper * reworked including strategie * added getInterfafeVersion method on all interfaces * added Interface Versioning support * added version as part of .so ending * it is no possible to set a vector of source and sink sound properties at a time * added interface to ask for all loaded plugins on RoutingSender * added first version of telnet server (not yet productive) - set to not active in CMakeLists.txt * added changelog (created out of git commit log) * added default values for all enum types to be save even on other if communication is on other domain
* * assert on empty busname (routinginterface)ver-0.0.1christian mueller2011-12-291-0/+2
| | | | | | | * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests
* * rework of buildsystemchristian mueller2011-12-233-1740/+18
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* first release !Christian Mueller2011-12-143-13/+48
|
* some updates, new testsChristian Mueller2011-12-124-6/+1668
|
* Some changes, renaming...Christian Mueller2011-12-091-0/+2
|
* total reworkChristian Mueller2011-12-0814-3035/+152
| | | | no more QT
* update on dbusChristian Mueller2011-08-059-381/+369
|
* Dbus restructuredChristian Mueller2011-08-0310-127/+100
|
* - first time synchronisation with EAChristian Mueller2011-07-266-35/+74
| | | | - remodelled some interfaces - new plugin structure for CommandInterfaces