LteFlowId structure. More...
#include "lte-common.h"
 Collaboration diagram for ns3::LteFlowId_t:
 Collaboration diagram for ns3::LteFlowId_t:| Public Member Functions | |
| LteFlowId_t () | |
| LteFlowId_t (const uint16_t a, const uint8_t b) | |
| Constructor. | |
| Public Attributes | |
| uint8_t | m_lcId | 
| LCID. | |
| uint16_t | m_rnti | 
| RNTI. | |
| Friends | |
| bool | operator< (const LteFlowId_t &a, const LteFlowId_t &b) | 
| Less than operator. | |
| bool | operator== (const LteFlowId_t &a, const LteFlowId_t &b) | 
| Equality operator. | |
LteFlowId structure.
Definition at line 31 of file lte-common.h.
| ns3::LteFlowId_t::LteFlowId_t | ( | ) | 
Definition at line 20 of file lte-common.cc.
Referenced by operator<, and operator==.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ns3::LteFlowId_t::LteFlowId_t | ( | const uint16_t | a, | 
| const uint8_t | b ) | 
| 
 | friend | 
Less than operator.
| a | lhs | 
| b | rhs | 
Definition at line 50 of file lte-common.cc.
References LteFlowId_t(), m_lcId, and m_rnti.
| 
 | friend | 
Equality operator.
| a | lhs | 
| b | rhs | 
Definition at line 38 of file lte-common.cc.
References LteFlowId_t(), m_lcId, and m_rnti.
| uint8_t ns3::LteFlowId_t::m_lcId | 
LCID.
Definition at line 34 of file lte-common.h.
Referenced by LteFlowId_t(), ns3::CqaFfMacScheduler::DoSchedDlTriggerReq(), operator<, operator==, ns3::RadioBearerStatsCalculator::WriteDlResults(), and ns3::RadioBearerStatsCalculator::WriteUlResults().
| uint16_t ns3::LteFlowId_t::m_rnti | 
RNTI.
Definition at line 33 of file lte-common.h.
Referenced by LteFlowId_t(), ns3::CqaFfMacScheduler::DoSchedDlTriggerReq(), operator<, operator==, ns3::RadioBearerStatsCalculator::WriteDlResults(), and ns3::RadioBearerStatsCalculator::WriteUlResults().