summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include
Commit message (Collapse)AuthorAgeFilesLines
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-0113-192/+192
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * [ performance] for classes that do not need to be derived from, removed ↵christian mueller2012-02-2910-12/+12
| | | | | | | | | | | virtual desctructor * implemented confirmation of routing ready in RoutingReceiver * [Sockethandler] automatically set gDispatchDone to 0 when starting mainloop * fixed unit text to work with latest changes (expect Dbus command interface) * [GAM-4] added way to do synchronous calling on interfaces with the help of CAmSerializer.h * reworked AsyncRoutingPlugin to work with CAmSerializer.h * reworked AsyncRoutingPlugin to register elemtes in thread using CAmSerializer.h * reworked AsncPlugin Tests to work with remodelled Plugin
* * [GAM-4] updated interfaces christian mueller2012-02-278-189/+246
| | | | | | | * shifted mainpage doxygen from EA generated to mainpage.h * added logo to doxygen documentation * fixed compile bug in cmakelists when no plugins are build * [ GAM-23 ]fixed plugin version recognition in cmake * first working CAmSerializer with DatabaseObserver
* * [ GAM-4 ] Change Database Obsever notification implementation working, ↵christian mueller2012-02-235-14/+121
| | | | test are not ready yet. This implies that the Sockethandler is mandatory so I removed the cmake options.
* * remove dispensable method of CAmTelnetMenuHelperFrank Herchet2012-02-231-2/+0
|
* * rename local pointer, insert 'p' into nameFrank Herchet2012-02-231-10/+10
|
* * [ GAM-6 ] enhace routing algorithm: changed the way the routing algorithm ↵christian mueller2012-02-212-3/+3
| | | | gets information from controller
* * [ GAM-18 ] Add cancel rundown messages to interfaces: added possbility for ↵christian mueller2012-02-211-0/+2
| | | | | controller to call rundown on command and routing interfaces * beautified EA generated code in comments
* * add listMainConnectionsFrank Herchet2012-02-201-0/+6
| | | | | | * add listMainSources * add listMainSinks * some optimizations in CAmTelnetMenuHelper
* * merge of changes from ChristianFrank Herchet2012-02-142-2/+8
|
* * modify contructor of CAmTelnetMenuHelperFrank Herchet2012-02-141-1/+2
|
* * change includes in CAmTelnetMenuHelperchristian mueller2012-02-132-184/+163
|
* * remove duplicate current command promptFrank Herchet2012-02-091-10/+1
| | | | | * remove debug output of TelnetServer.h * fix compile error in main.cpp * remove unused methods in TelnetServer.h
* * TelnetServer Implementation.Grape R52012-02-083-28/+266
| | | * TelnetServerTest Implementation
* * add an out of memory handlerchristian mueller2012-02-021-1/+1
|
* * implemented peeksinkclassIDs and peeksourceclassIDschristian mueller2012-02-012-4/+5
| | | | | | | * 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-312-9/+7
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-272-3/+5
| | | | | | * 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-252-3/+6
| | | * routing algorithms first tests
* * finalized Router implementationchristian mueller2012-01-241-31/+34
| | | * added new generated ControlSendInterface with router support
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-2410-899/+915
| | | * added used xml to the project
* * fixed wrong memset in main.cpp (thanks to frank)christian mueller2012-01-182-0/+87
| | | | * fixed compiler warnings in signalhandler * added Router Class: this class does now the autorouting job. First commit, no tests yet
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-129-26/+134
| | | | | | | | | | | | | | | | 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
* *added versioning support automatically out of gitchristian mueller2011-12-301-5/+5
| | | | | | *added commandline parser *changed DLT_CONTEXT for AudioManager to AudioManager *added signalhandler *TODO: make signalhandler not only call but correctly rundown the daemon
* * rework of buildsystemchristian mueller2011-12-233-7/+34
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* * first version of SocketHandler working with DBuschristian mueller2011-12-211-137/+0
| | | * currently Sockethandler test not working
* * first version of the sockethandler with testchristian mueller2011-12-201-0/+137
|
* - added comments in XML descriptionChristian Mueller2011-12-189-15/+36
| | | | - fixed bug in Dbus signal sending - corrected namespace usage
* first release !Christian Mueller2011-12-141-2/+1
|
* update in headers, small thingsChristian Mueller2011-12-1410-168/+306
|
* .Christian Mueller2011-12-133-7/+37
|
* some updates, new testsChristian Mueller2011-12-129-32/+292
|
* Some changes, renaming...Christian Mueller2011-12-092-7/+6
|
* total reworkChristian Mueller2011-12-088-0/+602
no more QT