summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/CAmRouter.h
Commit message (Collapse)AuthorAgeFilesLines
* * rework of the build structure, adopt to standard cmake package structure7.4Christian Linke2016-02-151-317/+0
| | | | | | | | | | | | | | * 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>
* *Routing bug fixing and enhancment.Aleksandar Donchev2015-07-061-154/+169
| | | | Signed-off-by:Christian Linke<christian.linke@bmw.de>
* * Fixed bug causing infinite loop by determining all possible paths in the ↵Aleksandar Donchev2015-07-021-4/+0
| | | | | routing mechanism and minor improvment in the routing class for map data storage. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Updated license fileChristian Linke2015-04-281-0/+2
| | | | | | * Added authors file * Adopted to spdx header file Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-121-1/+1
| | | | | | * 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>
* * Converter Implementation .6.2Aleksandar Donchev2014-11-051-42/+256
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Bug #100 - removed projecttypes.h which causes compiling conflicts5.1Jens Lorenz2014-06-231-2/+2
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-101-3/+3
| | | | | | | | Renamed CAmDatabaseHandler to CAmDatabaseHandlerSQLite and CAmMapHandler to CAmDatabaseHandlerMap. Changed std::map to std::unordered_map. Added to the cmake configuration a definition, which defines the capacity of the source and sink maps. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* First version Map implementation of database handler with unit tests ( ↵Aleksandar Donchev2013-06-261-3/+3
| | | | | | ticket 38 ) Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-061-1/+0
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * updated license headerschristian mueller2012-03-051-27/+34
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-0/+84
* [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces