equal
deleted
inserted
replaced
37 /** |
37 /** |
38 * \brief A 802.11 Channel |
38 * \brief A 802.11 Channel |
39 * |
39 * |
40 * This channel subclass can be used to connect together a set of |
40 * This channel subclass can be used to connect together a set of |
41 * ns3::WifiNetDevice network interfaces. A WifiChannel contains |
41 * ns3::WifiNetDevice network interfaces. A WifiChannel contains |
42 * a PropagationLossModel and a PropagationDelayModel which can |
42 * a ns3::PropagationLossModel and a ns3::PropagationDelayModel which can |
43 * be overriden by the WifiChannel::SetPropagationLossModel |
43 * be overriden by the WifiChannel::SetPropagationLossModel |
44 * and the WifiChannel::SetPropagationDelayModel methods. By default, |
44 * and the WifiChannel::SetPropagationDelayModel methods. By default, |
45 * The PropagationDelayModel is a ns3::ConstantSpeedPropagationModel, |
45 * no propagation models are set. |
46 * and the PropagationLossModel is a ns3::PathLossPropagationModel. |
|
47 */ |
46 */ |
48 class WifiChannel : public Channel |
47 class WifiChannel : public Channel |
49 { |
48 { |
50 public: |
49 public: |
51 static TypeId GetTypdId (void); |
50 static TypeId GetTypdId (void); |