![]() |
5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
|
Store the output of an NRErrorModel. More...
#include "nr-error-model.h"
Public Member Functions | |
NrErrorModelOutput ()=delete | |
NrErrorModelOutput default constructor (deleted) | |
NrErrorModelOutput (double tbler) | |
Official NrErrorModelOutput constructor. | |
virtual | ~NrErrorModelOutput () |
~NrErrorModelOutput | |
Public Attributes | |
double | m_tbler {0.0} |
Transport Block Error Rate. | |
Store the output of an NRErrorModel.
Definition at line 23 of file nr-error-model.h.
|
inline |
Official NrErrorModelOutput constructor.
tbler | transport block error rate to store |
Definition at line 34 of file nr-error-model.h.
|
inlinevirtual |
~NrErrorModelOutput
Definition at line 42 of file nr-error-model.h.
double ns3::NrErrorModelOutput::m_tbler {0.0} |
Transport Block Error Rate.
Definition at line 46 of file nr-error-model.h.