|
A Discrete-Event Network Simulator
|
API
|
Go to the documentation of this file.
23 #include "ns3/wifi-tx-vector.h"
25 #define Min(a,b) ((a < b) ? a : b)
52 .SetGroupName (
"Wifi")
54 .AddAttribute (
"ProbeThreshold",
55 "The number of consecutive transmissions failure to activate the RTS probe.",
58 MakeUintegerChecker<uint32_t> ())
59 .AddAttribute (
"FailureThreshold",
60 "The number of consecutive transmissions failure to decrease the rate.",
63 MakeUintegerChecker<uint32_t> ())
64 .AddAttribute (
"SuccessThreshold",
65 "The minimum number of successful transmissions to try a new rate.",
68 MakeUintegerChecker<uint32_t> ())
69 .AddAttribute (
"Timeout",
70 "The 'timer' in the CARA algorithm",
73 MakeUintegerChecker<uint32_t> ())
74 .AddTraceSource (
"Rate",
75 "Traced value for rate changes (b/s)",
77 "ns3::TracedValueCallback::Uint64")
100 NS_FATAL_ERROR (
"WifiRemoteStationManager selected does not support HT rates");
104 NS_FATAL_ERROR (
"WifiRemoteStationManager selected does not support VHT rates");
108 NS_FATAL_ERROR (
"WifiRemoteStationManager selected does not support HE rates");
159 double ctsSnr,
WifiMode ctsMode,
double rtsSnr)
166 double dataSnr, uint16_t dataChannelWidth, uint8_t dataNss)
168 NS_LOG_FUNCTION (
this << st << ackSnr << ackMode << dataSnr << dataChannelWidth << +dataNss);
205 if (channelWidth > 20 && channelWidth != 22)
226 if (channelWidth > 20 && channelWidth != 22)
246 uint32_t size,
bool normally)
a unique identifier for an interface.
uint8_t GetDefaultTxPowerLevel(void) const
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
void DoReportRtsOk(WifiRemoteStation *station, double ctsSnr, WifiMode ctsMode, double rtsSnr) override
This method is a pure virtual method that must be implemented by the sub-class.
bool GetUseNonErpProtection(void) const
Return whether the device supports protection of non-ERP stations.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
void DoReportFinalDataFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class.
WifiMode GetSupported(const WifiRemoteStation *station, uint8_t i) const
Return whether mode associated with the specified station at the specified index.
void DoReportRxOk(WifiRemoteStation *station, double rxSnr, WifiMode txMode) override
This method is a pure virtual method that must be implemented by the sub-class.
WifiModulationClass GetModulationClass() const
hold a list of per-remote-station state.
TracedValue< uint64_t > m_currentRate
Trace rate changes.
static TypeId GetTypeId(void)
Get the type ID.
bool GetHtSupported(void) const
Return whether the device has HT capability support enabled.
bool GetVhtSupported(void) const
Return whether the device has VHT capability support enabled.
uint8_t GetNSupported(const WifiRemoteStation *station) const
Return the number of modes supported by the given station.
This class mimics the TXVECTOR which is to be passed to the PHY in order to define the parameters whi...
uint32_t m_failed
failed count
void DoReportDataFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class.
TypeId SetParent(TypeId tid)
Set the parent TypeId.
bool GetShortPreambleEnabled(void) const
Return whether the device uses short PHY preambles.
uint32_t m_successThreshold
success threshold
uint8_t m_rate
rate in bps
Ptr< const TraceSourceAccessor > MakeTraceSourceAccessor(T a)
Create a TraceSourceAccessor which will control access to the underlying trace source.
WifiTxVector DoGetDataTxVector(WifiRemoteStation *station) override
WifiRemoteStation * DoCreateStation(void) const override
virtual ~CaraWifiManager()
#define NS_FATAL_ERROR(msg)
Report a fatal error with a message and terminate.
represent a single transmission mode
bool DoNeedRts(WifiRemoteStation *station, uint32_t size, bool normally) override
implement the CARA rate control algorithm
uint32_t m_probeThreshold
probe threshold
void DoReportDataOk(WifiRemoteStation *station, double ackSnr, WifiMode ackMode, double dataSnr, uint16_t dataChannelWidth, uint8_t dataNss) override
This method is a pure virtual method that must be implemented by the sub-class.
uint32_t m_timerTimeout
timer threshold
WifiPreamble GetPreambleForTransmission(WifiModulationClass modulation, bool useShortPreamble)
Return the preamble to be used for the transmission.
hold per-remote-station state.
bool GetAggregation(const WifiRemoteStation *station) const
Return whether the given station supports A-MPDU.
void DoInitialize(void) override
Initialize() implementation.
#define NS_LOG_DEBUG(msg)
Use NS_LOG to output a message of level LOG_DEBUG.
WifiMode GetNonErpSupported(const WifiRemoteStation *station, uint8_t i) const
Return whether non-ERP mode associated with the specified station at the specified index.
hold per-remote-station state for CARA Wifi manager.
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by ",...
uint32_t m_failureThreshold
failure threshold
Hold an unsigned integer type.
uint32_t m_timer
timer count
WifiTxVector DoGetRtsTxVector(WifiRemoteStation *station) override
uint16_t GetChannelWidth(const WifiRemoteStation *station) const
Return the channel width supported by the station.
uint64_t GetDataRate(uint16_t channelWidth, uint16_t guardInterval, uint8_t nss) const
Ptr< const AttributeAccessor > MakeUintegerAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method.
void DoReportFinalRtsFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class.
void DoReportRtsFailed(WifiRemoteStation *station) override
This method is a pure virtual method that must be implemented by the sub-class.
bool GetHeSupported(void) const
Return whether the device has HE capability support enabled.
uint32_t m_success
success count