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