![]() |
User Manual, Developers Guide and API Documentation |
![]() |
Classes | |
| class | OFDMAMeasurement |
| Measurement Class for vectorized values depending on the OFDMA subchannel An implementation (non-abstract) is located in OFDMAPhy. More... | |
| class | PowerMeasurementInterface |
| Measurement class for power values (S,I,N,SINR) These are only basic, scalar measurements without much calculation effort. Some of the methods calculate 'on demand', so no effort if they are not used An implementation (non-abstract) is located in RISE or OFDMAPhy. More... | |
Typedefs | |
| typedef const wns::service::phy::power::OFDMAMeasurement & | OFDMAMeasurementConstRef |
| a const reference to the OFDMAMeasurement can be used anywhere. | |
| typedef wns::SmartPtr< const wns::service::phy::power::OFDMAMeasurement > | OFDMAMeasurementPtr |
| when a pointer to a OFDMAMeasurement is needed, use this one (SmartPtr) which takes care of memory deallocation itself. | |
| typedef const wns::service::phy::power::PowerMeasurementInterface & | PowerMeasurementConstRef |
| a const reference to the PowerMeasurement can be used anywhere. | |
| typedef wns::SmartPtr< const wns::service::phy::power::PowerMeasurementInterface > | PowerMeasurementPtr |
| when a pointer to a PowerMeasurement is needed, use this one (SmartPtr) which takes care of memory deallocation itself. | |
Functions | |
| std::ostream & | operator<< (std::ostream &s, const wns::service::phy::power::PowerMeasurementInterface &p) |
| define stream operator for class PowerMeasurementInterface | |
| std::ostream & | operator<< (std::ostream &s, const wns::service::phy::power::OFDMAMeasurement &p) |
| define stream operator for class PowerMeasurementInterface | |
| typedef const wns::service::phy::power::OFDMAMeasurement& wns::service::phy::power::OFDMAMeasurementConstRef |
Definition at line 89 of file OFDMAMeasurement.hpp.
| typedef wns::SmartPtr<const wns::service::phy::power::OFDMAMeasurement> wns::service::phy::power::OFDMAMeasurementPtr |
Definition at line 87 of file OFDMAMeasurement.hpp.
| typedef const wns::service::phy::power::PowerMeasurementInterface& wns::service::phy::power::PowerMeasurementConstRef |
Definition at line 134 of file PowerMeasurement.hpp.
| typedef wns::SmartPtr<const wns::service::phy::power::PowerMeasurementInterface> wns::service::phy::power::PowerMeasurementPtr |
Definition at line 131 of file PowerMeasurement.hpp.
| std::ostream& wns::service::phy::power::operator<< | ( | std::ostream & | s, | |
| const wns::service::phy::power::PowerMeasurementInterface & | p | |||
| ) | [inline] |
Definition at line 138 of file PowerMeasurement.hpp.
| std::ostream& wns::service::phy::power::operator<< | ( | std::ostream & | s, | |
| const wns::service::phy::power::OFDMAMeasurement & | p | |||
| ) | [inline] |
Definition at line 93 of file OFDMAMeasurement.hpp.
1.5.5