From d6b18f560deaf149d532e985e760f1f32941a7b7 Mon Sep 17 00:00:00 2001 From: Henry Winkel Date: Mon, 11 Mar 2024 15:12:05 +0100 Subject: [PATCH] ADD: added new default ship for development --- libs/KubeControl | 2 +- libs/OrderLibrary | 2 +- src/SimControl/SimControl.cpp | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libs/KubeControl b/libs/KubeControl index a413b41..e38214f 160000 --- a/libs/KubeControl +++ b/libs/KubeControl @@ -1 +1 @@ -Subproject commit a413b412df277e5e8a9cf4e3109c48b6e9379255 +Subproject commit e38214f4d0a9e2a17ba34011324d6284dd6f5a80 diff --git a/libs/OrderLibrary b/libs/OrderLibrary index 107fccc..650028c 160000 --- a/libs/OrderLibrary +++ b/libs/OrderLibrary @@ -1 +1 @@ -Subproject commit 107fcccbf6afab00c6f69519e740f03e70a2e4f9 +Subproject commit 650028c84ad35d3f4bf2760a8e61c7b1d1e03efc diff --git a/src/SimControl/SimControl.cpp b/src/SimControl/SimControl.cpp index c0d5bed..b8f683d 100644 --- a/src/SimControl/SimControl.cpp +++ b/src/SimControl/SimControl.cpp @@ -470,7 +470,7 @@ namespace SimControl { LOG_S(INFO)<<"PODS Info: " <ID_,SimCore::ControlType::GET_TRACKLIST,"Tracklist"); client.sendMessage(TrackListRequest.buildMessage()); response = client.getLatestMessage(); @@ -575,6 +575,7 @@ namespace SimControl { // std::string uuid = xg::newGuid().str(); if (online_ != false) { startShip("hamburg"); + startNewShip("Test", "55.16131", "7.86004", "0", "0", "0"); startWebApp(); }