![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <convergence/Lower2OFDMAPhy.hpp>


Definition at line 44 of file Lower2OFDMAPhy.hpp.
| Lower2OFDMAPhy::Lower2OFDMAPhy | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 42 of file Lower2OFDMAPhy.cpp.
| Lower2OFDMAPhy::~Lower2OFDMAPhy | ( | ) | [virtual] |
Definition at line 60 of file Lower2OFDMAPhy.cpp.
| bool Lower2OFDMAPhy::doIsAccepting | ( | const wns::ldk::CompoundPtr & | compound | ) | const [private, virtual] |
Definition at line 75 of file Lower2OFDMAPhy.cpp.
| void Lower2OFDMAPhy::doOnData | ( | const wns::ldk::CompoundPtr & | compound | ) | [private, virtual] |
Definition at line 118 of file Lower2OFDMAPhy.cpp.
| void Lower2OFDMAPhy::doSendData | ( | const wns::ldk::CompoundPtr & | sdu | ) | [private, virtual] |
Definition at line 83 of file Lower2OFDMAPhy.cpp.
| void Lower2OFDMAPhy::doWakeup | ( | ) | [private, virtual] |
Definition at line 130 of file Lower2OFDMAPhy.cpp.
| wns::service::phy::ofdma::DataTransmission * Lower2OFDMAPhy::getDataTransmissionService | ( | ) | const [virtual] |
| wns::service::phy::ofdma::Notification * Lower2OFDMAPhy::getNotificationService | ( | ) | const [virtual] |
| bool glue::convergence::Lower2OFDMAPhy::hasCommandOf | ( | FunctionalUnit * | routing, | |
| const wns::ldk::CompoundPtr & | compound | |||
| ) | const [inline, private] |
Definition at line 94 of file Lower2OFDMAPhy.hpp.
| void Lower2OFDMAPhy::onData | ( | wns::osi::PDUPtr | sdu, | |
| wns::service::phy::power::PowerMeasurementPtr | rxPowerMeasurement | |||
| ) | [virtual] |
| void Lower2OFDMAPhy::onFUNCreated | ( | ) | [private, 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 64 of file Lower2OFDMAPhy.cpp.
| void Lower2OFDMAPhy::setDataTransmissionService | ( | wns::service::Service * | phy | ) | [virtual] |
| void Lower2OFDMAPhy::setMACAddress | ( | const wns::service::dll::UnicastAddress & | address | ) | [virtual] |
| void Lower2OFDMAPhy::setNotificationService | ( | wns::service::Service * | phy | ) | [virtual] |
| void Lower2OFDMAPhy::stopTransmitting | ( | const wns::ldk::CompoundPtr & | compound | ) | [private] |
Definition at line 108 of file Lower2OFDMAPhy.cpp.
Definition at line 116 of file Lower2OFDMAPhy.hpp.
wns::service::phy::ofdma::DataTransmission* glue::convergence::Lower2OFDMAPhy::dataTransmission_ [private] |
Definition at line 114 of file Lower2OFDMAPhy.hpp.
struct glue::convergence::Lower2OFDMAPhy::Friends glue::convergence::Lower2OFDMAPhy::friends_ [private] |
Definition at line 102 of file Lower2OFDMAPhy.hpp.
wns::service::phy::ofdma::Notification* glue::convergence::Lower2OFDMAPhy::notificationService_ [private] |
Definition at line 115 of file Lower2OFDMAPhy.hpp.
wns::service::phy::phymode::PhyModeMapperInterface* glue::convergence::Lower2OFDMAPhy::phyModeMapper_ [private] |
Definition at line 118 of file Lower2OFDMAPhy.hpp.
Definition at line 112 of file Lower2OFDMAPhy.hpp.
std::string glue::convergence::Lower2OFDMAPhy::upperBroadcastName_ [private] |
Definition at line 110 of file Lower2OFDMAPhy.hpp.
std::string glue::convergence::Lower2OFDMAPhy::upperUnicastName_ [private] |
Definition at line 109 of file Lower2OFDMAPhy.hpp.
1.5.5