ADD: added new default ship for development
This commit is contained in:
Submodule libs/KubeControl updated: a413b412df...e38214f4d0
Submodule libs/OrderLibrary updated: 107fcccbf6...650028c84a
@@ -470,7 +470,7 @@ namespace SimControl {
|
||||
|
||||
LOG_S(INFO)<<"PODS Info: " <<info.Component;
|
||||
DirectCommunication::DirectCommunicationClient client(std::stoi(CommandPort_),info.IP,ID_.getUUID());
|
||||
Orders::TracklistRequest TrackListRequest(ID_,SimCore::Identifier(id));
|
||||
Orders::TracklistRequest TrackListRequest(ID_,SimCore::Identifier(id),true);
|
||||
// SimCore::Control control(this->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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user