ADD: added json lib and made some changes in the entity class
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
#include <WHISPER/threadSafeQueue.hpp>
|
||||
#include <SimCore/Identifier.hpp>
|
||||
#include <SimCore/Position.hpp>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <memory>
|
||||
@@ -98,7 +100,7 @@ namespace Entities {
|
||||
void startMovementWorker();
|
||||
std::atomic<bool> MovementWorkerStarted = false;
|
||||
std::shared_ptr<DirectCommunication::DirectCommunicationServer> MovemtServer_ = nullptr;
|
||||
|
||||
void handleMovement();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user