FIX: fixed bugs from changing simcore
This commit is contained in:
@@ -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_;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -83,7 +83,7 @@ namespace TrackList {
|
||||
///range in meters
|
||||
double range_;
|
||||
//environment (AIR,SURFACE,SUBSURFACE,SPACE)
|
||||
SimCore::EntityKind environemnt_;
|
||||
SimCore::Kind::EntityKind kind_;
|
||||
|
||||
std::chrono::time_point<std::chrono::steady_clock> lastUpdateTimestamp_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user