Base class for fader configuration classes. More...
#include "satellite-base-fader-conf.h"
Public Member Functions | |
| SatBaseFaderConf () | |
| Constructor. | |
| virtual | ~SatBaseFaderConf () |
| Destructor. | |
| virtual std::vector< std::vector< double > > | GetParameters (uint32_t set)=0 |
| Function for getting the fading value. | |
Static Public Member Functions | |
| static TypeId | GetTypeId (void) |
| NS-3 type id function. | |
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.
Referenced by ns3::SatLooConf::GetTypeId(), and ns3::SatRayleighConf::GetTypeId().
|
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::SatLooConf, and ns3::SatRayleighConf.
|
static |