src/wifi/model/ideal-wifi-manager.h
changeset 10507 2081aa152526
parent 10424 9d29c9a5ddcb
child 11450 9f4ae69f12b7
equal deleted inserted replaced
10506:0029f20fe278 10507:2081aa152526
    88   /**
    88   /**
    89    * A vector of <snr, mode> pair that holds the minimum SNR for different mode
    89    * A vector of <snr, mode> pair that holds the minimum SNR for different mode
    90    */
    90    */
    91   typedef std::vector<std::pair<double,WifiMode> > Thresholds;
    91   typedef std::vector<std::pair<double,WifiMode> > Thresholds;
    92 
    92 
    93   double m_ber;
    93   double m_ber;  //!< The maximum Bit Error Rate acceptable at any transmission mode
    94   Thresholds m_thresholds;
    94   Thresholds m_thresholds;  //!< List of WifiMode and the minimum SNR pair
    95 };
    95 };
    96 
    96 
    97 } // namespace ns3
    97 } // namespace ns3
    98 
    98 
    99 #endif /* IDEAL_WIFI_MANAGER_H */
    99 #endif /* IDEAL_WIFI_MANAGER_H */