Extend waypoints tests and limit reception by angle and distance

This commit is contained in:
Tim Schubert 2020-07-28 17:32:25 +02:00
parent 83c5bc3b2e
commit 3fb0969930
6 changed files with 181 additions and 16 deletions

View file

@ -14,7 +14,21 @@ public:
static TypeId GetTypeId (void);
LeoPropagationLossModel ();
virtual ~LeoPropagationLossModel ();
static double GetAngle (Ptr<MobilityModel> a, Ptr<MobilityModel> b);
private:
/**
* Cutoff distance for signal
*/
double m_cutoffDistance;
/**
* Cutoff angle for signal
*/
double m_cutoffAngle;
/**
* Returns the Rx Power taking into account only the particular
* PropagationLossModel.