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

TbId_t structure. More...

#include "lte-spectrum-phy.h"

+ Collaboration diagram for ns3::TbId_t:

Public Member Functions

 TbId_t ()
 
 TbId_t (const uint16_t a, const uint8_t b)
 Constructor.
 

Public Attributes

uint8_t m_layer
 layer
 
uint16_t m_rnti
 RNTI.
 

Friends

bool operator< (const TbId_t &a, const TbId_t &b)
 Less than operator.
 
bool operator== (const TbId_t &a, const TbId_t &b)
 Equality operator.
 

Detailed Description

TbId_t structure.

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

Constructor & Destructor Documentation

◆ TbId_t() [1/2]

ns3::TbId_t::TbId_t ( )

Definition at line 60 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 64 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 90 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 78 of file lte-spectrum-phy.cc.

Member Data Documentation

◆ m_layer

uint8_t ns3::TbId_t::m_layer

◆ m_rnti

uint16_t ns3::TbId_t::m_rnti

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