CHG: changed scope of some variables
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user