src/wifi/model/ideal-wifi-manager.h
changeset 10218 97da49da2d6c
parent 10139 17a71cd49da3
child 10424 9d29c9a5ddcb
equal deleted inserted replaced
10217:1eee1a24836d 10218:97da49da2d6c
    75 
    75 
    76   typedef std::vector<std::pair<double,WifiMode> > Thresholds;
    76   typedef std::vector<std::pair<double,WifiMode> > Thresholds;
    77 
    77 
    78   double m_ber;
    78   double m_ber;
    79   Thresholds m_thresholds;
    79   Thresholds m_thresholds;
    80   double m_minSnr;
       
    81   double m_maxSnr;
       
    82 };
    80 };
    83 
    81 
    84 } // namespace ns3
    82 } // namespace ns3
    85 
    83 
    86 #endif /* IDEAL_WIFI_MANAGER_H */
    84 #endif /* IDEAL_WIFI_MANAGER_H */