summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/include/CAmTelnetServer.h
Commit message (Collapse)AuthorAgeFilesLines
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-101-3/+3
| | | | | | | | Renamed CAmDatabaseHandler to CAmDatabaseHandlerSQLite and CAmMapHandler to CAmDatabaseHandlerMap. Changed std::map to std::unordered_map. Added to the cmake configuration a definition, which defines the capacity of the source and sink maps. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Added 'Dump' method to the database handler and to the telnet server (Info ↵Aleksander Donchev2013-07-101-1/+1
| | | | | | -> Dump). Unit tests for the database handler splited into separate file. Base log class added in order to support logging into a file. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * make Telnetserver work with maphandlerChristian Linke2013-06-261-3/+3
| | | | | | | | * small changes to get cmake script cleaner * clean up includes of main.cpp * make DatabaseMaphandler structs private Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-061-1/+0
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * updated license headerschristian mueller2012-03-051-55/+49
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-0/+105
* [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces