summaryrefslogtreecommitdiff
path: root/includes/config.h
Commit message (Collapse)AuthorAgeFilesLines
* * [GAM-12] Change project types as discussed in the F2F: changed in all ↵christian mueller2012-02-211-25/+0
| | | | | 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-1/+1
| | | | missing headers, added text version of LGPL v2.1
* * modify RoutingSender Async to match with TestHMIchristian mueller2012-02-091-5/+5
| | | * modify ControlSenderPlugin to have dummy behaviour
* * fix some methods in CAmTelnetMenuHelperFrank Herchet2012-02-091-1/+1
|
* * merge local changes with updated masterFrank Herchet2012-02-091-4/+4
|
* * fix list domains in telnetserverchristian mueller2012-02-091-2/+2
|
* * adoption of RoutinInterfaceAsync to testHMIchristian mueller2012-02-091-1/+1
| | | | * 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-1/+1
| | | | * changed command DBUSplugin to register Connection at 2nd DBUSMessageHandler Instance (thanks TGO) * Expanded dummyController functionality
* * renaming of databasetest - copy paste faultchristian mueller2012-02-081-1/+1
|
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-1/+1
| | | | | | 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-1/+1
| | | | source and sink are in the same domain...
* * worked in feedback from Thomas Goering towards integration testsver-0.0.9christian mueller2012-02-061-1/+1
| | | * corrected startup sequence and modified the testplugin so that the startup sequences match
* * add an out of memory handlerchristian mueller2012-02-021-1/+1
|
* * still the weired error but now really ok.christian mueller2012-01-311-1/+2
|
* * weired git error .. anyway should be ok nowchristian mueller2012-01-311-1/+0
|
* * wrapping DLT calls in a new Class because of performance, codesize and ↵christian mueller2012-01-311-1/+1
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-271-1/+1
| | | | | | * 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-251-1/+1
| | | * routing algorithms first tests
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-241-2/+2
| | | * added used xml to the project
* * fix for package building with lower cmake versionschristian mueller2012-01-181-5/+6
| | | * fix DBus interface to be GLIB tolerant 32bit types
* * added package creation based on cpackchristian mueller2012-01-151-4/+4
| | | * updated .gitignore
* * just update changelogchristian mueller2012-01-121-1/+1
|
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-121-1/+5
| | | | | | | | | | | | | | | | 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-301-1/+1
|
* *added versioning support automatically out of gitchristian mueller2011-12-301-0/+3
| | | | | | *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-231-0/+17
* now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options