summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon
Commit message (Collapse)AuthorAgeFilesLines
* * modify contructor of CAmTelnetMenuHelperFrank Herchet2012-02-143-5/+7
|
* * add gtest for telnetserverFrank Herchet2012-02-144-29/+250
|
* * change includes in CAmTelnetMenuHelperchristian mueller2012-02-134-194/+178
|
* * 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
|
* * merge local changes with updated masterFrank Herchet2012-02-092-0/+43
|
* * fix list domains in telnetserverchristian mueller2012-02-091-4/+5
|
* Merge branch 'telnetserver'christian mueller2012-02-0910-208/+1704
|\
| * * remove duplicate current command promptFrank Herchet2012-02-094-208/+36
| | | | | | | | | | * remove debug output of TelnetServer.h * fix compile error in main.cpp * remove unused methods in TelnetServer.h
| * * TelnetServer Implementation.Grape R52012-02-089-140/+1808
| | | | | | * 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
* | * renaming of databasetest - copy paste faultchristian mueller2012-02-082-70/+70
| |
* | * add another routing testchristian mueller2012-02-072-2/+65
|/ | | * 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-073-15/+84
| | | | | | 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-024-24/+336
|
* * implemented peeksinkclassIDs and peeksourceclassIDschristian mueller2012-02-0117-107/+476
| | | | | | | * 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
* * still the weired error but now really ok.christian mueller2012-01-311-572/+0
|
* * weired git error .. anyway should be ok nowchristian mueller2012-01-311-0/+572
|
* * wrapping DLT calls in a new Class because of performance, codesize and ↵christian mueller2012-01-3130-440/+1521
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-2723-190/+272
| | | | | | * 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-2514-89/+1092
| | | * routing algorithms first tests
* * finalized Router implementationchristian mueller2012-01-242-214/+221
| | | * added new generated ControlSendInterface with router support
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-2435-9587/+8995
| | | * added used xml to the project
* * fixed wrong memset in main.cpp (thanks to frank)christian mueller2012-01-189-3/+515
| | | | * 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-157-3/+59
| | | * updated .gitignore
* * added install and uninstall routines to makechristian mueller2012-01-121-2/+5
|
* * 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-1227-112/+790
| | | | | | | | | | | | | | | | 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-303-21/+31
|
* changed README, added correct header in fileschristian mueller2011-12-301-0/+1
|
* *added versioning support automatically out of gitchristian mueller2011-12-3012-333/+528
| | | | | | *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-295-13/+80
| | | | | | | * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests
* * finally, first socket test workchristian mueller2011-12-232-128/+180
|
* * fixed no compile bugchristian mueller2011-12-233-44/+46
| | | * fixed sockethandler loop
* * rework of buildsystemchristian mueller2011-12-2321-1857/+356
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* * first version of SocketHandler working with DBuschristian mueller2011-12-217-253/+513
| | | * 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-206-0/+802
|
* - added comments in XML descriptionChristian Mueller2011-12-1834-396/+420
| | | | - 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-1422-172/+1005
|
* update in headers, small thingsChristian Mueller2011-12-1432-529/+828
|
* .Christian Mueller2011-12-1312-68/+587
|
* some updates, new testsChristian Mueller2011-12-1239-842/+5420
|
* Some changes, renaming...Christian Mueller2011-12-097-45/+138
|
* total reworkChristian Mueller2011-12-0845-6499/+6710
| | | | no more QT
* update on dbusChristian Mueller2011-08-053-4/+4
|