Public Member Functions

ns3::SNRToBlockErrorRateRecord Class Reference

List of all members.

Public Member Functions

 SNRToBlockErrorRateRecord (double snrValue, double bitErrorRate, double BlockErrorRate, double sigma2, double I1, double I2)
 creates a record and sets its values
double GetSNRValue (void)
double GetBitErrorRate (void)
double GetBlockErrorRate (void)
double GetSigma2 (void)
double GetI1 (void)
double GetI2 (void)
SNRToBlockErrorRateRecordCopy ()
 copy a record
void SetSNRValue (double)
 set the snr value
void SetBitErrorRate (double)
 set the BER value
void SetBlockErrorRate (double)
 set the BlcER value
void SetI1 (double)
 set the lower boundary of the confidence interval
void SetI2 (double)
 set the upper boundary of the confidence interval

Constructor & Destructor Documentation

ns3::SNRToBlockErrorRateRecord::SNRToBlockErrorRateRecord ( double  snrValue,
double  bitErrorRate,
double  BlockErrorRate,
double  sigma2,
double  I1,
double  I2 
)

creates a record and sets its values

Parameters:
snrValue The SNR value
bitErrorRate the BER
BlockErrorRate the BlcER
sigma2 the standard deviation
I1 the lower boundary of the confidence interval
I2 the upper boundary of the confidence interval

Member Function Documentation

SNRToBlockErrorRateRecord* ns3::SNRToBlockErrorRateRecord::Copy (  ) 

copy a record

Returns:
a copy of this record
double ns3::SNRToBlockErrorRateRecord::GetBitErrorRate ( void   ) 
Returns:
the BER value
double ns3::SNRToBlockErrorRateRecord::GetBlockErrorRate ( void   ) 
Returns:
the BlcER value
double ns3::SNRToBlockErrorRateRecord::GetI1 ( void   ) 
Returns:
the lower boundary of the confidence interval
double ns3::SNRToBlockErrorRateRecord::GetI2 ( void   ) 
Returns:
the upper boundary of the confidence interval
double ns3::SNRToBlockErrorRateRecord::GetSigma2 ( void   ) 
Returns:
the standard deviation
double ns3::SNRToBlockErrorRateRecord::GetSNRValue ( void   ) 
Returns:
the SNR value

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