AggregateObject(Ptr< Object > other) | ns3::Object | |
AssignStreams(int64_t stream) | ns3::Txop | |
ChannelAccessManager class | ns3::Txop | friend |
ChannelAccessStatus enum name | ns3::Txop | |
Check(void) const | ns3::Object | private |
CheckLoose(void) const | ns3::Object | private |
Construct(const AttributeConstructionList &attributes) | ns3::Object | private |
ConstructSelf(const AttributeConstructionList &attributes) | ns3::ObjectBase | protected |
Dispose(void) | ns3::Object | |
DoDelete(void) | ns3::Object | private |
DoDispose(void) override | ns3::Txop | protectedvirtual |
DoGetObject(TypeId tid) const | ns3::Object | private |
DoInitialize(void) override | ns3::Txop | protectedvirtual |
DoSet(Ptr< const AttributeAccessor > spec, Ptr< const AttributeChecker > checker, const AttributeValue &value) | ns3::ObjectBase | private |
DroppedMpdu typedef | ns3::Txop | |
GenerateBackoff(void) | ns3::Txop | protectedvirtual |
GetAccessStatus(void) const | ns3::Txop | virtual |
GetAggregateIterator(void) const | ns3::Object | |
GetAifsn(void) const | ns3::Txop | virtual |
GetAttribute(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetAttributeFailSafe(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetBackoffSlots(void) const | ns3::Txop | protected |
GetBackoffStart(void) const | ns3::Txop | protected |
GetCw(void) const | ns3::Txop | protected |
GetInstanceTypeId(void) const | ns3::Object | virtual |
GetMaxCw(void) const | ns3::Txop | virtual |
GetMinCw(void) const | ns3::Txop | virtual |
GetObject(void) const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | |
GetObject() const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | inline |
GetObjectIid(void) | ns3::ObjectBase | related |
GetReferenceCount(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
GetTxopLimit(void) const | ns3::Txop | |
GetTypeId(void) | ns3::Txop | static |
GetWifiMacQueue() const | ns3::Txop | |
GRANTED enum value | ns3::Txop | |
HasFramesToTransmit(void) | ns3::Txop | protectedvirtual |
Initialize(void) | ns3::Object | |
IsInitialized(void) const | ns3::Object | |
IsQosTxop() const | ns3::Txop | virtual |
m_access | ns3::Txop | protected |
m_aggregates | ns3::Object | private |
m_aifsn | ns3::Txop | protected |
m_backoff | ns3::Txop | protected |
m_backoffSlots | ns3::Txop | protected |
m_backoffStart | ns3::Txop | protected |
m_backoffTrace | ns3::Txop | protected |
m_channelAccessManager | ns3::Txop | protected |
m_count | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | mutableprivate |
m_cw | ns3::Txop | protected |
m_cwMax | ns3::Txop | protected |
m_cwMin | ns3::Txop | protected |
m_cwTrace | ns3::Txop | protected |
m_disposed | ns3::Object | private |
m_droppedMpduCallback | ns3::Txop | protected |
m_getObjectCount | ns3::Object | private |
m_initialized | ns3::Object | private |
m_mac | ns3::Txop | protected |
m_queue | ns3::Txop | protected |
m_rng | ns3::Txop | protected |
m_tid | ns3::Object | private |
m_txMiddle | ns3::Txop | protected |
m_txopLimit | ns3::Txop | protected |
NOT_REQUESTED enum value | ns3::Txop | |
NotifyAccessRequested(void) | ns3::Txop | protectedvirtual |
NotifyChannelAccessed(Time txopDuration=Seconds(0)) | ns3::Txop | virtual |
NotifyChannelReleased(void) | ns3::Txop | virtual |
NotifyConstructionCompleted(void) | ns3::ObjectBase | protectedvirtual |
NotifyNewAggregate(void) | ns3::Object | protectedvirtual |
NotifyOff(void) | ns3::Txop | virtual |
NotifyOn(void) | ns3::Txop | virtual |
NotifySleep(void) | ns3::Txop | virtual |
NotifyWakeUp(void) | ns3::Txop | virtual |
Object() | ns3::Object | |
Object(const Object &o) | ns3::Object | protected |
operator=([[maybe_unused]] const SimpleRefCount &o) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
Queue(Ptr< Packet > packet, const WifiMacHeader &hdr) | ns3::Txop | virtual |
Ref(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
RequestAccess(void) | ns3::Txop | protected |
REQUESTED enum value | ns3::Txop | |
ResetCw(void) | ns3::Txop | |
SetAifsn(uint8_t aifsn) | ns3::Txop | |
SetAttribute(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetAttributeFailSafe(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetChannelAccessManager(const Ptr< ChannelAccessManager > manager) | ns3::Txop | |
SetDroppedMpduCallback(DroppedMpdu callback) | ns3::Txop | virtual |
SetMaxCw(uint32_t maxCw) | ns3::Txop | |
SetMinCw(uint32_t minCw) | ns3::Txop | |
SetTxMiddle(const Ptr< MacTxMiddle > txMiddle) | ns3::Txop | |
SetTxopLimit(Time txopLimit) | ns3::Txop | |
SetTypeId(TypeId tid) | ns3::Object | private |
SetWifiMac(const Ptr< WifiMac > mac) | ns3::Txop | virtual |
SimpleRefCount() | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
SimpleRefCount(const SimpleRefCount &o[[maybe_unused]]) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
StartAccessIfNeeded(void) | ns3::Txop | protectedvirtual |
StartBackoffNow(uint32_t nSlots) | ns3::Txop | |
TraceConnect(std::string name, std::string context, const CallbackBase &cb) | ns3::ObjectBase | |
TraceConnectWithoutContext(std::string name, const CallbackBase &cb) | ns3::ObjectBase | |
TraceDisconnect(std::string name, std::string context, const CallbackBase &cb) | ns3::ObjectBase | |
TraceDisconnectWithoutContext(std::string name, const CallbackBase &cb) | ns3::ObjectBase | |
Txop() | ns3::Txop | |
Txop(Ptr< WifiMacQueue > queue) | ns3::Txop | |
Unref(void) const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
UpdateBackoffSlotsNow(uint32_t nSlots, Time backoffUpdateBound) | ns3::Txop | protected |
UpdateFailedCw(void) | ns3::Txop | |
UpdateSortedArray(struct Aggregates *aggregates, uint32_t i) const | ns3::Object | private |
~Object() | ns3::Object | virtual |
~ObjectBase() | ns3::ObjectBase | virtual |
~Txop() | ns3::Txop | virtual |