summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/CAmDltWrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-121-350/+0
| | | | | | * building out of source of plugins without AM workss * build system cmake contructions is different now Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Bug #298 - DLT messages will be created only in case respective log level is ↵Jens Lorenz2015-01-131-3/+8
| | | | | | activated Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Revert "Bug 298 - Filtering of DLT messages are not working"Christian Linke2015-01-131-5/+3
| | | | | | | | This reverts commit 426d6c6f1ea02c3093181eb36aed68605a5cdd5d. The wrong version of the patch was used. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Bug 298 - Filtering of DLT messages are not workingAleksandar Donchev2014-11-171-3/+5
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * reworked according to review feedback from Thomas GoeringChristian Linke2014-04-011-19/+56
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* handle am_error in dltwrapperChristian Linke2014-03-281-0/+48
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * make DLTWrapper unregister itself before exitingchristian linke2012-10-301-0/+10
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-55] some finetuning on bugfix. christian mueller2012-06-261-3/+8
| | | | | * fixing registration of Dltcontextx too late for Dbus plugins Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-55] fix wrong context id in logError and logInfoFrank Herchet2012-06-261-5/+11
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-76] fix : add 64bit support for DLT loggingchristian mueller2012-05-241-0/+18
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-49] worked in comments to last patcheschristian mueller2012-03-291-1/+3
| | | | | | | | | | | * 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-44] adds threadsafeness to DltWrapperchristian mueller2012-03-231-0/+1
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-061-2/+8
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * updated license headerschristian mueller2012-03-051-17/+15
| | | * updated documentation
* * solved merge conflictschristian mueller2012-03-011-11/+6
|
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-0/+219
* [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces