CHG: changed scope of some variables

This commit is contained in:
hwinkel
2023-06-07 22:45:24 +02:00
parent 10f92fb966
commit f02dd84f4e
3 changed files with 8 additions and 8 deletions

View File

@@ -70,11 +70,9 @@ namespace Entities {
std::unique_ptr<Entities::Movement> Movement_ = nullptr;
private:
protected:
std::string EntityName_;
SimCore::GroundTruthTrack ownTrack_;
SimCore::Identifier ParentID_;
SimCore::EntityKind EntityKind_;
@@ -82,6 +80,11 @@ namespace Entities {
std::uint32_t CommandPort_;
std::string CommandIPAddress_;
private:
std::vector<std::thread> threads;