User Manual, Developers Guide and API Documentation

lte::helper::PhyMeasurementProbe Class Reference

#include <helper/PhyMeasurementsProbe.hpp>

Inheritance diagram for lte::helper::PhyMeasurementProbe:

Inheritance graph
[legend]
Collaboration diagram for lte::helper::PhyMeasurementProbe:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void onFUNCreated ()
 Resolve inter-FU dependencies.
 PhyMeasurementProbe (wns::ldk::fun::FUN *fun, const wns::pyconfig::View &config)
virtual void processIncoming (const wns::ldk::CompoundPtr &compound)
 Process compounds on uplink.
virtual void processOutgoing (const wns::ldk::CompoundPtr &)
 Process compounds on downlink.
virtual ~PhyMeasurementProbe ()

Private Attributes

wns::probe::bus::ContextCollectorcarrierProbe
wns::probe::bus::ContextCollectorinterferenceProbe
wns::probe::bus::ContextCollectorinterfProbe
wns::probe::bus::ContextCollectoriotProbe
wns::logger::Logger logger
wns::probe::bus::ContextCollectormodulationProbe
wns::probe::bus::ContextCollectorpathlossProbe
wns::ldk::CommandReaderInterfacephyCommandReader
 pointer to the phy command reader
wns::service::phy::phymode::PhyModeMapperInterfacephyModeMapper
 mapping of ordered phyModes and SINR ranges
wns::probe::bus::ContextCollectorphyModeProbe
wns::probe::bus::ContextCollectorrxPwrProbe
wns::probe::bus::ContextCollectorsinrEstErrProbe
wns::probe::bus::ContextCollectorsinrEstProbe
wns::probe::bus::ContextCollectorsinrProbe
wns::probe::bus::ContextCollectortxPwrProbe


Detailed Description

Definition at line 48 of file PhyMeasurementsProbe.hpp.


Constructor & Destructor Documentation

PhyMeasurementProbe::PhyMeasurementProbe ( wns::ldk::fun::FUN fun,
const wns::pyconfig::View config 
)

Definition at line 47 of file PhyMeasurementsProbe.cpp.

PhyMeasurementProbe::~PhyMeasurementProbe (  )  [virtual]

Definition at line 96 of file PhyMeasurementsProbe.cpp.


Member Function Documentation

void PhyMeasurementProbe::onFUNCreated (  )  [virtual]

Often FunctionalUnits require the collaboration with other FunctionalUnits to accomplish their task. For the collaboration between FunctionalUnits we coined the term "friendship".

The onFUNCreated method is a hook being called after the complete FUN has been set up. FunctionalUnits requiring the collaboration with other FunctionalUnits should resolve these dependencies by implementing this hook accordingly.

Finding friends is usually done calling wns::ldk::fun::FUN::findFriend.

When building reconfigurable FUNs, this method may get called multiple times (e.g., after each FUN reconfiguration). Keep that in mind when allocating resources in your onFUNCreated implementation.

Reimplemented from wns::ldk::FunctionalUnit.

Definition at line 112 of file PhyMeasurementsProbe.cpp.

void PhyMeasurementProbe::processIncoming ( const wns::ldk::CompoundPtr compound  )  [virtual]

Override this method to handle incoming compounds.

Implements wns::ldk::ProcessorInterface.

Definition at line 119 of file PhyMeasurementsProbe.cpp.

virtual void lte::helper::PhyMeasurementProbe::processOutgoing ( const wns::ldk::CompoundPtr  )  [inline, virtual]

Override this method to handle outgoing compounds.

Implements wns::ldk::ProcessorInterface.

Definition at line 90 of file PhyMeasurementsProbe.hpp.


Member Data Documentation

Definition at line 64 of file PhyMeasurementsProbe.hpp.

Definition at line 65 of file PhyMeasurementsProbe.hpp.

Definition at line 70 of file PhyMeasurementsProbe.hpp.

Definition at line 71 of file PhyMeasurementsProbe.hpp.

Definition at line 76 of file PhyMeasurementsProbe.hpp.

Definition at line 72 of file PhyMeasurementsProbe.hpp.

Definition at line 74 of file PhyMeasurementsProbe.hpp.

Definition at line 59 of file PhyMeasurementsProbe.hpp.

Definition at line 61 of file PhyMeasurementsProbe.hpp.

Definition at line 73 of file PhyMeasurementsProbe.hpp.

Definition at line 68 of file PhyMeasurementsProbe.hpp.

Definition at line 67 of file PhyMeasurementsProbe.hpp.

Definition at line 66 of file PhyMeasurementsProbe.hpp.

Definition at line 63 of file PhyMeasurementsProbe.hpp.

Definition at line 69 of file PhyMeasurementsProbe.hpp.


The documentation for this class was generated from the following files:

Generated on Sat May 26 03:32:34 2012 for openWNS by  doxygen 1.5.5