summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync
Commit message (Collapse)AuthorAgeFilesLines
* * modify RoutingSender Async to match with TestHMIchristian mueller2012-02-091-10/+10
| | | * modify ControlSenderPlugin to have dummy behaviour
* * adoption of RoutinInterfaceAsync to testHMIchristian mueller2012-02-091-0/+12
| | | | * 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/+1
| | | | * changed command DBUSplugin to register Connection at 2nd DBUSMessageHandler Instance (thanks TGO) * Expanded dummyController functionality
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-8/+8
| | | | | | generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing
* * worked in feedback from Thomas Goering towards integration testsver-0.0.9christian mueller2012-02-061-0/+5
| | | * corrected startup sequence and modified the testplugin so that the startup sequences match
* * add an out of memory handlerchristian mueller2012-02-021-10/+10
|
* * implemented peeksinkclassIDs and peeksourceclassIDschristian mueller2012-02-013-5/+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-318-94/+54
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-275-114/+195
| | | | | | * 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
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-247-2293/+2129
| | | * added used xml to the project
* * added package creation based on cpackchristian mueller2012-01-152-0/+17
| | | * updated .gitignore
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-124-0/+33
| | | | | | | | | | | | | | | | 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
* changed README, added correct header in fileschristian mueller2011-12-308-43/+183
|
* *added versioning support automatically out of gitchristian mueller2011-12-304-42/+172
| | | | | | *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-2910-0/+3150
* added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests