![]() |
5G-LENA nr-v3.3-159-ga6832aa7
The 5G/NR module for the ns-3 simulator
|
Represent an assignation of bytes to a LCG/LC. More...
#include "nr-mac-scheduler-lc-alg.h"
Public Member Functions | |
Assignation ()=delete | |
Assignation constructor (deleted) | |
Assignation (Assignation &&o)=default | |
Assignation move constructor (default) | |
Assignation (const Assignation &o)=delete | |
Assignation copy constructor (deleted) | |
Assignation (uint8_t lcg, uint8_t lcId, uint32_t bytes) | |
Assignation constructor with parameters. | |
~Assignation ()=default | |
Default deconstructor. | |
Public Attributes | |
uint32_t | m_bytes {0} |
Bytes assigned to the LC. | |
uint8_t | m_lcg {0} |
LCG ID. | |
uint8_t | m_lcId {0} |
LC ID. | |
Represent an assignation of bytes to a LCG/LC.
Definition at line 58 of file nr-mac-scheduler-lc-alg.h.
|
delete |
Assignation copy constructor (deleted)
o | other instance |
|
default |
Assignation move constructor (default)
o | other instance |
|
inline |
Assignation constructor with parameters.
lcg | LCG ID |
lcId | LC ID |
bytes | Assigned bytes |
Definition at line 81 of file nr-mac-scheduler-lc-alg.h.
uint32_t ns3::NrMacSchedulerLcAlgorithm::Assignation::m_bytes {0} |
Bytes assigned to the LC.
Definition at line 95 of file nr-mac-scheduler-lc-alg.h.
uint8_t ns3::NrMacSchedulerLcAlgorithm::Assignation::m_lcg {0} |
LCG ID.
Definition at line 93 of file nr-mac-scheduler-lc-alg.h.
uint8_t ns3::NrMacSchedulerLcAlgorithm::Assignation::m_lcId {0} |
LC ID.
Definition at line 94 of file nr-mac-scheduler-lc-alg.h.