summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/sockethandler/sockethandlerTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-365/+0
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * [GT-1835] Resolve issues identified by code screening process: added ↵christian mueller2012-02-201-4/+22
| | | | missing headers, added text version of LGPL v2.1
* * implemented peeksinkclassIDs and peeksourceclassIDschristian mueller2012-02-011-0/+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-311-3/+0
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-271-8/+23
| | | | | | * 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-241-198/+179
| | | * added used xml to the project
* * fixed sockethandler timespec issueschristian mueller2011-12-301-0/+1
|
* *added versioning support automatically out of gitchristian mueller2011-12-301-0/+5
| | | | | | *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-291-12/+68
| | | | | | | * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests
* * finally, first socket test workchristian mueller2011-12-231-112/+157
|
* * rework of buildsystemchristian mueller2011-12-231-4/+4
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* * first version of SocketHandler working with DBuschristian mueller2011-12-211-19/+19
| | | * currently Sockethandler test not working
* * first version of the sockethandler with testchristian mueller2011-12-201-0/+244