summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/include/CAmDltWrapper.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23 from JensLorenz/cmake_and_dlt_endless_loop_fixGENIVI Audio Manager Maintainer2018-02-071-184/+183
|\ | | | | Cmake and dlt endless loop fix
| * AMUtil: Fixes infinite loop in dlt wrapper for out of range values of ↵Jens Lorenz2018-02-051-184/+183
| | | | | | | | | | | | enumerations. Signed-off-by: Kapildev Patel <kpatel@jp.adit-jv.com>
* | AMUtil: use DLT API only when DLT is selectedGuerra Mattia2017-09-291-2/+5
|/ | | | | | | | Protecting access to DLT API dlt_user_is_logLevel_enabled by checking if destination is really meant to be DLT daemon. Otherwise, invalid DLT Context could be accessed. Signed-off-by: Guerra Mattia <mguerra@de.adit-jv.com>
* AMUtil: Enhancement of check log level support for DLT.Jens Lorenz2017-02-151-3/+4
| | | | | | | The DLT version determination works in AudioManager repository. Other libraries including header only don't know the respective version. Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* AMUtil: Check log level support of DLT added.Jens Lorenz2016-12-081-0/+12
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* AudioManagerUtilities: fix dlt cmake integrationMathieu Duponchelle2016-11-141-1/+1
| | | | | | | | | The wrong variables from pkg_check_modules were used, effectively forcing the inclusion of dlt.h to happen from /include. Fix this to take advantage of pkg-config and allow building against a non-system-wide dlt-daemon.
* cleanup routing interface to add clean abort and resend possibilities7.5Christian Linke2016-06-171-0/+17
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* optimize static const in audiomanagertypes.h and CAmDltWrapper template ↵Christian Linke2016-05-171-103/+31
| | | | | specializations Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* some cleanupChristian Linke2016-03-091-12/+181
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* reworked DltWrapper. fixed gtest and gmock.pc filesChristian Linke2016-02-171-97/+161
|
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-151-3/+7
| | | | | | | | | | | | | | * check versions when loading the libs * introduction of the AudioManagerCore * give control plugin as file or directory * remove SQLITE * either find and use gmock or build and install it * fixed [Bug 411] * compile flag gnu11 is now used Signed-off-by: Christian Linke <Christian.Linke@bmw.de> Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* small things - big hussleChristian Linke2015-10-071-1/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* make changes in utilities compileChristian Linke2015-10-061-22/+22
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Utility DLT: Created template parameter pack to generate recursive code and ↵Jens Lorenz2015-10-061-743/+75
| | | | | | added logDebug Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Utility: DLT: New registerContext allows to set log level and trace status ↵Jens Lorenz2015-09-161-0/+17
| | | | | | from application Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * install tclap headers7.1Christian Linke2015-09-021-2/+1
| | | * rename config.h into audiomanagerconfig.h
* * Common-API 3 integration and fix for the asserts order in the router tests.Aleksandar Donchev2015-06-021-1/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Updated license fileChristian Linke2015-04-281-13/+11
| | | | | | * Added authors file * Adopted to spdx header file Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * New function for binary DLT messages added to CAmDltWrapper.Aleksandar Donchev2015-04-141-0/+2
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-121-0/+915
* 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>