implemented json messages and ability to add VehicleEndpoints by the user interface
Showing
- NetworkingLib/include/DatagramReceiver.h 2 additions, 2 deletionsNetworkingLib/include/DatagramReceiver.h
- NetworkingLib/include/DatagramSender.h 2 additions, 2 deletionsNetworkingLib/include/DatagramSender.h
- NetworkingLib/include/Message.h 26 additions, 28 deletionsNetworkingLib/include/Message.h
- NetworkingLib/include/ServiceClient.h 10 additions, 9 deletionsNetworkingLib/include/ServiceClient.h
- NetworkingLib/include/ServiceServer.h 5 additions, 4 deletionsNetworkingLib/include/ServiceServer.h
- NetworkingLib/include/Socket.h 7 additions, 7 deletionsNetworkingLib/include/Socket.h
- NetworkingLib/test/Main.cpp 2 additions, 0 deletionsNetworkingLib/test/Main.cpp
- NetworkingLib/test/PlatoonMessage.h 4 additions, 6 deletionsNetworkingLib/test/PlatoonMessage.h
- NetworkingLib/test/Test.cpp 70 additions, 51 deletionsNetworkingLib/test/Test.cpp
- NetworkingLib/test/Test.h 35 additions, 0 deletionsNetworkingLib/test/Test.h
- Protocol/CMakeLists.txt 1 addition, 1 deletionProtocol/CMakeLists.txt
- Protocol/include/FollowerVehicle.h 5 additions, 5 deletionsProtocol/include/FollowerVehicle.h
- Protocol/include/LeaderVehicle.h 5 additions, 4 deletionsProtocol/include/LeaderVehicle.h
- Protocol/include/PlatoonMessage.h 60 additions, 109 deletionsProtocol/include/PlatoonMessage.h
- Protocol/include/Protocol.h 1 addition, 1 deletionProtocol/include/Protocol.h
- Protocol/include/Vehicle.h 16 additions, 9 deletionsProtocol/include/Vehicle.h
- Protocol/include/VehicleEndpoint.h 15 additions, 6 deletionsProtocol/include/VehicleEndpoint.h
- Protocol/src/FollowerVehicle.cpp 31 additions, 31 deletionsProtocol/src/FollowerVehicle.cpp
- Protocol/src/LeaderVehicle.cpp 29 additions, 30 deletionsProtocol/src/LeaderVehicle.cpp
- Protocol/src/Vehicle.cpp 44 additions, 35 deletionsProtocol/src/Vehicle.cpp
Please register or sign in to comment