INET Framework for OMNeT++/OMNEST
GenericRadio Class Reference

#include <GenericRadio.h>

Inheritance diagram for GenericRadio:
AbstractRadio ChannelAccess BasicModule INotifiable

List of all members.

Protected Member Functions

virtual IReceptionModelcreateReceptionModel ()
virtual IRadioModelcreateRadioModel ()

Detailed Description

Generic radio module, employing PathLossReceptionModel and GenericRadioModel.


Member Function Documentation

virtual IRadioModel* GenericRadio::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("GenericRadioModel");}
virtual IReceptionModel* GenericRadio::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: