ADD: added path to get Tracklist from entity
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user