summaryrefslogtreecommitdiff
path: root/include/shared/CAmSerializer.h
Commit message (Collapse)AuthorAgeFilesLines
* * some adoptionsChristian Linke2014-03-281-1/+0
| | | | 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
|
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-171-1/+0
| | | | | fixed rundown 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-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-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>
* * enhanced documentation christian mueller2012-03-131-1/+2
|
* * removed all documentation to new placechristian mueller2012-03-061-2/+2
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * last changes in the documentationchristian mueller2012-03-061-59/+72
|
* * updated license headerschristian mueller2012-03-051-29/+31
| | | * 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)
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-0/+708
* [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces