User Manual, Developers Guide and API Documentation

wifimac::draftn::FastLinkFeedback Class Reference

Fast link-feedback piggybacked on frame exchanged.

#include <draftn/FastLinkFeedback.hpp>

Inheritance diagram for wifimac::draftn::FastLinkFeedback:

Inheritance graph
[legend]
Collaboration diagram for wifimac::draftn::FastLinkFeedback:

Collaboration graph
[legend]

List of all members.

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::SINRwithMIMOInformationBasesinrMIB
const std::string sinrMIBServiceName

Classes

struct  Friends


Detailed Description

Definition at line 59 of file FastLinkFeedback.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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]

Implements wns::ldk::ProcessorInterface.

Definition at line 70 of file FastLinkFeedback.cpp.

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.


Member Data Documentation

Definition at line 80 of file FastLinkFeedback.hpp.

Definition at line 78 of file FastLinkFeedback.hpp.

Definition at line 89 of file FastLinkFeedback.hpp.

Definition at line 75 of file FastLinkFeedback.hpp.

Definition at line 76 of file FastLinkFeedback.hpp.

Definition at line 87 of file FastLinkFeedback.hpp.

Definition at line 77 of file FastLinkFeedback.hpp.


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

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