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