equal
deleted
inserted
replaced
50 }; |
50 }; |
51 |
51 |
52 class RandomWaypointMobilityModel : public MobilityModel |
52 class RandomWaypointMobilityModel : public MobilityModel |
53 { |
53 { |
54 public: |
54 public: |
|
55 static const ClassId cid; |
|
56 |
55 RandomWaypointMobilityModel (); |
57 RandomWaypointMobilityModel (); |
56 RandomWaypointMobilityModel (Ptr<RandomWaypointMobilityModelParameters> parameters); |
58 RandomWaypointMobilityModel (Ptr<RandomWaypointMobilityModelParameters> parameters); |
57 private: |
59 private: |
58 void Start (void); |
60 void Start (void); |
59 virtual Position DoGet (void) const; |
61 virtual Position DoGet (void) const; |