INET Framework for OMNeT++/OMNEST
Ieee80211Radio Class Reference

#include <Ieee80211Radio.h>

Inheritance diagram for Ieee80211Radio:
AbstractRadio ChannelAccess BasicModule INotifiable

List of all members.

Protected Member Functions

virtual IReceptionModelcreateReceptionModel ()
virtual IRadioModelcreateRadioModel ()

Detailed Description

Radio for the IEEE 802.11 model. Just a AbstractRadio with PathLossReceptionModel and Ieee80211RadioModel.


Member Function Documentation

virtual IRadioModel* Ieee80211Radio::createRadioModel ( ) [inline, protected, virtual]

To be defined to provide a radio model. The radio model is responsible for calculating frame duration, and modelling modulation scheme and possible forward error correction.

Implements AbstractRadio.

{return (IRadioModel *)createOne("Ieee80211RadioModel");}
virtual IReceptionModel* Ieee80211Radio::createReceptionModel ( ) [inline, protected, virtual]

To be defined to provide a reception model. The reception model is responsible for modelling path loss, interference and antenna gain.

Implements AbstractRadio.

{return (IReceptionModel *)createOne("PathLossReceptionModel");}

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