A Discrete-Event Network Simulator
API
ns3::TbId_t Struct Reference

TbId_t sturcture. More...

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

Detailed Description

TbId_t sturcture.

Definition at line 48 of file lte-spectrum-phy.h.

Constructor & Destructor Documentation

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 
)

Constructor.

Parameters
arnti
blayer

Definition at line 95 of file lte-spectrum-phy.cc.

Friends And Related Function Documentation

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

Less than operator.

Parameters
alhs
brhs
Returns
true if rnti less than ro rnti equal and layer less than

Definition at line 122 of file lte-spectrum-phy.cc.

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

Equality operator.

Parameters
alhs
brhs
Returns
true if rnti and layer are equal

Definition at line 109 of file lte-spectrum-phy.cc.

Member Data Documentation

uint8_t ns3::TbId_t::m_layer
uint16_t ns3::TbId_t::m_rnti

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