CHG: changed Sensor OwnID_ from private to protected

This commit is contained in:
Henry Winkel
2023-03-31 13:22:31 +02:00
parent 0d4927f71a
commit 69584c5a25

View File

@@ -38,10 +38,10 @@ namespace Entities {
virtual void specificReloadCharacteristicts() = 0;
std::shared_ptr<SimCore::Position> ownShipPosition_ = nullptr;
SimCore::Identifier OwnID_;
private:
SimCore::Identifier OwnID_;
SimCore::Identifier ParentID_;
SimCore::SensorKinds SensorKind_;
std::uint32_t GroundTruthPort_;