ADD: added path to get Tracklist from entity

This commit is contained in:
hwinkel
2023-11-10 13:26:12 +01:00
parent 09a72a0ac1
commit 50d29e943d
8 changed files with 50 additions and 38 deletions

View File

@@ -82,7 +82,7 @@ class SimControl{
std::shared_ptr<DirectCommunication::DirectCommunicationClient> TCPClient_ = nullptr;
std::shared_ptr<DirectCommunication::DirectCommunicationServer> ExternalTCPServer_ = nullptr;
void getTrackListForEntity(std::string id, nlohmann::json &j);
std::thread WebsocketThreadThread_;
std::atomic<bool> stopWebsocketThreadThread_ = false;