View | Details | Raw Unified | Return to bug 1023
Collapse All | Expand All

(-)a/src/helper/yans-wifi-helper.h (+5 lines)
 Lines 73-78    Link Here 
73
   * Add a propagation loss model to the set of currently-configured loss models.
73
   * Add a propagation loss model to the set of currently-configured loss models.
74
   * This method is additive to allow you to construct complex propagation loss models
74
   * This method is additive to allow you to construct complex propagation loss models
75
   * such as a log distance + jakes model, etc.
75
   * such as a log distance + jakes model, etc.
76
   *
77
   * The order in which PropagationLossModels are added may be significant. Some
78
   * propagation models are dependent of the "txPower" (eg. Nakagami model), and
79
   * are therefore not commutative. The final receive power (excluding receiver
80
   * gains) are calculated in the order the models are added.
76
   */
81
   */
77
  void AddPropagationLoss (std::string name,
82
  void AddPropagationLoss (std::string name,
78
			   std::string n0 = "", const AttributeValue &v0 = EmptyAttributeValue (),
83
			   std::string n0 = "", const AttributeValue &v0 = EmptyAttributeValue (),

Return to bug 1023