CHG: changed Sensor OwnID_ from private to protected
This commit is contained in:
@@ -38,10 +38,10 @@ namespace Entities {
|
|||||||
virtual void specificReloadCharacteristicts() = 0;
|
virtual void specificReloadCharacteristicts() = 0;
|
||||||
|
|
||||||
std::shared_ptr<SimCore::Position> ownShipPosition_ = nullptr;
|
std::shared_ptr<SimCore::Position> ownShipPosition_ = nullptr;
|
||||||
|
SimCore::Identifier OwnID_;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
SimCore::Identifier OwnID_;
|
|
||||||
SimCore::Identifier ParentID_;
|
SimCore::Identifier ParentID_;
|
||||||
SimCore::SensorKinds SensorKind_;
|
SimCore::SensorKinds SensorKind_;
|
||||||
std::uint32_t GroundTruthPort_;
|
std::uint32_t GroundTruthPort_;
|
||||||
|
|||||||
Reference in New Issue
Block a user