0
我是VEINS的新手,試圖在MyVeinsApp.cc中實現加權的p-persistence。在該公式中使用發送節點和接收之間的距離。我看到下面的2個函數。計算汽車節點之間的距離VEINS
virtual Coord& getSenderPos();
virtual const Coord& getSenderPos() const {return const_cast<WaveShortMessage*>(this)->getSenderPos();}
我應該使用這些方法之一來計算節點之間的距離嗎?
請告知最佳方法。