ns-3
ns3::NistErrorRateModel Class Reference

#include <nist-error-rate-model.h>

Inheritance diagram for ns3::NistErrorRateModel:
Collaboration diagram for ns3::NistErrorRateModel:

List of all members.

Public Member Functions

virtual double GetChunkSuccessRate (WifiMode mode, double snr, uint32_t nbits) const

Static Public Member Functions

static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::NistErrorRateModel.

Detailed Description

A model for the error rate for different modulations. For OFDM modulation, the model description and validation can be found in http://www.nsnam.org/~pei/80211ofdm.pdf. For DSSS modulations (802.11b), the model uses the DsssErrorRateModel.


Member Function Documentation

This method returns the TypeId associated to ns3::NistErrorRateModel.

This object is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::ErrorRateModel/$ns3::NistErrorRateModel
  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::NistErrorRateModel
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::ErrorRateModel/$ns3::NistErrorRateModel
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::NistErrorRateModel

No Attributes defined for this type.
No TraceSources defined for this type.

Reimplemented from ns3::ErrorRateModel.

References ns3::TypeId::SetParent().


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