summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon
Commit message (Collapse)AuthorAgeFilesLines
...
* * make commandline argument parsing a little nicer. Christian Linke2015-04-283-68/+83
| | | | | | | * added preparse method * removed debug message * added deamonize function again Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * updated documentation, fixed bug in generation of documentation, adopted ↵Christian Linke2015-04-164-8/+56
| | | | | README Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * implemend command line options for plugins. rework of command line Christian Linke2015-04-152-123/+126
| | | | | | * add tclap as template library * implement bug 344 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-2417-147/+159
| | | | | | one. TimingInformation for a single connections is now reported to the controller plugin Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-1276-3770/+605
| | | | | | * 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-1110-92/+553
| | | | | | | 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-045-61/+73
| | | | 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>
* * Redundand asserts removed in CAmDatabaseHandlerMap.cpp .Aleksandar Donchev2015-01-222-13/+4
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Audiomanager share folder exposed as cmake variable.Aleksandar Donchev2015-01-131-1/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Bug #298 - DLT messages will be created only in case respective log level is ↵Jens Lorenz2015-01-131-3/+8
| | | | | | activated Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Revert "Bug 298 - Filtering of DLT messages are not working"Christian Linke2015-01-131-5/+3
| | | | | | | | This reverts commit 426d6c6f1ea02c3093181eb36aed68605a5cdd5d. The wrong version of the patch was used. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * shift config.h file to build directory - just make it cleanerChristian Linke2014-12-091-1/+2
| | | | | | * change order of compilation - include projectspecific stuff earlier now * make dynamic ID boundary setable via cmake Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Lazy lookup for static registered sources and sinks.Aleksandar Donchev2014-11-182-0/+12
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Bug 298 - Filtering of DLT messages are not workingAleksandar Donchev2014-11-171-3/+5
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Converter Implementation .6.2Aleksandar Donchev2014-11-0532-777/+4510
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * size comparison fixChristian Linke2014-11-031-2/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *make Nodestatemanager fidls work with generator Christian Linke2014-11-031-1/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * add missing includeChristian Linke2014-11-031-0/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Fixed missing reserved flag for MapHandler and corresponding testsChristian Linke2014-11-033-6/+6
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * make Audiomanager find and compile with CommonAPI 2.1.6 executable ↵Christian Linke2014-11-0320-2937/+0
| | | | | | generator. Remove precompiled sources. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Make Audiomanager compile without sqliteChristian Linke2014-11-0315-23/+27
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * CMAKE_CXX_FLAGS_RELEASE will append flags and not overwrite other flags ↵Aleksandar Donchev2014-07-181-1/+1
| | | | | any more. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Bug #100 - update of interface version numbers and added removed commentsJens Lorenz2014-07-111-1/+1
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * Minor fix for connection id generation.Aleksandar Donchev2014-07-101-2/+6
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *An additional condition appended to the custom comparator needed for map ↵Aleksandar Donchev2014-07-101-1/+1
| | | | | | function 'find'. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Bug #100 - removed projecttypes.h which causes compiling conflicts5.1Jens Lorenz2014-06-2349-1824/+2056
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * reworked according to review feedback from Thomas GoeringChristian Linke2014-04-011-19/+56
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Some unit tests fixed due issues occured on pocky build systems.Aleksandar Donchev2014-03-283-6/+26
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* handle am_error in dltwrapperChristian Linke2014-03-281-0/+48
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Support for automatically generation of common-api sources. Cmake macros ↵Aleksandar Donchev2014-03-282-8/+12
| | | | | | adopted to support the common-api generator. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Cmake scripts adopted for cross-compilationAleksandar Donchev2014-03-281-1/+5
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Minor: life cycle old dbus predefined variable removed4.1Aleksandar Donchev2013-10-161-1/+0
|
* * Typo: Dbus address fixed.Aleksandar Donchev2013-10-1418-54/+126
| | | | | | * Sources re-generated with the latest generator version . Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Typo: Dbus address fixed.Aleksandar Donchev2013-10-102-4/+2
|
* * Every new connection ID is initilized with the next available number. Aleksandar Donchev2013-09-255-71/+286
| | | | | * Additional tests for ID generation added. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * made sure that CommonAPI stuff compiles with release 2.1Christian Linke2013-09-2519-426/+757
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * adopted test to new logic of no change stuffChristian Linke2013-09-122-13/+19
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added some documentation, removed sample project since it seems to addle ↵Christian Linke2013-09-1211-2/+48
| | | | | users. Now the fidls are the matching final the EA version. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * some naming adoptions & review for GENIVIChristian Linke2013-09-0930-1797/+1999
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * AmMapHanlderTest - added tests for the callbacks in CAmDatabaseObserver.Aleksandar Donchev2013-09-037-79/+823
| | | | | | * An object ID added to the response whenever E_ALREADY_EXISTS is returned in CAmDatabasehandlerMap Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-0358-184/+5518
| | | | | | | | | | 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)
* Handle cases where readdir() does not return the file typeChristian Linke2013-09-022-0/+33
| | | | | | | readdir() does not guarantee that the d_type member is set on all file systems. This resulted in plugins not being loaded on some platforms as regular files were not detected. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix for Bug 92 - sinkID wrongly reported to DatabaseObserverChristian Linke2013-09-022-5/+11
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * CAmDatabaseHandlerMap - the main connection now have separate method for ↵Aleksander Donchev2013-08-142-16/+45
| | | | | id generation. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Refactoring and improvements CAmDatabasehandlerMap ( Ticket #87 )Aleksander Donchev2013-08-145-188/+197
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* make AM compile with newer libstdChristian Linke2013-08-141-0/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Fix for bug 78: AmNodeStateCommunicatorTest throws a runtime exceptionMuhammad Shakeel2013-07-192-16/+19
| | | | | | | | | | - Fixed data type issues - Fixed some error log messages - Modified the way for reading XML file - Explicitly type cast the variables before sending message to sendLifeCycleRequest interface Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
* * enhance sleep at beginn of NSM test to be more robustChristian Linke2013-07-191-1/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>