src/devices/wifi/propagation-delay-model.h
changeset 2940 8fb456039670
parent 2549 fe90cf0b2c63
equal deleted inserted replaced
2939:3cff8627a284 2940:8fb456039670
    33  * \brief calculate a propagation delay.
    33  * \brief calculate a propagation delay.
    34  */
    34  */
    35 class PropagationDelayModel : public Object
    35 class PropagationDelayModel : public Object
    36 {
    36 {
    37 public:
    37 public:
       
    38   static TypeId GetTypeId (void);
    38   virtual ~PropagationDelayModel ();
    39   virtual ~PropagationDelayModel ();
    39   /**
    40   /**
    40    * \param a the source
    41    * \param a the source
    41    * \param b the destination
    42    * \param b the destination
    42    * \returns the calculated propagation delay
    43    * \returns the calculated propagation delay