5G-LENA nr-v3.3-120-gdac69c56
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrErrorModelOutput Struct Reference

Store the output of an NRErrorModel. More...

#include "nr-error-model.h"

+ Inheritance diagram for ns3::NrErrorModelOutput:
+ Collaboration diagram for ns3::NrErrorModelOutput:

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.
 

Detailed Description

Store the output of an NRErrorModel.

Definition at line 23 of file nr-error-model.h.

Constructor & Destructor Documentation

◆ NrErrorModelOutput()

ns3::NrErrorModelOutput::NrErrorModelOutput ( double  tbler)
inline

Official NrErrorModelOutput constructor.

Parameters
tblertransport block error rate to store

Definition at line 34 of file nr-error-model.h.

◆ ~NrErrorModelOutput()

virtual ns3::NrErrorModelOutput::~NrErrorModelOutput ( )
inlinevirtual

~NrErrorModelOutput

Definition at line 42 of file nr-error-model.h.

Member Data Documentation

◆ m_tbler

double ns3::NrErrorModelOutput::m_tbler {0.0}

Transport Block Error Rate.

Definition at line 46 of file nr-error-model.h.


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