summaryrefslogtreecommitdiff
path: root/PluginControlInterface
Commit message (Collapse)AuthorAgeFilesLines
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-031-1/+1
| | | | | | | | | | 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)
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-173-64/+65
| | | 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>
* * take away mandatory NSM dependency and ship NSM headers as fallbackchristian linke2013-01-071-0/+3
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-175-177/+343
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * nicer handling of singal for exit.christian linke2012-10-161-0/+2
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * adding GoogleMock including GoogleTest into the projectchristian linke2012-10-042-5/+5
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * change global include for gest.h to local includechristian linke2012-10-041-1/+1
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-271-6/+10
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * fix undefined reference to `clock_gettime' in In functions of ↵Frank Herchet2012-06-251-0/+1
| | | | | | `am::CAmSocketHandler' Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * some changes to AMM POC Control Sender base sample code to make ↵christian mueller2012-05-242-72/+441
| | | | | | statemachines more clear 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/+3
| | | | | | (WITH_DLT=OFF) fixed Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * changes for enabling the demo @AMMchristian mueller2012-05-241-4/+29
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-61] implement mute in sample controllerchristian mueller2012-05-241-5/+29
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-59] disconnect does not work with example controllerchristian mueller2012-05-241-2/+11
| | | | | | * if MainConnection exists, new connection will be rejected Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-57] wrong sourceID and sinkID inserted into database fixedchristian mueller2012-05-241-0/+2
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-56] fixchristian mueller2012-04-032-3/+4
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-46] improvements on CAmSockthandler.christian mueller2012-03-231-1/+1
| | | | | | * Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-068-8/+7
| | | | * 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-059-57/+133
| | | * updated documentation
* * fixing CAmSerializer.h - smaller changes and copy past stuffchristian mueller2012-03-057-1/+990
| | | | * adding new class in Controler plugin to use CAmSerializer to build up a shadow * added test to test the new class (unfinished)
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-013-67/+67
| | | | | | * [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-291-4/+5
| | | | | | | | | | | 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-14/+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
|
* * [ GAM-18 ] Add cancel rundown messages to interfaces: added possbility for ↵christian mueller2012-02-212-3/+6
| | | | | controller to call rundown on command and routing interfaces * beautified EA generated code in comments
* * [GAM-12] Change project types as discussed in the F2F: changed in all ↵christian mueller2012-02-211-2/+2
| | | | | 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-142-35/+130
|
* * modify RoutingSender Async to match with TestHMIchristian mueller2012-02-092-43/+78
| | | * modify ControlSenderPlugin to have dummy behaviour
* * adoption of RoutinInterfaceAsync to testHMIchristian mueller2012-02-092-24/+58
| | | | * adoption of projekttypes.h to HMI * comment out wrapper dlt messages because too much pollution
* * more changes regarding test controller. Now a very basic connect is supportedchristian mueller2012-02-082-11/+56
|
* * changed main to register observer (thanks TGO)christian mueller2012-02-081-25/+20
| | | | * 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
* * worked in feedback from Thomas Goering towards integration testsver-0.0.9christian mueller2012-02-062-2/+15
| | | * corrected startup sequence and modified the testplugin so that the startup sequences match
* * 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-271-2/+75
| | | | | | * 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-200/+124
| | | * 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-2/+27
| | | | | | | | | | | | | | | | 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/+23
| | | | | | | * 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-231-27/+19
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* changes to make controlSender compile & loadableChristian Mueller2011-12-161-8/+11
|
* first release !Christian Mueller2011-12-143-13/+49
|
* some updates, new testsChristian Mueller2011-12-123-9/+14
|
* Some changes, renaming...Christian Mueller2011-12-092-44/+44
|
* total reworkChristian Mueller2011-12-083-0/+366
no more QT