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


Public Member Functions | |
| FastLinkFeedback (wns::ldk::fun::FUN *fun, const wns::pyconfig::View &config) | |
| ~FastLinkFeedback () | |
Private Member Functions | |
| void | onFUNCreated () |
| Resolve inter-FU dependencies. | |
| void | processIncoming (const wns::ldk::CompoundPtr &compound) |
| Processor Interface. | |
| void | processOutgoing (const wns::ldk::CompoundPtr &compound) |
| Process compounds on downlink. | |
Private Attributes | |
| wns::service::dll::UnicastAddress | currentPeer |
| const wns::simulator::Time | estimatedValidity |
| struct wifimac::draftn::FastLinkFeedback::Friends | friends |
| wns::logger::Logger | logger |
| const std::string | managerName |
| const std::string | phyUserCommandName |
| wifimac::draftn::SINRwithMIMOInformationBase * | sinrMIB |
| const std::string | sinrMIBServiceName |
Classes | |
| struct | Friends |
Definition at line 59 of file FastLinkFeedback.hpp.
| FastLinkFeedback::FastLinkFeedback | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 39 of file FastLinkFeedback.cpp.
| FastLinkFeedback::~FastLinkFeedback | ( | ) |
Definition at line 58 of file FastLinkFeedback.cpp.
| void FastLinkFeedback::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 62 of file FastLinkFeedback.cpp.
| void FastLinkFeedback::processIncoming | ( | const wns::ldk::CompoundPtr & | compound | ) | [private, virtual] |
| void FastLinkFeedback::processOutgoing | ( | const wns::ldk::CompoundPtr & | ) | [private, virtual] |
Override this method to handle outgoing compounds.
Implements wns::ldk::ProcessorInterface.
Definition at line 114 of file FastLinkFeedback.cpp.
Definition at line 80 of file FastLinkFeedback.hpp.
Definition at line 78 of file FastLinkFeedback.hpp.
struct wifimac::draftn::FastLinkFeedback::Friends wifimac::draftn::FastLinkFeedback::friends [private] |
Definition at line 89 of file FastLinkFeedback.hpp.
const std::string wifimac::draftn::FastLinkFeedback::managerName [private] |
Definition at line 75 of file FastLinkFeedback.hpp.
const std::string wifimac::draftn::FastLinkFeedback::phyUserCommandName [private] |
Definition at line 76 of file FastLinkFeedback.hpp.
Definition at line 87 of file FastLinkFeedback.hpp.
const std::string wifimac::draftn::FastLinkFeedback::sinrMIBServiceName [private] |
Definition at line 77 of file FastLinkFeedback.hpp.
1.5.5