#include "lte-spectrum-phy.h"
| Public Member Functions | |
| TbId_t () | |
| TbId_t (const uint16_t a, const uint8_t b) | |
| Constructor.  More... | |
| Public Attributes | |
| uint8_t | m_layer | 
| layer  More... | |
| uint16_t | m_rnti | 
| RNTI.  More... | |
| Friends | |
| bool | operator< (const TbId_t &a, const TbId_t &b) | 
| Less than operator.  More... | |
| bool | operator== (const TbId_t &a, const TbId_t &b) | 
| Equality operator.  More... | |
TbId_t structure.
Definition at line 48 of file lte-spectrum-phy.h.
| ns3::TbId_t::TbId_t | ( | ) | 
Definition at line 91 of file lte-spectrum-phy.cc.
| ns3::TbId_t::TbId_t | ( | const uint16_t | a, | 
| const uint8_t | b | ||
| ) | 
Less than operator.
| a | lhs | 
| b | rhs | 
Definition at line 119 of file lte-spectrum-phy.cc.
Equality operator.
| a | lhs | 
| b | rhs | 
Definition at line 107 of file lte-spectrum-phy.cc.
| uint8_t ns3::TbId_t::m_layer | 
layer
Definition at line 51 of file lte-spectrum-phy.h.
Referenced by ns3::LteSpectrumPhy::AddExpectedTb(), ns3::LteSpectrumPhy::EndRxData(), ns3::operator<(), ns3::operator==(), and ns3::LteSpectrumPhy::RemoveExpectedTb().
| uint16_t ns3::TbId_t::m_rnti | 
RNTI.
Definition at line 50 of file lte-spectrum-phy.h.
Referenced by ns3::LteSpectrumPhy::AddExpectedTb(), ns3::LteSpectrumPhy::EndRxData(), ns3::operator<(), ns3::operator==(), and ns3::LteSpectrumPhy::RemoveExpectedTb().