Link results for DVB-RCS2. More...
#include "satellite-link-results.h"
Public Member Functions | |
SatLinkResultsDvbRcs2 () | |
Default constructor. More... | |
~SatLinkResultsDvbRcs2 () | |
Public Member Functions inherited from ns3::SatLinkResultsRtn | |
SatLinkResultsRtn () | |
Default constructor. More... | |
~SatLinkResultsRtn () | |
double | GetBler (uint32_t waveformId, double ebNoDb) const |
Get a BLER value from link results. More... | |
double | GetEbNoDb (uint32_t waveformId, double blerTarget) const |
Get a Eb/No requirement for a given BLER target from link results. More... | |
Public Member Functions inherited from ns3::SatLinkResults | |
SatLinkResults () | |
Default constructor. More... | |
void | Initialize () |
Initialize look up tables. More... | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type ID. More... | |
Static Public Member Functions inherited from ns3::SatLinkResultsRtn | |
static TypeId | GetTypeId () |
Get the type ID. More... | |
Static Public Member Functions inherited from ns3::SatLinkResults | |
static TypeId | GetTypeId () |
Get the type ID. More... | |
Protected Member Functions | |
virtual void | DoInitialize () |
Initialize by loading DVB-RCS2 look up tables. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ns3::SatLinkResultsRtn | |
std::map< uint32_t, Ptr< SatLookUpTable > > | m_table |
Map of satellite link result look up tables. More... | |
Protected Attributes inherited from ns3::SatLinkResults | |
std::string | m_inputPath |
The base path where the text files containing link results data can be found. More... | |
bool | m_isInitialized |
Indicates if SatLinkResults::Initialize has been called. More... | |
Link results for DVB-RCS2.
Loads and maintains multiple SatLookUpTable. Provides query service based on waveform id.
See usage examples in the parent class documentation (SatLinkResults).
Definition at line 179 of file satellite-link-results.h.
ns3::SatLinkResultsDvbRcs2::SatLinkResultsDvbRcs2 | ( | ) |
Default constructor.
Definition at line 120 of file satellite-link-results.cc.
|
inline |
Definition at line 187 of file satellite-link-results.h.
|
protectedvirtual |
Initialize by loading DVB-RCS2 look up tables.
Implements ns3::SatLinkResultsRtn.
Definition at line 133 of file satellite-link-results.cc.
References ns3::SatLinkResults::m_inputPath, and ns3::SatLinkResultsRtn::m_table.
|
static |