summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/AmRouterMapTest
Commit message (Collapse)AuthorAgeFilesLines
* moved watchdog into utilities and created .pc file for utilitiesChristian Linke2015-12-021-0/+7
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Utilities now build as a static or as a shared library on demand.Jens Lorenz2015-10-061-4/+4
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* *Routing bug fixing and enhancment.Aleksandar Donchev2015-07-062-323/+404
| | | | 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-0/+168
| | | | | routing mechanism and minor improvment in the routing class for map data storage. 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-10/+24
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Updated license fileChristian Linke2015-04-282-0/+4
| | | | | | * 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-123-44/+29
| | | | | | * 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-053-85/+1063
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Some unit tests fixed due issues occured on pocky build systems.Aleksandar Donchev2014-03-281-2/+9
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-031-3/+3
| | | | | | | | | | NodeStateCommunicatorCAPI with unit tests first version. Choosing between DBUS and Common-API via cmake. CommonAPI - legacy support for DBus properties (Set 1) Signed-off-by: Christian Linke <christian.linke@bmw.de> (cherry picked from commit ea96ef59e29466667c90b506426e2a5a9cdb82d2)
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-102-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>
* Added 'Dump' method to the database handler and to the telnet server (Info ↵Aleksander Donchev2013-07-103-0/+2123
-> Dump). Unit tests for the database handler splited into separate file. Base log class added in order to support logging into a file. Signed-off-by: Christian Linke <christian.linke@bmw.de>