Store an incoming (from layer above us) PDU, waiting to transmit it. More...
Public Member Functions | |
TxPdu ()=delete | |
TxPdu (const Ptr< Packet > &pdu, const Time &time) | |
TxPdu default constructor. More... | |
Public Attributes | |
Ptr< Packet > | m_pdu |
PDU. More... | |
Time | m_waitingSince |
Layer arrival time. More... | |
Store an incoming (from layer above us) PDU, waiting to transmit it.
Definition at line 105 of file lte-rlc-um.h.
TxPdu default constructor.
pdu | the PDU |
time | the arrival time |
Definition at line 112 of file lte-rlc-um.h.
|
delete |
PDU.
Definition at line 120 of file lte-rlc-um.h.
Time ns3::LteRlcUm::TxPdu::m_waitingSince |
Layer arrival time.
Definition at line 121 of file lte-rlc-um.h.