equal
deleted
inserted
replaced
33 * explicitely to a new value. |
33 * explicitely to a new value. |
34 */ |
34 */ |
35 class StaticSpeedMobilityModel : public MobilityModel |
35 class StaticSpeedMobilityModel : public MobilityModel |
36 { |
36 { |
37 public: |
37 public: |
38 static TypeId iid (void); |
38 static TypeId GetTypeId (void); |
39 /** |
39 /** |
40 * Create position located at coordinates (0,0,0) with |
40 * Create position located at coordinates (0,0,0) with |
41 * speed (0,0,0). |
41 * speed (0,0,0). |
42 */ |
42 */ |
43 StaticSpeedMobilityModel (); |
43 StaticSpeedMobilityModel (); |