summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove nodestatemanager7.2Christian Linke2015-09-2241-4719/+30
| | | | | | Make audiomanager compile with Dbus and CommonAPI Wrapper at the same time Signed-off-by: Christian Linke <christian.linke@bmw.de>
* install more cmake packagesChristian Linke2015-09-171-1/+2
|
* * fix set_and_check of module path doesn't work with newer cmake versionsJens Lorenz2015-09-161-1/+1
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* 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-114-6/+13
|
* * CAPI wrapper with better someip integration.Aleksandar Donchev2015-09-113-9/+52
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * FindDBus.cmake excluded from project and replaced throught pkg_check_module. Aleksandar Donchev2015-09-075-63/+22
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Some databasehandler cmake defines exposed in the configure file.Aleksandar Donchev2015-09-071-1/+3
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Change order of include of subdirectories...Christian Linke2015-09-041-7/+7
|
* * install tclap headers7.1Christian Linke2015-09-0223-919/+28
| | | * rename config.h into audiomanagerconfig.h
* Added compliance specifications 4.0 for control and routing interfaceChristian Linke2015-08-194-0/+523837
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Bug 308 - Change in Database Handlers to enable/disable enforced update7.0Jens Lorenz2015-08-042-85/+238
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Implemented filtering of duplicated notification configuration types on ↵Jens Lorenz2015-08-046-265/+160
| | | | | | registration of source and sink elements Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* calculateMainConnectionDelay doesn't work if only a single connection has a ↵Jens Lorenz2015-08-042-12/+19
| | | | | | timing information Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* clean-up in MapHandler testsJens Lorenz2015-08-041-109/+81
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * make new serializer Calls public in order to use themChristian Linke2015-07-281-0/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * cleaned up compile flagsChristian Linke2015-07-0710-83/+45
| | | | | * fix for getDomainOfCrossfader Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Fixed cmake issuesJens Lorenz2015-07-062-4/+4
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * fix compiler issue introduced with new commandline parsing in mainJens Lorenz2015-07-061-1/+1
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* *Routing bug fixing and enhancment.Aleksandar Donchev2015-07-067-1079/+1063
| | | | Signed-off-by:Christian Linke<christian.linke@bmw.de>
* * Fix for the unit tests in accord with the domain id change .Aleksandar Donchev2015-07-062-21/+21
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Domain id range splited in static and dynamic .Aleksandar Donchev2015-07-063-22/+13
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Fixed bug causing infinite loop by determining all possible paths in the ↵Aleksandar Donchev2015-07-024-41/+223
| | | | | routing mechanism and minor improvment in the routing class for map data storage. 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>
* * enable entering domains with predefined idChristian Linke2015-07-013-0/+37
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Common-API 3.1.2 support with dbus/someip binding.Aleksandar Donchev2015-07-018-220/+137
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Unnecessary exception throwing for empty plugins list deleted.Aleksandar Donchev2015-06-102-2/+0
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Fix for cmake complain about an explicit null terminated string and ↵Aleksandar Donchev2015-06-021-6/+9
| | | | | | | | AM_SHARE_FOLDER to point the audiomanager subfolder in /usr/local/share. * Make dir command for bin folder is now executed outside the WITH_NSM clause. 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-0220-585/+893
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Spelling changes to README.Jeremiah C. Foster2015-05-051-22/+22
| | | | Signed-off-by: Jeremiah C. Foster <jeremiah.foster@pelagicore.com>
* * Updated license fileChristian Linke2015-04-2886-78/+706
| | | | | | * Added authors file * Adopted to spdx header file Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * make commandline argument parsing a little nicer. Christian Linke2015-04-284-68/+140
| | | | | | | * added preparse method * removed debug message * added deamonize function again Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * adding generation of pc file upon review request of JaquesChristian Linke2015-04-162-0/+13
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * updated documentation, fixed bug in generation of documentation, adopted ↵Christian Linke2015-04-166-42/+157
| | | | | README Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * implemend command line options for plugins. rework of command line Christian Linke2015-04-15499-124/+54067
| | | | | | * add tclap as template library * implement bug 344 Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * New function for binary DLT messages added to CAmDltWrapper.Aleksandar Donchev2015-04-142-0/+11
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * now only 3 header files are generated. Send and Receive interface s in ↵Christian Linke2015-03-2424-923/+818
| | | | | | one. TimingInformation for a single connections is now reported to the controller plugin Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Forgot to add the Daemonversion in cmake for plugins.incubationChristian Linke2015-03-171-0/+1
| | | 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>
* * Had to remove Plugins directory.Christian Linke2015-03-122-245/+0
|
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-12192-25575/+1209
| | | | | | * 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>
* * Sound property lookup enhancement throught caching . Tests for cached ↵Alexandar Donchev2015-03-1113-98/+678
| | | | | | | sound properties. Signed-off-by: Christian Linke <christian.linke@bmw.de> Signed-off-by: Alexandar Donchev <Aleksander.Donchev@partner.bmw.de>>
* Fixed compilation problem with gcc 4.5.1Toshiaki Isogai2015-03-041-1/+1
| | | | Signed-off-by: Toshiaki Isogai <tisogai@jp.adit-jv.com>
* * Audiomanager tests adopted to the new dynamic ID boundary .Aleksandar Donchev2015-03-047-138/+177
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Description for new version Christian Linke2015-02-172-1/+6
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Fix usage of DLTJacques GUILLOU2015-02-172-2/+5
|
* * Redundand asserts removed in CAmDatabaseHandlerMap.cpp .Aleksandar Donchev2015-01-222-13/+4
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Cmake variable moved on the top in the cmake.Aleksandar Donchev2015-01-131-1/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Audiomanager share folder exposed as cmake variable.Aleksandar Donchev2015-01-133-1/+4
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>