A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::lrwpan::LrWpanMac::TxQueueElement Struct Reference

Helper structure for managing transmission queue elements. More...

+ Inheritance diagram for ns3::lrwpan::LrWpanMac::TxQueueElement:
+ Collaboration diagram for ns3::lrwpan::LrWpanMac::TxQueueElement:

Public Attributes

uint8_t txQMsduHandle
 MSDU Handle.
 
Ptr< PackettxQPkt
 Queued packet.
 

Additional Inherited Members

- Public Member Functions inherited from ns3::SimpleRefCount< TxQueueElement >
 SimpleRefCount ()
 Default constructor.
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor.
 
uint32_t GetReferenceCount () const
 Get the reference count of the object.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Detailed Description

Helper structure for managing transmission queue elements.

Definition at line 744 of file lr-wpan-mac.h.

Member Data Documentation

◆ txQMsduHandle

uint8_t ns3::lrwpan::LrWpanMac::TxQueueElement::txQMsduHandle

MSDU Handle.

Definition at line 746 of file lr-wpan-mac.h.

◆ txQPkt

Ptr<Packet> ns3::lrwpan::LrWpanMac::TxQueueElement::txQPkt

Queued packet.

Definition at line 747 of file lr-wpan-mac.h.


The documentation for this struct was generated from the following file: