summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync/test
Commit message (Collapse)AuthorAgeFilesLines
* * Cmake scripts adopted for cross-compilationAleksandar Donchev2014-03-281-1/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fixed bug54Christian Linke2013-06-131-0/+1
| | | | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix asyncRoutingTest and NSM testChristian Linke2013-01-181-1/+0
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * changes that follow the review comments from Thomas G.Christian Linke2013-01-171-6/+6
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-174-136/+157
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * adding GoogleMock including GoogleTest into the projectchristian linke2012-10-042-5/+5
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * change global include for gest.h to local includechristian linke2012-10-041-1/+1
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-271-6/+12
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-80] fixed PluginRoutingInterfaceAsync test does not compile ↵christian mueller2012-06-251-4/+16
| | | | | without dlt installed (WITH_DLT=OFF) Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* *[GAM-71]: remove debug outputFrank Herchet2012-05-241-1/+0
| | | | | | Author: Frank Herchet <frank.fh.herchet@bmw.de> Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* *[GAM-71]: move connectNoMoreThreads testFrank Herchet2012-05-241-25/+26
| | | | | | | | *[GAM-71]: change timeout to 1.5s *[GAM-71]: fix connectAbortTooLate test * fix issue in CAmEnvironment::TearDown Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * [GAM-56] fixchristian mueller2012-04-031-1/+1
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-49] worked in comments to last patcheschristian mueller2012-03-291-8/+4
| | | | | | | | | | | * changed dlt threadsafeness * changes on timers in CAmSockethandler * adopted test of Sockethandler to changes * add versioning scheme to documentation * added forgotten #include <map> on CamDbusWrapper and CAmRoutingSenderAsync * adopted RoutingReceiverAsyncTests to new timers Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-46] improvements on CAmSockthandler.christian mueller2012-03-231-2/+3
| | | | | | * Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-063-3/+3
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * unfortunatly changed AUDIO_include_FOLDER back to AUDIO_INCLUDE_FOLDERchristian mueller2012-03-061-1/+1
|
* * updated license headerschristian mueller2012-03-054-57/+54
| | | * updated documentation
* * fixing CAmSerializer.h - smaller changes and copy past stuffchristian mueller2012-03-053-3/+1
| | | | * adding new class in Controler plugin to use CAmSerializer to build up a shadow * added test to test the new class (unfinished)
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-016-364/+163
| | | | | | * [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-295-157/+247
| | | | | | | | | | | 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-12] Change project types as discussed in the F2F: changed in all ↵christian mueller2012-02-211-15/+15
| | | | | tests, updated audiomanagertypes.h and projecttypes.h * change towards the versioning scheme of the audiomanager in CMakelists.txt
* * add an out of memory handlerchristian mueller2012-02-021-10/+10
|
* * implemented peeksinkclassIDs and peeksourceclassIDschristian mueller2012-02-011-3/+3
| | | | | | | * 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-315-15/+8
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-272-4/+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
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-243-395/+383
| | | * added used xml to the project
* * added package creation based on cpackchristian mueller2012-01-151-0/+8
| | | * updated .gitignore
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-121-0/+6
| | | | | | | | | | | | | | | | 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-304-24/+92
|
* *added versioning support automatically out of gitchristian mueller2011-12-303-38/+167
| | | | | | *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-294-0/+684
* added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests