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


Definition at line 45 of file AssociationHandlerUT.hpp.
| AssociationHandlerUT::AssociationHandlerUT | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 51 of file AssociationHandlerUT.cpp.
| virtual lte::controlplane::associationHandler::AssociationHandlerUT::~AssociationHandlerUT | ( | ) | [inline, virtual] |
Definition at line 54 of file AssociationHandlerUT.hpp.
| void AssociationHandlerUT::associate | ( | wns::service::dll::UnicastAddress | destination | ) | [private] |
Definition at line 353 of file AssociationHandlerUT.cpp.
| void AssociationHandlerUT::associateTo | ( | wns::service::dll::UnicastAddress | rapAdr | ) | [virtual] |
Implements lte::controlplane::associationHandler::IAssociationHandlerTriggers.
Definition at line 215 of file AssociationHandlerUT.cpp.
| void AssociationHandlerUT::belowThreshold | ( | wns::service::dll::UnicastAddress | destination | ) |
Definition at line 260 of file AssociationHandlerUT.cpp.
| void AssociationHandlerUT::bestRAP | ( | wns::service::dll::UnicastAddress | destination | ) |
Definition at line 251 of file AssociationHandlerUT.cpp.
| void AssociationHandlerUT::createAssociation_req | ( | wns::service::dll::UnicastAddress | destination | ) | const [private] |
Definition at line 274 of file AssociationHandlerUT.cpp.
| void AssociationHandlerUT::createDisassociation_req | ( | wns::service::dll::UnicastAddress | target | ) | const [private] |
Definition at line 309 of file AssociationHandlerUT.cpp.
| void AssociationHandlerUT::disassociate | ( | wns::service::dll::UnicastAddress | rapAdr | ) | [virtual] |
Implements lte::controlplane::associationHandler::IAssociationHandlerTriggers.
Definition at line 228 of file AssociationHandlerUT.cpp.
| void AssociationHandlerUT::doOnData | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Definition at line 89 of file AssociationHandlerUT.cpp.
Implements lte::controlplane::associationHandler::AssociationHandler.
Definition at line 202 of file AssociationHandlerUT.cpp.
| int AssociationHandlerUT::getPeerDuplexGroup | ( | wns::service::dll::UnicastAddress | user | ) | [virtual] |
Implements lte::controlplane::associationHandler::AssociationHandler.
Definition at line 207 of file AssociationHandlerUT.cpp.
| void AssociationHandlerUT::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 lte::controlplane::associationHandler::AssociationHandler.
Definition at line 63 of file AssociationHandlerUT.cpp.
| void AssociationHandlerUT::onTimeout | ( | ) | [virtual] |
The deriver is forced to implement this method. It gets called, whenever the timer fires.
Implements wns::events::CanTimeout.
Definition at line 177 of file AssociationHandlerUT.cpp.
| void AssociationHandlerUT::switchAssociationTo | ( | wns::service::dll::UnicastAddress | rapAdr | ) | [virtual] |
Implements lte::controlplane::associationHandler::IAssociationHandlerTriggers.
Definition at line 238 of file AssociationHandlerUT.cpp.
lte::controlplane::AssociationsProxyUT* lte::controlplane::associationHandler::AssociationHandlerUT::associationsProxy [private] |
Definition at line 92 of file AssociationHandlerUT.hpp.
Definition at line 100 of file AssociationHandlerUT.hpp.
wns::service::dll::UnicastAddress lte::controlplane::associationHandler::AssociationHandlerUT::scheduledRAP [private] |
Definition at line 94 of file AssociationHandlerUT.hpp.
Definition at line 90 of file AssociationHandlerUT.hpp.
1.5.5