src/wifi/model/error-rate-model.cc
changeset 11245 5c781d7e5a25
parent 10652 dc18deba4502
child 11450 9f4ae69f12b7
equal deleted inserted replaced
11244:2a117115b91f 11245:5c781d7e5a25
    25 
    25 
    26 TypeId ErrorRateModel::GetTypeId (void)
    26 TypeId ErrorRateModel::GetTypeId (void)
    27 {
    27 {
    28   static TypeId tid = TypeId ("ns3::ErrorRateModel")
    28   static TypeId tid = TypeId ("ns3::ErrorRateModel")
    29     .SetParent<Object> ()
    29     .SetParent<Object> ()
       
    30     .SetGroupName ("Wifi")
    30   ;
    31   ;
    31   return tid;
    32   return tid;
    32 }
    33 }
    33 
    34 
    34 double
    35 double