A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LteFlowId_t Struct Reference

#include <lte-common.h>

Public Member Functions

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

Public Attributes

uint8_t m_lcId
 
uint16_t m_rnti
 

Friends

bool operator< (const LteFlowId_t &a, const LteFlowId_t &b)
 
bool operator== (const LteFlowId_t &a, const LteFlowId_t &b)
 

Detailed Description

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

Constructor & Destructor Documentation

ns3::LteFlowId_t::LteFlowId_t ( )

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

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

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

Friends And Related Function Documentation

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

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

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

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

Member Data Documentation

uint8_t ns3::LteFlowId_t::m_lcId

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

Referenced by ns3::operator<(), and ns3::operator==().

uint16_t ns3::LteFlowId_t::m_rnti

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

Referenced by ns3::operator<(), and ns3::operator==().


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