|
|
| 55 |
static TypeId GetTypeId (void); |
55 |
static TypeId GetTypeId (void); |
| 56 |
|
56 |
|
| 57 |
/** |
57 |
/** |
| 58 |
* Set the single-frequency propagation loss model to be used |
58 |
* Add the single-frequency propagation loss model to be used |
| 59 |
* \warning only models that do not depend on the TX power should be used. |
59 |
* \warning only models that do not depend on the TX power should be used. |
| 60 |
* |
60 |
* |
| 61 |
* \param loss a pointer to the propagation loss model to be used. |
61 |
* \param loss a pointer to the propagation loss model to be used. |
|
|
| 63 |
virtual void AddPropagationLossModel (Ptr<PropagationLossModel> loss) = 0; |
63 |
virtual void AddPropagationLossModel (Ptr<PropagationLossModel> loss) = 0; |
| 64 |
|
64 |
|
| 65 |
/** |
65 |
/** |
| 66 |
* Set the frequency-dependent propagation loss model to be used |
66 |
* Add the frequency-dependent propagation loss model to be used |
| 67 |
* \param loss a pointer to the propagation loss model to be used. |
67 |
* \param loss a pointer to the propagation loss model to be used. |
| 68 |
*/ |
68 |
*/ |
| 69 |
virtual void AddSpectrumPropagationLossModel (Ptr<SpectrumPropagationLossModel> loss) = 0; |
69 |
virtual void AddSpectrumPropagationLossModel (Ptr<SpectrumPropagationLossModel> loss) = 0; |
| 70 |
|
70 |
|
| 71 |
/** |
71 |
/** |
| 72 |
* Set the propagation delay model to be used |
72 |
* Set the propagation delay model to be used |
| 73 |
* \param delay Ptr to the propagation delay model to be used. |
73 |
* \param delay Ptr to the propagation delay model to be used. |
| 74 |
*/ |
74 |
*/ |
| 75 |
virtual void SetPropagationDelayModel (Ptr<PropagationDelayModel> delay) = 0; |
75 |
virtual void SetPropagationDelayModel (Ptr<PropagationDelayModel> delay) = 0; |