summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/src/CAmCommonAPIWrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* codestyle: Remove empty single line c++ comments in ctor initializersJens Lorenz2018-06-201-6/+6
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* AMUtil: Common API WrapperAleksandar Donchev2018-03-271-13/+32
| | | | | | | | | All methods in CAPI wrapper with connectionID parameter are deprecated because CAPI creates new filedescriptor per connection which isn't needed. * revents flag is passed to the CommonAPI watcher instead events * revents set to 0 in Sockethandler Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Revert "Utility updates capi fixes"revert-26-utilityUpdates_CAPI_fixesJens Lorenz2018-03-131-174/+83
|
* Remainning fixes from utility updateutilityUpdates_CAPI_fixesDon Al2018-02-271-1/+1
| | | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> Change-Id: I3c8a2b474bc8fac62c76a46545a231c718edb2a9
* FIx for CAPI timeouts and support for more than one CAPI watchAleksandar Donchev2018-02-131-98/+170
| | | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> Change-Id: I9a9d2c424bc8fac62c76a66545a531c518edb2e3
* Real time scheduler added, capi wrapper timeout return value considered in ↵Aleksandar Donchev2018-02-131-12/+31
| | | | | | | registerTimeout, only requested revent passed from within the camsockethandler instead of all Signed-off-by: Christian Linke <christian.linke@bmw.de> Change-Id: I2d9d2c424ac3fac62c76a66545a531c518edb2e8
* * All methods in CAPI wrapper with connectionID parameter are deprecated ↵Aleksandar Donchev2018-02-131-1/+1
| | | | | | | | | | | because CommonAPI creates new filedescriptor per connection which isn't needed. * revents flag is passed to the CommonAPI watcher instead events * revents set to 0 in Sockethandler Signed-off-by: Christian Linke <christian.linke@bmw.de> Change-Id: I9d9d2c424ac9fad62c76a66545c731c518adb2e4
* 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>
* deleting of instance explicit is neededChristian.Linke2015-12-151-12/+16
|
* forgot to destroy the single instance in destructorChristian Linke2015-12-151-0/+11
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Settings for commonAPI without binding code.Aleksandar Donchev2015-10-021-16/+2
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Remove nodestatemanager7.2Christian Linke2015-09-221-35/+12
| | | | | | Make audiomanager compile with Dbus and CommonAPI Wrapper at the same time Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * CAPI wrapper with better someip integration.Aleksandar Donchev2015-09-111-5/+13
| | | | 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-021-1/+1
| | | * rename config.h into audiomanagerconfig.h
* * 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-021-58/+52
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Updated license fileChristian Linke2015-04-281-9/+7
| | | | | | * Added authors file * Adopted to spdx header file Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Do not store handle before it is initialisedPhilip Lorenz2015-03-121-2/+3
| | | | | | | handle is only set by ::addTimer so do not store its value by copy before it is actually set. Signed-off-by: Philip Lorenz <philip.lorenz@bmw-carit.de>
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-121-0/+275
* 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>