Base class for fader configuration classes. More...
#include "satellite-base-fader-conf.h"
Inheritance diagram for ns3::SatBaseFaderConf:
Collaboration diagram for ns3::SatBaseFaderConf:Public Member Functions | |
| SatBaseFaderConf () | |
| Constructor. More... | |
| virtual | ~SatBaseFaderConf () |
| Destructor. More... | |
| virtual std::vector< std::vector< double > > | GetParameters (uint32_t set)=0 |
| Function for getting the fading value. More... | |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| NS-3 type id function. More... | |
Base class for fader configuration classes.
This class defines the functions which all the inherited fader configuration classes must implement for the Markov-fading model faders. This base class itself is abstract and will not implement any real functionality.
Definition at line 42 of file satellite-base-fader-conf.h.
| ns3::SatBaseFaderConf::SatBaseFaderConf | ( | ) |
Constructor.
Definition at line 41 of file satellite-base-fader-conf.cc.
|
virtual |
Destructor.
Definition at line 46 of file satellite-base-fader-conf.cc.
|
pure virtual |
Function for getting the fading value.
| set | parameter set |
Implemented in ns3::SatRayleighConf, and ns3::SatLooConf.
|
static |