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

TbId_t structure. 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 structure.

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

Constructor & Destructor Documentation

◆ TbId_t() [1/2]

ns3::TbId_t::TbId_t ( )

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

◆ TbId_t() [2/2]

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

Constructor.

Parameters
aRNTI
bLayer

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

Friends And Related Function Documentation

◆ operator<

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 120 of file lte-spectrum-phy.cc.

◆ operator==

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 107 of file lte-spectrum-phy.cc.

Member Data Documentation

◆ m_layer

◆ m_rnti


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