Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * [GAM-47]. Graceful exit when there is no controller loaded. Added asserts, ↵ | christian mueller | 2012-03-26 | 1 | -0/+51 |
| | | | | | too. Signed-off-by: christian mueller <christian.ei.mueller@bmw.de> | ||||
* | * [GAM-46] improvements on CAmSockthandler. | christian mueller | 2012-03-23 | 1 | -156/+88 |
| | | | | | | * Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller <christian.ei.mueller@bmw.de> | ||||
* | * [GAM-44] adds threadsafeness to DltWrapper | christian mueller | 2012-03-23 | 1 | -0/+1 |
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de> | ||||
* | * enhanced documentation | christian mueller | 2012-03-13 | 1 | -11/+0 |
| | |||||
* | * [GAM-34] fixes sqlite missing error handling | christian mueller | 2012-03-12 | 1 | -968/+728 |
| | |||||
* | * removed all documentation to new place | christian mueller | 2012-03-06 | 15 | -24/+16 |
| | | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0 | ||||
* | * updated license headers | christian mueller | 2012-03-05 | 15 | -1340/+1478 |
| | | | * updated documentation | ||||
* | * solved merge conflicts | christian mueller | 2012-03-01 | 2 | -16/+25 |
| | |||||
* | * fix [GAM-28] problems in routingsender.cpp | christian mueller | 2012-03-01 | 16 | -967/+989 |
| | | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces | ||||
* | Merge remote branch 'buildsau/master' | christian mueller | 2012-02-29 | 1 | -4/+96 |
|\ | |||||
| * | * fix compile error in DLTWrapper.cpp | Frank Herchet | 2012-02-29 | 1 | -0/+2 |
| | | |||||
| * | * [GAM-11] Merge branch 'dlt_dependency' | Frank Herchet | 2012-02-29 | 1 | -4/+94 |
| |\ | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt cmake/config.cmake | ||||
| | * | * [GAM-11] remove dependency from DLT in DLTWrapper if WITH_DLT is undefined | Frank Herchet | 2012-02-28 | 1 | -4/+64 |
| | | | | | | | | | | | | * [GAM-11] add some structs and enums to be compatible to DLT-interface | ||||
| | * | * [GAM-11] make project compilable without DLT | Frank Herchet | 2012-02-24 | 1 | -0/+30 |
| | | | |||||
* | | | * [ performance] for classes that do not need to be derived from, removed ↵ | christian mueller | 2012-02-29 | 4 | -14/+19 |
|/ / | | | | | | | | | | | | | | | | | | | | | 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 mueller | 2012-02-27 | 11 | -336/+390 |
| | | | | | | | | | | | | | | * 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 | ||||
* | | * removed simple DBus Loop from DBusWrapper - is not needed anymore since ↵ | christian mueller | 2012-02-27 | 1 | -10/+0 |
| | | | | | | | | Sockethandler is mandatory | ||||
* | | Merge remote branch 'buildsau/master' | christian mueller | 2012-02-23 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | * remove spaces | Frank Herchet | 2012-02-23 | 1 | -2/+0 |
| | | |||||
* | | * [ GAM-4 ] Change Database Obsever notification implementation working, ↵ | christian mueller | 2012-02-23 | 8 | -145/+239 |
|/ | | | | test are not ready yet. This implies that the Sockethandler is mandatory so I removed the cmake options. | ||||
* | * remove dispensable method of CAmTelnetMenuHelper | Frank Herchet | 2012-02-23 | 2 | -12/+3 |
| | |||||
* | [GAM-14] enable some asci colors | Frank Herchet | 2012-02-23 | 1 | -21/+7 |
| | | | | * use DLTWrapper for debug and error output | ||||
* | * rename local pointer, insert 'p' into name | Frank Herchet | 2012-02-23 | 1 | -31/+35 |
| | |||||
* | Merge branch 'master' of qmuc300924:AudioManager | Frank Herchet | 2012-02-22 | 5 | -40/+67 |
|\ | |||||
| * | * [ GAM-6 ] enhace routing algorithm: changed the way the routing algorithm ↵ | christian mueller | 2012-02-21 | 2 | -9/+21 |
| | | | | | | | | gets information from controller | ||||
| * | * [ GAM-18 ] Add cancel rundown messages to interfaces: added possbility for ↵ | christian mueller | 2012-02-21 | 1 | -0/+12 |
| | | | | | | | | | | controller to call rundown on command and routing interfaces * beautified EA generated code in comments | ||||
| * | * [GAM-12] Change project types as discussed in the F2F: changed in all ↵ | christian mueller | 2012-02-21 | 2 | -22/+22 |
| | | | | | | | | | | 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 mueller | 2012-02-20 | 1 | -9/+12 |
| | | | | | | | | missing headers, added text version of LGPL v2.1 | ||||
* | | * [GAM-21] 3 telnetserverTests | Frank Herchet | 2012-02-21 | 1 | -21/+21 |
|/ | |||||
* | * add listMainConnections | Frank Herchet | 2012-02-20 | 1 | -138/+303 |
| | | | | | | * add listMainSources * add listMainSinks * some optimizations in CAmTelnetMenuHelper | ||||
* | * fix reset of 'conn' command if number of arguments < 2 | Frank Herchet | 2012-02-17 | 1 | -4/+6 |
| | |||||
* | * merge of changes from Christian | Frank Herchet | 2012-02-14 | 7 | -818/+1014 |
| | |||||
* | * modify contructor of CAmTelnetMenuHelper | Frank Herchet | 2012-02-14 | 2 | -4/+5 |
| | |||||
* | * change includes in CAmTelnetMenuHelper | christian mueller | 2012-02-13 | 2 | -10/+15 |
| | |||||
* | * modify RoutingSender Async to match with TestHMI | christian mueller | 2012-02-09 | 1 | -0/+1 |
| | | | * modify ControlSenderPlugin to have dummy behaviour | ||||
* | * fix some methods in CAmTelnetMenuHelper | Frank Herchet | 2012-02-09 | 1 | -63/+42 |
| | |||||
* | * fix list domains in telnetserver | christian mueller | 2012-02-09 | 1 | -4/+5 |
| | |||||
* | Merge branch 'telnetserver' | christian mueller | 2012-02-09 | 4 | -180/+1387 |
|\ | |||||
| * | * remove duplicate current command prompt | Frank Herchet | 2012-02-09 | 3 | -198/+35 |
| | | | | | | | | | | * remove debug output of TelnetServer.h * fix compile error in main.cpp * remove unused methods in TelnetServer.h | ||||
| * | * TelnetServer Implementation. | Grape R5 | 2012-02-08 | 3 | -112/+1482 |
| | | | | | | * TelnetServerTest Implementation | ||||
* | | * adoption of RoutinInterfaceAsync to testHMI | christian mueller | 2012-02-09 | 1 | -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 mueller | 2012-02-08 | 1 | -0/+2 |
| | | | | | | | | * changed command DBUSplugin to register Connection at 2nd DBUSMessageHandler Instance (thanks TGO) * Expanded dummyController functionality | ||||
* | | * add another routing test | christian mueller | 2012-02-07 | 1 | -2/+2 |
|/ | | | * 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 mueller | 2012-02-07 | 1 | -7/+12 |
| | | | | | | 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.9 | christian mueller | 2012-02-06 | 1 | -3/+35 |
| | | | | source and sink are in the same domain... | ||||
* | * worked in feedback from Thomas Goering towards integration testsver-0.0.9 | christian mueller | 2012-02-06 | 3 | -8/+5 |
| | | | * corrected startup sequence and modified the testplugin so that the startup sequences match | ||||
* | * add an out of memory handler | christian mueller | 2012-02-02 | 2 | -20/+208 |
| | |||||
* | * implemented peeksinkclassIDs and peeksourceclassIDs | christian mueller | 2012-02-01 | 11 | -99/+181 |
| | | | | | | | * 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 mueller | 2012-01-31 | 13 | -390/+600 |
| | | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic | ||||
* | * regenerated EA code based on Conti Feedback. | christian mueller | 2012-01-27 | 9 | -53/+115 |
| | | | | | | * 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 |