src/devices/wifi/wifi-channel.cc
changeset 2602 d9262bff6df2
parent 2549 fe90cf0b2c63
child 2677 28dfd0c7510d
equal deleted inserted replaced
2601:4297e8c61615 2602:d9262bff6df2
    32 namespace ns3 {
    32 namespace ns3 {
    33 
    33 
    34 TypeId 
    34 TypeId 
    35 WifiChannel::GetTypdId (void)
    35 WifiChannel::GetTypdId (void)
    36 {
    36 {
    37   static TypeId tid = TypeId ("WifiChannel")
    37   static TypeId tid = TypeId ("ns3::WifiChannel")
    38     .SetParent<WifiChannel> ()
    38     .SetParent<WifiChannel> ()
    39     .AddConstructor<WifiChannel> ()
    39     .AddConstructor<WifiChannel> ()
    40     .AddAttribute ("PropagationLossModel", "XXX",
    40     .AddAttribute ("PropagationLossModel", "XXX",
    41                    Ptr<PropagationLossModel> (0),
    41                    Ptr<PropagationLossModel> (0),
    42                    MakePtrAccessor (&WifiChannel::m_loss),
    42                    MakePtrAccessor (&WifiChannel::m_loss),