summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src
Commit message (Collapse)AuthorAgeFilesLines
...
* * rename local pointer, insert 'p' into nameFrank Herchet2012-02-231-31/+35
|
* Merge branch 'master' of qmuc300924:AudioManagerFrank Herchet2012-02-225-40/+67
|\
| * * [ GAM-6 ] enhace routing algorithm: changed the way the routing algorithm ↵christian mueller2012-02-212-9/+21
| | | | | | | | gets information from controller
| * * [ GAM-18 ] Add cancel rundown messages to interfaces: added possbility for ↵christian mueller2012-02-211-0/+12
| | | | | | | | | | controller to call rundown on command and routing interfaces * beautified EA generated code in comments
| * * [GAM-12] Change project types as discussed in the F2F: changed in all ↵christian mueller2012-02-212-22/+22
| | | | | | | | | | tests, updated audiomanagertypes.h and projecttypes.h * change towards the versioning scheme of the audiomanager in CMakelists.txt
| * * [GT-1835] Resolve issues identified by code screening process: added ↵christian mueller2012-02-201-9/+12
| | | | | | | | missing headers, added text version of LGPL v2.1
* | * [GAM-21] 3 telnetserverTestsFrank Herchet2012-02-211-21/+21
|/
* * add listMainConnectionsFrank Herchet2012-02-201-138/+303
| | | | | | * add listMainSources * add listMainSinks * some optimizations in CAmTelnetMenuHelper
* * fix reset of 'conn' command if number of arguments < 2Frank Herchet2012-02-171-4/+6
|
* * merge of changes from ChristianFrank Herchet2012-02-147-818/+1014
|
* * modify contructor of CAmTelnetMenuHelperFrank Herchet2012-02-142-4/+5
|
* * change includes in CAmTelnetMenuHelperchristian mueller2012-02-132-10/+15
|
* * modify RoutingSender Async to match with TestHMIchristian mueller2012-02-091-0/+1
| | | * modify ControlSenderPlugin to have dummy behaviour
* * fix some methods in CAmTelnetMenuHelperFrank Herchet2012-02-091-63/+42
|
* * fix list domains in telnetserverchristian mueller2012-02-091-4/+5
|
* Merge branch 'telnetserver'christian mueller2012-02-094-180/+1387
|\
| * * remove duplicate current command promptFrank Herchet2012-02-093-198/+35
| | | | | | | | | | * remove debug output of TelnetServer.h * fix compile error in main.cpp * remove unused methods in TelnetServer.h
| * * TelnetServer Implementation.Grape R52012-02-083-112/+1482
| | | | | | * TelnetServerTest Implementation
* | * adoption of RoutinInterfaceAsync to testHMIchristian mueller2012-02-091-3/+3
| | | | | | | | * adoption of projekttypes.h to HMI * comment out wrapper dlt messages because too much pollution
* | * changed main to register observer (thanks TGO)christian mueller2012-02-081-0/+2
| | | | | | | | * changed command DBUSplugin to register Connection at 2nd DBUSMessageHandler Instance (thanks TGO) * Expanded dummyController functionality
* | * add another routing testchristian mueller2012-02-071-2/+2
|/ | | * change answer in case routing can not be done on only one domain
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-7/+12
| | | | | | generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing
* * added function to routing algorithm that takes care of the route in case ↵0.9christian mueller2012-02-061-3/+35
| | | | source and sink are in the same domain...
* * worked in feedback from Thomas Goering towards integration testsver-0.0.9christian mueller2012-02-063-8/+5
| | | * corrected startup sequence and modified the testplugin so that the startup sequences match
* * add an out of memory handlerchristian mueller2012-02-022-20/+208
|
* * implemented peeksinkclassIDs and peeksourceclassIDschristian mueller2012-02-0111-99/+181
| | | | | | | * changed interface of both from const to non-const * corrected include headers to c++ style, eg. <cassert> * corrected sendChangedData return type to void * implemented tests for sinkclass and sourceclass peeking * fixed bug in sockethandler (FD could not be removed) thanks to Frank
* * wrapping DLT calls in a new Class because of performance, codesize and ↵christian mueller2012-01-3113-390/+600
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-279-53/+115
| | | | | | * changed paths of audiomanagertypes include in generated files * changed order of parameters in asyncSetSinkSoundProperty / asyncSetSourceSoundProperty / cbTimingInformationChanged to have common style over all interfaces. * changed default include paths for Controller etc... * cleanup of warnings
* * routing algorithm improvementschristian mueller2012-01-253-85/+143
| | | * routing algorithms first tests
* * finalized Router implementationchristian mueller2012-01-241-183/+187
| | | * added new generated ControlSendInterface with router support
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-2412-5666/+5078
| | | * added used xml to the project
* * fixed wrong memset in main.cpp (thanks to frank)christian mueller2012-01-183-3/+424
| | | | * fixed compiler warnings in signalhandler * added Router Class: this class does now the autorouting job. First commit, no tests yet
* * added package creation based on cpackchristian mueller2012-01-152-2/+9
| | | * updated .gitignore
* * fixed commandline option p is now recognizedchristian mueller2012-01-122-10/+10
| | | * fixed bug: loading of routing plugins with version control now works
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-1211-38/+573
| | | | | | | | | | | | | | | | the headerfiles generated * ensured compatibility with 64 bit systems while compiling dbus [ changed FindDBUS.cmake] * updated the README to better support building * updated typo in introspectable string of DBusWrapper * reworked including strategie * added getInterfafeVersion method on all interfaces * added Interface Versioning support * added version as part of .so ending * it is no possible to set a vector of source and sink sound properties at a time * added interface to ask for all loaded plugins on RoutingSender * added first version of telnet server (not yet productive) - set to not active in CMakeLists.txt * added changelog (created out of git commit log) * added default values for all enum types to be save even on other if communication is on other domain
* * fixed sockethandler timespec issueschristian mueller2011-12-301-20/+29
|
* changed README, added correct header in fileschristian mueller2011-12-301-0/+1
|
* *added versioning support automatically out of gitchristian mueller2011-12-308-326/+516
| | | | | | *added commandline parser *changed DLT_CONTEXT for AudioManager to AudioManager *added signalhandler *TODO: make signalhandler not only call but correctly rundown the daemon
* * assert on empty busname (routinginterface)ver-0.0.1christian mueller2011-12-293-0/+6
| | | | | | | * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests
* * fixed no compile bugchristian mueller2011-12-232-43/+45
| | | * fixed sockethandler loop
* * rework of buildsystemchristian mueller2011-12-236-70/+247
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* * first version of SocketHandler working with DBuschristian mueller2011-12-213-90/+487
| | | * currently Sockethandler test not working
* * fixed bug in database handler connected to delay calculationchristian mueller2011-12-211-5/+9
|
* * first version of the sockethandler with testchristian mueller2011-12-201-0/+295
|
* - added comments in XML descriptionChristian Mueller2011-12-1810-302/+322
| | | | - fixed bug in Dbus signal sending - corrected namespace usage
* changes to make controlSender compile & loadableChristian Mueller2011-12-163-1/+5
|
* first release !Christian Mueller2011-12-146-46/+69
|
* update in headers, small thingsChristian Mueller2011-12-1411-335/+475
|
* .Christian Mueller2011-12-134-21/+264
|
* some updates, new testsChristian Mueller2011-12-1210-231/+1610
|