FIX: fixed bugs from changing simcore

This commit is contained in:
Henry Winkel
2023-09-27 16:21:30 +02:00
parent 4d06ca48b4
commit 0a182bb8df
5 changed files with 27 additions and 10 deletions

View File

@@ -53,7 +53,9 @@ namespace Entities {
Entity(const SimCore::Identifier OwnID,
std::string EnttityName,
WHISPER::SourceType OwnType,
SimCore::EntityKind EntityKind,
SimCore::Kind::EntityKind EntityKind,
SimCore::Side::EntitySide EntitySide,
std::string GroundTruthAddr,
std::uint32_t GroundTruthPort,
ushort CommandPort,
bool online);
@@ -78,12 +80,16 @@ namespace Entities {
std::shared_ptr<SimCore::SimTrack> OwnShipTrack = nullptr;
std::string EntityName_;
SimCore::EntityKind EntityKind_;
SimCore::Kind::EntityKind EntityKind_;
SimCore::Side::EntitySide EntitySide_;
ushort MovemntWorkerPort_;
std::unique_ptr<kubecontrol::PodController> PodController_;
std::shared_ptr<WHISPER::InternalUDPSender> BroadcastServer_;