equal
deleted
inserted
replaced
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 */ |