ADD: added prototype of sensormanager
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
// SimCore::Identifier OwnID, SimCore::Identifier ParentID, SimCore::SensorKinds SensorKind,std::uint32_t GroundTruthPort, std::uint32_t ParentPort,std::string ParentIPAddress
|
||||
class Ship : public Entities::Entity
|
||||
{
|
||||
|
||||
public:
|
||||
Ship(SimCore::Identifier OwnID,
|
||||
std::string EntityName,
|
||||
@@ -23,7 +24,7 @@ class Ship : public Entities::Entity
|
||||
std::uint32_t GroundTruthPort,
|
||||
ushort CommandPort
|
||||
):
|
||||
Entity( OwnID,EntityName,ownType, 10000, EntityKind,SimCore::Side::EntitySide::FRIEND, "127.0.0.1",GroundTruthPort, CommandPort,false)
|
||||
Entity( OwnID,EntityName,ownType, 10000, EntityKind,SimCore::Side::EntitySide::FRIEND, "127.0.0.1",GroundTruthPort, CommandPort, 5557,false)
|
||||
{
|
||||
SimCore::Position pos1;
|
||||
pos1.setGeodesicPos(55, 6, 0);
|
||||
|
||||
Reference in New Issue
Block a user