A Discrete-Event Network Simulator
API
ns3::LteRlcAm::TxPdu Struct Reference

Store an incoming (from layer above us) PDU, waiting to transmit it. More...

+ Collaboration diagram for ns3::LteRlcAm::TxPdu:

Public Member Functions

 TxPdu (const Ptr< Packet > &pdu, const Time &time)
 TxPdu default constructor. More...
 
 TxPdu ()=delete
 

Public Attributes

Ptr< Packetm_pdu
 PDU. More...
 
Time m_waitingSince
 Layer arrival time. More...
 

Detailed Description

Store an incoming (from layer above us) PDU, waiting to transmit it.

Definition at line 113 of file lte-rlc-am.h.

Constructor & Destructor Documentation

◆ TxPdu() [1/2]

ns3::LteRlcAm::TxPdu::TxPdu ( const Ptr< Packet > &  pdu,
const Time time 
)
inline

TxPdu default constructor.

Parameters
pduthe PDU
timethe arrival time

Definition at line 120 of file lte-rlc-am.h.

◆ TxPdu() [2/2]

ns3::LteRlcAm::TxPdu::TxPdu ( )
delete

Member Data Documentation

◆ m_pdu

Ptr<Packet> ns3::LteRlcAm::TxPdu::m_pdu

PDU.

Definition at line 127 of file lte-rlc-am.h.

◆ m_waitingSince

Time ns3::LteRlcAm::TxPdu::m_waitingSince

Layer arrival time.

Definition at line 128 of file lte-rlc-am.h.


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