summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* * some adoptionsChristian Linke2014-03-282-1/+2
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Bug #120. In CAmSerializer fixed the asyncCall function with one ref argument.Aleksandar Donchev2013-10-101-1/+26
|
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-032-22/+213
| | | | | | | | | | 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)
* * remove some warningsChristian Linke2013-06-261-3/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fixed bug 59 & Bug 63. Removes superfluss comments in DBusWrapper, removes ↵Christian Linke2013-06-031-1/+0
| | | | | | non existing static in Sockethandler Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix for bug [52]: Dbus wrapper sometimes does not deliver all messagesChristian Linke2013-06-031-0/+3
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-177-140/+144
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-179-717/+1227
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * make AudioManager rundown cleaner. Now an extra created pipe is used to ↵christian linke2012-11-291-0/+56
| | | | | trigger the mainloop one last time before the AudioManager exits. Signed-off-by: christian linke <christian.linke@bmw.de>
* * make DLTWrapper unregister itself before exitingchristian linke2012-10-301-1/+2
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-91] make CAmSerializer calls with references safer, no workingchristian mueller2012-09-121-10/+293
| | | | | | Signed-off-by: christian mueller <christian.linke@bmw.de> Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-91] make CAmSerializer calls with references safer3.0christian mueller2012-09-121-1/+153
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-78] Using the AudioManager with Sessionbus does not work fixedChristian Mueller2012-05-241-0/+1
| | | | Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * [GAM-24] Watchdog concept for the AudioManager. This patch introduces the ↵Christian Mueller2012-05-241-0/+1
| | | | | | | | watchdog functionality of the AudioManager. The function is based on the systemd watchdog functionality. The desired time intervals for checking the watchdog can be tweaked by the unit file for systemd. A sample unit file is added to the subdirectory cmake. Via Cmake build option, the watchdog functionality can be switched off. If the development package from systemd is available it will use the lib that comes with it. If not, the default handler will be compiled along with the audiomanager and this one will be used. Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * [GAM-76] fix : add 64bit support for DLT loggingchristian mueller2012-05-241-0/+2
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-72] change type std::list to std::vector in DbusWrapperchristian mueller2012-05-241-1/+1
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-35] implement DBus for SESSION or SYSTEM buschristian mueller2012-04-031-1/+1
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-49] worked in comments to last patcheschristian mueller2012-03-293-199/+285
| | | | | | | | | | | * changed dlt threadsafeness * changes on timers in CAmSockethandler * adopted test of Sockethandler to changes * add versioning scheme to documentation * added forgotten #include <map> on CamDbusWrapper and CAmRoutingSenderAsync * adopted RoutingReceiverAsyncTests to new timers Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-46] improvements on CAmSockthandler.christian mueller2012-03-232-76/+219
| | | | | | * Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-44] adds threadsafeness to DltWrapperchristian mueller2012-03-231-0/+63
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * remove unessessary script2.0christian mueller2012-03-231-24/+0
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * enhanced documentation christian mueller2012-03-132-3/+5
|
* * [GAM-37] fixed christian mueller2012-03-131-1/+5
|
* * fixes [ GAM-31]christian mueller2012-03-081-2/+2
|
* * [GAM-29] fixeschristian mueller2012-03-077-547/+883
|
* * removed all documentation to new placechristian mueller2012-03-0612-142/+132
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * last changes in the documentationchristian mueller2012-03-061-59/+72
|
* * changed licence of Interfaceheaders and audiomanagertypes.h after reviewchristian mueller2012-03-067-172/+193
|
* * updated license headerschristian mueller2012-03-0512-283/+618
| | | * updated documentation
* * fixing CAmSerializer.h - smaller changes and copy past stuffchristian mueller2012-03-051-204/+467
| | | | * adding new class in Controler plugin to use CAmSerializer to build up a shadow * added test to test the new class (unfinished)
* * solved merge conflictschristian mueller2012-03-011-5/+3
|
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-0112-0/+4868
* [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces