![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <service/phy/power/OFDMAMeasurement.hpp>


Public Member Functions | |
| virtual const std::vector < wns::Power > & | getInterferencePlusNoise () const =0 |
| use this method if you need all values for all subChannels | |
| virtual const wns::Power | getInterferencePlusNoise (int subChannel) const =0 |
| use this method if you need all values for all subChannels The integer argument can look into the future (for having a reference with optimum results) | |
| virtual const simTimeType | getMeasurementTime () const =0 |
| at what time has the measurement been taken | |
| virtual const int | getNumberOfSubChannels () const =0 |
| number of OFDM subchannels | |
| virtual const std::vector < wns::Ratio > | getPathLoss () const =0 |
| use this method if you need all values for all subChannels in future | |
| virtual const wns::Ratio | getPathLoss (int subChannel) const =0 |
| use this method if you only need the values of a few subChannels | |
| virtual wns::node::Interface * | getSourceNode () const =0 |
| something to specify the origin (source node, transmitter) | |
| virtual std::string | getString () const =0 |
| method to get a verbose output (string) | |
| virtual const bool | isUpToDate () const =0 |
| if you are unsure if this measurement is the current, ask here | |
| virtual | ~OFDMAMeasurement () |
Definition at line 46 of file OFDMAMeasurement.hpp.
| virtual wns::service::phy::power::OFDMAMeasurement::~OFDMAMeasurement | ( | ) | [inline, virtual] |
| virtual const std::vector<wns::Power>& wns::service::phy::power::OFDMAMeasurement::getInterferencePlusNoise | ( | ) | const [pure virtual] |
Implemented in ofdmaphy::OFDMAMeasurement.
| virtual const wns::Power wns::service::phy::power::OFDMAMeasurement::getInterferencePlusNoise | ( | int | subChannel | ) | const [pure virtual] |
use this method if you only need the values of a few subChannels
Implemented in ofdmaphy::OFDMAMeasurement.
| virtual const simTimeType wns::service::phy::power::OFDMAMeasurement::getMeasurementTime | ( | ) | const [pure virtual] |
Implemented in ofdmaphy::OFDMAMeasurement.
| virtual const int wns::service::phy::power::OFDMAMeasurement::getNumberOfSubChannels | ( | ) | const [pure virtual] |
Implemented in ofdmaphy::OFDMAMeasurement.
| virtual const std::vector<wns::Ratio> wns::service::phy::power::OFDMAMeasurement::getPathLoss | ( | ) | const [pure virtual] |
use this method if you need all values for all subChannels
Implemented in ofdmaphy::OFDMAMeasurement.
| virtual const wns::Ratio wns::service::phy::power::OFDMAMeasurement::getPathLoss | ( | int | subChannel | ) | const [pure virtual] |
Implemented in ofdmaphy::OFDMAMeasurement.
| virtual wns::node::Interface* wns::service::phy::power::OFDMAMeasurement::getSourceNode | ( | ) | const [pure virtual] |
Implemented in ofdmaphy::OFDMAMeasurement.
| virtual std::string wns::service::phy::power::OFDMAMeasurement::getString | ( | ) | const [pure virtual] |
Implemented in ofdmaphy::OFDMAMeasurement.
| virtual const bool wns::service::phy::power::OFDMAMeasurement::isUpToDate | ( | ) | const [pure virtual] |
Implemented in ofdmaphy::OFDMAMeasurement.
1.5.5