summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/DLTWrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-214/+0
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * fix compile error in DLTWrapper.cppFrank Herchet2012-02-291-0/+2
|
* * [GAM-11] remove dependency from DLT in DLTWrapper if WITH_DLT is undefinedFrank Herchet2012-02-281-4/+64
| | | | * [GAM-11] add some structs and enums to be compatible to DLT-interface
* * [GAM-11] make project compilable without DLTFrank Herchet2012-02-241-0/+30
|
* * wrapping DLT calls in a new Class because of performance, codesize and ↵christian mueller2012-01-311-0/+122
lazyness reasons * the whole project now compiles without a warning with -pedantic