src/devices/wifi/propagation-loss-model.h
changeset 2940 8fb456039670
parent 2677 28dfd0c7510d
child 3388 0258bd0793ab
equal deleted inserted replaced
2939:3cff8627a284 2940:8fb456039670
    34  * and, a mobility model for the source and destination positions.
    34  * and, a mobility model for the source and destination positions.
    35  */
    35  */
    36 class PropagationLossModel : public Object
    36 class PropagationLossModel : public Object
    37 {
    37 {
    38 public:
    38 public:
       
    39   static TypeId GetTypeId (void);
       
    40 
    39   virtual ~PropagationLossModel ();
    41   virtual ~PropagationLossModel ();
    40   /**
    42   /**
    41    * \param a the mobility model of the source
    43    * \param a the mobility model of the source
    42    * \param b the mobility model of the destination
    44    * \param b the mobility model of the destination
    43    * \returns the attenuation coefficient (dB)
    45    * \returns the attenuation coefficient (dB)