5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrMacSchedulerNs3::PointInFTPlane Struct Reference

Point in the Frequency/Time plane. More...

#include "nr-mac-scheduler-ns3.h"

Public Member Functions

 PointInFTPlane (uint32_t rbg, uint8_t sym)
 PointInFTPlane constructor.
 

Public Attributes

uint32_t m_rbg
 Represent the starting RBG.
 
uint8_t m_sym
 Represent the starting symbol.
 

Detailed Description

Point in the Frequency/Time plane.

The first element represents the RBG, and the second element represents the symbol. The struct represents a point in the 2D time frequency space created by having frequencies on the y and time on the x.

Definition at line 300 of file nr-mac-scheduler-ns3.h.

Constructor & Destructor Documentation

◆ PointInFTPlane()

ns3::NrMacSchedulerNs3::PointInFTPlane::PointInFTPlane ( uint32_t  rbg,
uint8_t  sym 
)
inline

PointInFTPlane constructor.

Parameters
rbgRBG
symSymbol

Definition at line 307 of file nr-mac-scheduler-ns3.h.

Member Data Documentation

◆ m_rbg

◆ m_sym


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