* fixing CAmSerializer.h - smaller changes and copy past stuff
authorchristian mueller <christian.ei.mueller@bmw.de>
Mon, 5 Mar 2012 12:55:09 +0000 (13:55 +0100)
committerchristian mueller <christian.ei.mueller@bmw.de>
Mon, 5 Mar 2012 12:55:09 +0000 (13:55 +0100)
commit1b85f2410d1d644ff00284e78b1eeff6cfad2fc4
tree2031d9cd7356aee5599fdb4cdc8c79df209b36b8
parent71a2207933a73da2708a483b78feb511bec35abd
* fixing CAmSerializer.h - smaller changes and copy past stuff
* adding new class in Controler plugin to use CAmSerializer to build up a shadow
* added test to test the new class (unfinished)
13 files changed:
PluginControlInterface/CMakeLists.txt
PluginControlInterface/include/IAmControlReceiverShadow.h [new file with mode: 0644]
PluginControlInterface/src/IAmControlReceiverShadow.cpp [new file with mode: 0644]
PluginControlInterface/test/CAmControlReceiverShadowTest.cpp [new file with mode: 0644]
PluginControlInterface/test/CAmControlReceiverShadowTest.h [new file with mode: 0644]
PluginControlInterface/test/CMakeLists.txt [new file with mode: 0644]
PluginControlInterface/test/MockIAmControlReceive.h [new file with mode: 0644]
PluginRoutingInterfaceAsync/include/IAmRoutingReceiverShadow.h
PluginRoutingInterfaceAsync/src/IAmRoutingReceiverShadow.cpp
PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.cpp
PluginRoutingInterfaceAsync/test/CAmRoutingReceiverAsync.h
PluginRoutingInterfaceAsync/test/CMakeLists.txt
include/shared/CAmSerializer.h