summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | * [ GAM-4 ] Change Database Obsever notification implementation working, ↵christian mueller2012-02-2321-196/+414
|/ | | | 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-233-14/+3
|
* [GAM-14] enable some asci colorsFrank Herchet2012-02-231-21/+7
| | | | * use DLTWrapper for debug and error output
* * rename local pointer, insert 'p' into nameFrank Herchet2012-02-232-41/+45
|
* * [GAM-21] activate telnetserver testsFrank Herchet2012-02-221-1/+1
|
* Merge branch 'master' of qmuc300924:AudioManagerFrank Herchet2012-02-2247-1300/+1638
|\
| * * as discussed in the face2face versioning scheme of the interfaces changed.christian mueller2012-02-214-8/+8
| |
| * * [ GAM-6 ] enhace routing algorithm: changed the way the routing algorithm ↵christian mueller2012-02-218-119/+131
| | | | | | | | gets information from controller
| * * [ GAM-18 ] Add cancel rundown messages to interfaces: added possbility for ↵christian mueller2012-02-2112-231/+228
| | | | | | | | | | controller to call rundown on command and routing interfaces * beautified EA generated code in comments
| * * [ GAM-1] AudioManager DBusPlugin crashes when Controller registers ↵christian mueller2012-02-212-70/+118
| | | | | | | | source/sink class on startup: changed plugin in a way that only messages are sent out when InterfaceReady was called
| * * add proper version information in doxygenchristian mueller2012-02-212-2/+6
| |
| * * [GAM-12] Change project types as discussed in the F2F: changed in all ↵christian mueller2012-02-2118-966/+537
| | | | | | | | | | 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-2011-49/+755
| | | | | | | | missing headers, added text version of LGPL v2.1
| * Merge branch 'master', remote branch 'buildsau/master'christian mueller2012-02-200-0/+0
| |
* | * [GAM-21] 3 telnetserverTestsFrank Herchet2012-02-213-124/+171
|/
* * deactivate TelnetServerTestFrank Herchet2012-02-201-1/+1
|
* * add listMainConnectionsFrank Herchet2012-02-202-138/+309
| | | | | | * add listMainSources * add listMainSinks * some optimizations in CAmTelnetMenuHelper
* * fix reset of 'conn' command if number of arguments < 2Frank Herchet2012-02-171-4/+6
|
* * mergeFrank Herchet2012-02-140-0/+0
|\
| * * added command to option telnetserverchristian mueller2012-02-134-747/+717
| | | | | | * make AudioManager build without warning again
| * * fixed bug in remove connectionschristian mueller2012-02-133-30/+120
| | | | | | * added functionality in default ConnectionPlugin
| * * added new functions to controlreceiver / databasehandler: christian mueller2012-02-1321-243/+693
| | | | | | | | | | | | | | | | | | getSinkInfoDB getSourceInfoDB getMainConnectionInfoDB * adopted changeMainConnectionRouteDB to new type * added tests for these types * recreation of interfaces
* | * merge of changes from ChristianFrank Herchet2012-02-1425-1021/+1530
| |
* | * 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
|
* Merge remote branch 'buildsau/master'christian mueller2012-02-131-0/+65
|\
| * * Update README; Short howto about the telnetserverFrank Herchet2012-02-101-0/+65
| |
* | * modify RoutingSender Async to match with TestHMIchristian mueller2012-02-096-58/+99
|/ | | * modify ControlSenderPlugin to have dummy behaviour
* * fix some methods in CAmTelnetMenuHelperFrank Herchet2012-02-093-64/+59
|
* * merge local changes with updated masterFrank Herchet2012-02-095-11/+48
|
* * fix list domains in telnetserverchristian mueller2012-02-093-6/+34
|
* 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-097-30/+91
| | | | | | | | * adoption of projekttypes.h to HMI * comment out wrapper dlt messages because too much pollution
* | * more changes regarding test controller. Now a very basic connect is supportedchristian mueller2012-02-083-11/+72
| |
* | * changed main to register observer (thanks TGO)christian mueller2012-02-085-26/+27
| | | | | | | | * changed command DBUSplugin to register Connection at 2nd DBUSMessageHandler Instance (thanks TGO) * Expanded dummyController functionality
* | * change doc pathchristian mueller2012-02-081-1/+1
| |
* | * renaming of databasetest - copy paste faultchristian mueller2012-02-084-71/+78
| |
* | * 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-0711-54/+133
| | | | | | 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-062-4/+36
| | | | source and sink are in the same domain...
* * worked in feedback from Thomas Goering towards integration testsver-0.0.9christian mueller2012-02-068-12/+27
| | | * corrected startup sequence and modified the testplugin so that the startup sequences match
* * add an out of memory handlerchristian mueller2012-02-027-35/+367
|
* * implemented peeksinkclassIDs and peeksourceclassIDschristian mueller2012-02-0125-130/+498
| | | | | | | * 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-313-573/+19
|
* Merge branch 'master' of https://git.genivi.org/srv/git/AudioManagerchristian mueller2012-01-310-0/+0
|\ | | | | | | | | | | | | Conflicts: AudioManagerDaemon/test/routing/routingTest.cpp CHANGELOG includes/config.h
| * * fixed non reference in routing interface peeksourceclassID and peeksinkclassIDchristian mueller2012-01-308-27/+922
| | | | | | | | * fixed bug in complexer usage of routing algorithm * added more router tests
* | * weired git error .. anyway should be ok nowchristian mueller2012-01-312-1/+572
| |