GenericCommunicator: now using ThreadBase as receive thread
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 26 Nov 2012 10:55:43 +0000 (02:55 -0800)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Wed, 9 Jan 2013 13:34:03 +0000 (05:34 -0800)
commit4b91f54c4454396211a99928cf637a03962878cc
treed7a68022bb052d44ef0c013af10bf55edd487c14
parent6f22ee95ee62a5b260cd75d0e67bebad368a0262
GenericCommunicator: now using ThreadBase as receive thread

GenericCommunicator now uses an internal thread to receive incoming
messages. It is not running in main thread anymore.

This allows having multiple Communicators at once.

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
LayerManagerPlugins/Communicators/GenericCommunicator/include/GenericCommunicator.h
LayerManagerPlugins/Communicators/GenericCommunicator/src/GenericCommunicator.cpp
LayerManagerService/src/main.cpp