LteFlowId structure. More...
#include "lte-common.h"
Public Member Functions | |
| LteFlowId_t () | |
| LteFlowId_t (const uint16_t a, const uint8_t b) | |
| Constructor.  More... | |
Public Attributes | |
| uint8_t | m_lcId | 
| LCID.  More... | |
| uint16_t | m_rnti | 
| RNTI.  More... | |
Friends | |
| bool | operator< (const LteFlowId_t &a, const LteFlowId_t &b) | 
| Less than operator.  More... | |
| bool | operator== (const LteFlowId_t &a, const LteFlowId_t &b) | 
| Equality operator.  More... | |
LteFlowId structure.
Definition at line 36 of file lte-common.h.
| ns3::LteFlowId_t::LteFlowId_t | ( | ) | 
Definition at line 30 of file lte-common.cc.
| ns3::LteFlowId_t::LteFlowId_t | ( | const uint16_t | a, | 
| const uint8_t | b | ||
| ) | 
      
  | 
  friend | 
Less than operator.
| a | lhs | 
| b | rhs | 
Definition at line 61 of file lte-common.cc.
      
  | 
  friend | 
Equality operator.
| a | lhs | 
| b | rhs | 
Definition at line 48 of file lte-common.cc.
| uint8_t ns3::LteFlowId_t::m_lcId | 
LCID.
Definition at line 39 of file lte-common.h.
Referenced by ns3::CqaFfMacScheduler::DoSchedDlTriggerReq(), ns3::operator<(), and ns3::operator==().
| uint16_t ns3::LteFlowId_t::m_rnti | 
RNTI.
Definition at line 38 of file lte-common.h.
Referenced by ns3::CqaFfMacScheduler::DoSchedDlTriggerReq(), ns3::operator<(), and ns3::operator==().