A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LteFlowId_t Struct Reference

LteFlowId structure. More...

#include "lte-common.h"

+ 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.
 

Detailed Description

LteFlowId structure.

Definition at line 42 of file lte-common.h.

Constructor & Destructor Documentation

◆ LteFlowId_t() [1/2]

ns3::LteFlowId_t::LteFlowId_t ( )

Definition at line 31 of file lte-common.cc.

◆ LteFlowId_t() [2/2]

ns3::LteFlowId_t::LteFlowId_t ( const uint16_t  a,
const uint8_t  b 
)

Constructor.

Parameters
aRNTI
bLCID

Definition at line 35 of file lte-common.cc.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const LteFlowId_t a,
const LteFlowId_t b 
)
friend

Less than operator.

Parameters
alhs
brhs
Returns
true if "less than"

Definition at line 61 of file lte-common.cc.

◆ operator==

bool operator== ( const LteFlowId_t a,
const LteFlowId_t b 
)
friend

Equality operator.

Parameters
alhs
brhs
Returns
true if "equal"

Definition at line 49 of file lte-common.cc.

Member Data Documentation

◆ m_lcId

◆ m_rnti


The documentation for this struct was generated from the following files: