#ifndef __sdist_h__ #define __sdist_h__ #include #include #include class SimpleDistance : public Propagation { public: SimpleDistance(); virtual double Pr(PacketStamp *t, PacketStamp *r, WirelessPhy *ifp); }; #endif /* __sdist_h__ */