summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities
Commit message (Collapse)AuthorAgeFilesLines
...
* fix proper log level checkingChristian Linke2017-02-201-1/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* AMUtil: Enhancement of check log level support for DLT.Jens Lorenz2017-02-152-13/+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-082-0/+22
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Utility: Serializer::dtor must also remove the fd from list to prevent crash.Jens Lorenz2016-11-141-6/+10
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Utility: DBUS library supports applications bindings which do not need to ↵Jens Lorenz2016-11-141-0/+6
| | | | | | new register a connection object. This allows to attach to already existing interface bindings. Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* AudioManagerUtilities: use LINK_DIRECTORIESMathieu Duponchelle2016-11-141-4/+27
| | | | | | | | | | | | The -L flags were not retrieved from pkg_check_modules, except for automotive-dlt, where LDFLAGS was added to the LIBS variable, which was then passed to TARGET_LINK_LIBRARIES. This led to compile-time errors when compiling in a custom prefix. We also propagate the LIB_DIRECTORIES and use them in AmControlInterfaceTest and AudioManagerDaemon.
* AudioManagerUtilities: fix dlt cmake integrationMathieu Duponchelle2016-11-142-3/+3
| | | | | | | | | 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.
* removed setting of logging context in CAPI wrapperChristian as GENIVI Maintainer2016-09-281-5/+3
| | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
* Changed error to warning in database if data is receivedChristian Linke2016-07-291-0/+8
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* 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>
* try catch for sockethandler callbacksChristian Linke2016-05-182-101/+93
| | | | | small improvements of sockethandler. Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* close pipes after useChristian Linke2016-05-172-0/+3
| | | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* optimize static const in audiomanagertypes.h and CAmDltWrapper template ↵Christian Linke2016-05-172-103/+133
| | | | | specializations Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* switch off std::out route informationChristian Linke2016-04-271-0/+4
| | | | | destroy pipe in destructor of CAmSerializer. Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* remove parallel installations of the Audiomanager packagesChristian Linke2016-04-261-1/+1
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* enable deleting of CommandLineSingletonChristian Linke2016-04-203-1/+14
| | | | | fix log message Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* fix bug in Databasehandler changeChristian Linke2016-04-201-0/+2
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* make sure that handles are never 0Christian Linke2016-04-111-2/+2
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* utility: Moved TAmPluginTemplate.h to utilitiesGuerra Mattia2016-04-111-0/+91
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* audiomanager: Use proper cmake path to install cmake and pkg-config filesHelio Chissini de Castro2016-04-111-19/+19
| | | | | Change-Id: I9a16f88ee3c27425904fc5aa0e2924e0af5df8a2 Signed-off-by: Helio Chissini de Castro <Helio.Chissini-de-Castro@bmw.de>
* audiomanager: Use LDFLAGS for dlt-daemon pkg-configHelio Chissini de Castro2016-04-111-2/+2
| | | | | Change-Id: I8daea79df694c41a23b0ecaac853cc75b4850a65 Signed-off-by: Helio Chissini de Castro <Helio.Chissini-de-Castro@bmw.de>
* some cleanupChristian Linke2016-03-092-13/+182
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* fix CMake include pathChristian Linke2016-02-261-2/+0
|
* fixed pc filesChristian Linke2016-02-221-21/+23
|
* Forgot the handleChristian Linke2016-02-171-2/+2
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* reworked DltWrapper. fixed gtest and gmock.pc filesChristian Linke2016-02-173-341/+652
|
* Added overflow handling for timer and poll handlesChristian Linke2016-02-162-4/+47
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-1513-957/+689
| | | | | | | | | | | | | | * 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>
* add versioning for audiomanager utitlitiesChristian.Linke2015-12-161-0/+7
|
* changed package config for systemdChristian.Linke2015-12-151-0/+8
|
* deleting of instance explicit is neededChristian.Linke2015-12-152-12/+21
|
* forgot to destroy the single instance in destructorChristian Linke2015-12-151-0/+11
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* moved watchdog into utilities and created .pc file for utilitiesChristian Linke2015-12-025-0/+1002
| | | 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-063-33/+29
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Utility DBUS: Constructor now more verbosely on dbus errorJens Lorenz2015-10-061-9/+32
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Utility DLT: Created template parameter pack to generate recursive code and ↵Jens Lorenz2015-10-062-842/+76
| | | | | | added logDebug Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Utilities now build as a static or as a shared library on demand.Jens Lorenz2015-10-061-0/+95
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * Settings for commonAPI without binding code.Aleksandar Donchev2015-10-022-24/+10
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Remove nodestatemanager7.2Christian Linke2015-09-222-40/+12
| | | | | | Make audiomanager compile with Dbus and CommonAPI Wrapper at the same time Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Utiltiy: DBUS: Constructor allows now set service prefix and object path. ↵Jens Lorenz2015-09-162-8/+33
| | | | | | Modification of object path on registration possible. New function to register matching rule for watching. 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-162-5/+51
| | | | | | from application Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * remove warningChristian Linke2015-09-112-3/+9
|
* * CAPI wrapper with better someip integration.Aleksandar Donchev2015-09-112-8/+51
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * FindDBus.cmake excluded from project and replaced throught pkg_check_module. Aleksandar Donchev2015-09-071-1/+3
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * install tclap headers7.1Christian Linke2015-09-026-7/+6
| | | * rename config.h into audiomanagerconfig.h
* * make new serializer Calls public in order to use themChristian Linke2015-07-281-0/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Serializer reworked to offer convenient async and sync method calls.Aleksandar Donchev2015-07-021-1049/+321
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Common-API 3.1.2 support with dbus/someip binding.Aleksandar Donchev2015-07-011-3/+14
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Common-API 3 integration and fix for the asserts order in the router tests.Aleksandar Donchev2015-06-023-115/+232
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>