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 81 of file lte-rlc-tm.h.
TxPdu default constructor.
pdu | the PDU |
time | the arrival time |
Definition at line 88 of file lte-rlc-tm.h.
|
delete |
PDU.
Definition at line 96 of file lte-rlc-tm.h.
Time ns3::LteRlcTm::TxPdu::m_waitingSince |
Layer arrival time.
Definition at line 97 of file lte-rlc-tm.h.