Store an incoming (from layer above us) PDU, waiting to transmit it. More...
Collaboration diagram for ns3::LteRlcUm::TxPdu: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 103 of file lte-rlc-um.h.
TxPdu default constructor.
| pdu | the PDU |
| time | the arrival time |
Definition at line 110 of file lte-rlc-um.h.
|
delete |
PDU.
Definition at line 117 of file lte-rlc-um.h.
| Time ns3::LteRlcUm::TxPdu::m_waitingSince |
Layer arrival time.
Definition at line 118 of file lte-rlc-um.h.