Skip to content
Snippets Groups Projects
Commit 56c2752c authored by Franz Bethke's avatar Franz Bethke
Browse files

WIP mainNode

parent ff4d2662
No related merge requests found
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#include "NotifiableThread.h" #include "NotifiableThread.h"
#include "NetworkingLib/Networking.h" #include "NetworkingLib/Networking.h"
// #include "PlatoonProtocolLib/Vehicle.h"
#include "C2CBase.h" #include "PlatoonProtocolLib/VehicleFacade.h"
#include "PC2CarLib/CommandReceiver.h" #include "PC2CarLib/CommandReceiver.h"
#include "PlatoonController.h" #include "PlatoonController.h"
...@@ -34,7 +34,8 @@ private: ...@@ -34,7 +34,8 @@ private:
// OLD needs to be removed after test! networking::Networking c2cNet; // thread + event queue // OLD needs to be removed after test! networking::Networking c2cNet; // thread + event queue
// OLD needs to be removed after test! platoonProtocol::Vehicle::Ptr c2c; // OLD needs to be removed after test! platoonProtocol::Vehicle::Ptr c2c;
C2CBase c2c; platoonProtocol::
networking::Networking pcNet; // thread + event queue networking::Networking pcNet; // thread + event queue
pc2car::CommandReceiver::Ptr pc; pc2car::CommandReceiver::Ptr pc;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment