src/mobility/static-speed-mobility-model.h
changeset 2251 04963d8cca51
parent 2250 18f432098389
child 2399 fd9d94d518d2
equal deleted inserted replaced
2250:18f432098389 2251:04963d8cca51
    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 ();