summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus
Commit message (Collapse)AuthorAgeFilesLines
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-033-4/+4
| | | | | | | | | | 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)
* * new naming convention for dbus interfaces.Christian Linke2013-06-282-2/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * remove some warningsChristian Linke2013-06-261-2/+2
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix for Bug 66 - Wrong Log messagesChristian Linke2013-06-111-2/+2
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Johanne's Bug fix4.0Christian Linke2013-02-211-0/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-177-41/+42
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * add support to switch dedicated plugins off, fix databasehandler regarding ↵christian linke2013-01-111-0/+7
| | | | | getSourceInfo and getSinkInfo, add and fix tests for database Signed-off-by: christian linke <christian.linke@bmw.de>
* * remove python from nodestatemanger test, remove warnings from test CXX ↵christian linke2013-01-081-1/+4
| | | | | flags, fix compare warning Signed-off-by: christian linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-1712-83/+401
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * changes to make the package and documentation easierchristian linke2012-10-254-5/+36
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * adding GoogleMock including GoogleTest into the projectchristian linke2012-10-044-7/+7
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * change global include for gest.h to local includechristian linke2012-10-043-3/+3
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * create bin directory if does not existschristian linke2012-10-021-1/+3
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * small change in CommanSenderTest to be more genericchristian linke2012-10-021-2/+2
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-274-14/+15
| | | 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-2/+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-2/+1
| | | | | * fixing registration of Dltcontextx too late for Dbus plugins Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * forgot to submit Python include for Dbus testchristian mueller2012-05-241-0/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fix warnings that come with new compilerchristian mueller2012-05-241-1/+0
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-75] fix: make AudioManager independend from python versionchristian mueller2012-05-242-2/+2
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-74] resolving issues found by coverity scanchristian mueller2012-05-243-6/+8
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-69] AudioManager tests does not compile without dlt installed ↵christian mueller2012-05-241-1/+5
| | | | | | (WITH_DLT=OFF) fixed Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-56] fixchristian mueller2012-04-032-5/+6
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-29] fixeschristian mueller2012-03-072-2/+2
|
* * removed all documentation to new placechristian mueller2012-03-0614-15/+14
| | | | * 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-062-3/+3
|
* * updated license headerschristian mueller2012-03-0515-274/+206
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-0119-1011/+1050
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * [ performance] for classes that do not need to be derived from, removed ↵christian mueller2012-02-296-609/+592
| | | | | | | | | | | virtual desctructor * implemented confirmation of routing ready in RoutingReceiver * [Sockethandler] automatically set gDispatchDone to 0 when starting mainloop * fixed unit text to work with latest changes (expect Dbus command interface) * [GAM-4] added way to do synchronous calling on interfaces with the help of CAmSerializer.h * reworked AsyncRoutingPlugin to work with CAmSerializer.h * reworked AsyncRoutingPlugin to register elemtes in thread using CAmSerializer.h * reworked AsncPlugin Tests to work with remodelled Plugin
* * [GAM-4] updated interfaces christian mueller2012-02-273-95/+81
| | | | | | | * 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
* * [ GAM-4 ] Change Database Obsever notification implementation working, ↵christian mueller2012-02-231-11/+18
| | | | test are not ready yet. This implies that the Sockethandler is mandatory so I removed the cmake options.
* * as discussed in the face2face versioning scheme of the interfaces changed.christian mueller2012-02-211-2/+2
|
* * [ GAM-1] AudioManager DBusPlugin crashes when Controller registers ↵christian mueller2012-02-212-70/+118
| | | | source/sink class on startup: changed plugin in a way that only messages are sent out when InterfaceReady was called
* * [GAM-12] Change project types as discussed in the F2F: changed in all ↵christian mueller2012-02-212-20/+20
| | | | | tests, updated audiomanagertypes.h and projecttypes.h * change towards the versioning scheme of the audiomanager in CMakelists.txt
* * merge of changes from ChristianFrank Herchet2012-02-141-0/+1
|
* * changed main to register observer (thanks TGO)christian mueller2012-02-081-0/+3
| | | | * changed command DBUSplugin to register Connection at 2nd DBUSMessageHandler Instance (thanks TGO) * Expanded dummyController functionality
* * 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
* * implemented peeksinkclassIDs and peeksourceclassIDschristian mueller2012-02-013-3/+3
| | | | | | | * changed interface of both from const to non-const * corrected include headers to c++ style, eg. <cassert> * corrected sendChangedData return type to void * implemented tests for sinkclass and sourceclass peeking * fixed bug in sockethandler (FD could not be removed) thanks to Frank
* * wrapping DLT calls in a new Class because of performance, codesize and ↵christian mueller2012-01-3112-95/+92
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-274-824/+806
| | | | | | * 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-248-1032/+916
| | | * added used xml to the project
* * fix for package building with lower cmake versionschristian mueller2012-01-181-0/+8
| | | * fix DBus interface to be GLIB tolerant 32bit types
* * added package creation based on cpackchristian mueller2012-01-152-1/+22
| | | * updated .gitignore
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-124-7/+28
| | | | | | | | | | | | | | | | 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-1/+0
| | | | | | | * 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-2314-1766/+58
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* - changed header comment - entered correct licenceChristian Mueller2011-12-187-42/+171
|
* - adds dbus test for command pluginChristian Mueller2011-12-188-0/+1851
|