A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
aarf-wifi-manager.cc File Reference
#include "aarf-wifi-manager.h"
#include "ns3/log.h"
#include "ns3/wifi-tx-vector.h"
Include dependency graph for aarf-wifi-manager.cc:

Go to the source code of this file.

Classes

struct  ns3::AarfWifiRemoteStation
 hold per-remote-station state for AARF Wifi manager. More...

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.

Macros

#define Max(a, b)
#define Min(a, b)

Macro Definition Documentation

◆ Max

#define Max ( a,
b )
Value:
((a > b) ? a : b)

Definition at line 15 of file aarf-wifi-manager.cc.

Referenced by ns3::InterferenceHelper::CalculatePhyHeaderSectionPsr(), ns3::int64x64::test::Int64x64DoubleTestCase::Check(), ns3::int64x64::test::Int64x64HiLoTestCase::Check(), ns3::int64x64::test::Int64x64InputTestCase::Check(), EmlsrUlTxopTest::CheckBlockAck(), EmlsrDlTxopTest::CheckInitialControlFrame(), ns3::WifiCoTraceHelper::ComputeOverlappingDuration(), ns3::TcpSocketBase::DoPeerClose(), ns3::AarfcdWifiManager::DoReportDataFailed(), ns3::AarfWifiManager::DoReportDataFailed(), ns3::ChannelAccessManager::DoRestartAccessTimeoutIfNeeded(), ns3::HePhy::DoStartReceivePayload(), ns3::TcpSocketBase::EstimateRtt(), ns3::WifiPhyStateHelper::GetDelayUntilIdle(), ns3::lorawan::EndDeviceLorawanMac::GetNextTransmissionDelay(), ns3::lorawan::LogicalLoraChannelHelper::GetWaitTime(), ns3::DefaultPowerSaveManager::GoToSleepIfPossible(), ns3::TcpSocketBase::LastAckTimeout(), ns3::TcpSocketBase::NewAck(), ns3::MinstrelHtWifiManager::PrintTable(), ns3::TcpSocketBase::SendEmptyPacket(), ns3::TcpSocketSmallAcks::SendEmptyPacket(), ns3::HeFrameExchangeManager::SendMultiStaBlockAck(), ns3::FrameExchangeManager::SetTxNav(), ns3::AdvancedEmlsrManager::SwitchMainPhyBackDelayExpired(), ns3::AdvancedEmlsrManager::SwitchMainPhyIfTxopGainedByAuxPhy(), ns3::AdvancedEmlsrManager::SwitchMainPhyIfTxopToBeGainedByAuxPhy(), ns3::RrMultiUserScheduler::TrySendingBasicTf(), ns3::RrMultiUserScheduler::TrySendingBsrpTf(), and TcpTimeRtoTest::Tx().

◆ Min