Helper structure for managing transmission queue elements. More...
Inheritance diagram for ns3::LrWpanMac::TxQueueElement:
Collaboration diagram for ns3::LrWpanMac::TxQueueElement:Public Attributes | |
| uint8_t | txQMsduHandle |
| MSDU Handle. More... | |
| Ptr< Packet > | txQPkt |
| Queued packet. More... | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::SimpleRefCount< TxQueueElement > | |
| SimpleRefCount () | |
| Default constructor. More... | |
| SimpleRefCount (const SimpleRefCount &o[[maybe_unused]]) | |
| Copy constructor. More... | |
| uint32_t | GetReferenceCount () const |
| Get the reference count of the object. More... | |
| SimpleRefCount & | operator= (const SimpleRefCount &o[[maybe_unused]]) |
| Assignment operator. More... | |
| void | Ref () const |
| Increment the reference count. More... | |
| void | Unref () const |
| Decrement the reference count. More... | |
Helper structure for managing transmission queue elements.
Definition at line 742 of file lr-wpan-mac.h.
| uint8_t ns3::LrWpanMac::TxQueueElement::txQMsduHandle |
MSDU Handle.
Definition at line 744 of file lr-wpan-mac.h.
Queued packet.
Definition at line 745 of file lr-wpan-mac.h.