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


Definition at line 40 of file UE.hpp.
| UEUpperConvergence::UEUpperConvergence | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
| void UEUpperConvergence::establishFlow | ( | wns::service::tl::FlowID | flowID, | |
| wns::service::qos::QoSClass | qosClass | |||
| ) | [virtual] |
| [in] | _sourcePort | Own local port. |
| [in] | _destPort | On which port to connect peer. |
| [in] | _peer | Own IP address. |
| [in] | _peer | On which address to contact peer. |
Reimplemented from dll::UTUpperConvergence.
| void UEUpperConvergence::onFlowBuilt | ( | wns::service::tl::FlowID | _flowID, | |
| wns::service::dll::FlowID | _dllFlowID, | |||
| bool | newFlow | |||
| ) |
| void UEUpperConvergence::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.
| void UEUpperConvergence::processIncoming | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Override this method to handle incoming compounds.
Reimplemented from dll::UTUpperConvergence.
| void UEUpperConvergence::registerFlowHandler | ( | wns::service::dll::FlowHandler * | flowHandler | ) | [virtual] |
| void UEUpperConvergence::registerHandler | ( | wns::service::dll::protocolNumber | protocol, | |
| wns::service::dll::Handler * | _dh | |||
| ) | [virtual] |
| void UEUpperConvergence::releaseFlow | ( | wns::service::tl::FlowID | flowID | ) | [virtual] |
| [in] | _sourcePort | Own local port. |
| [in] | _destPort | On which port to connect peer. |
| [in] | _peer | Own IP address. |
| [in] | _peer | On which address to contact peer. |
Reimplemented from dll::UTUpperConvergence.
| void UEUpperConvergence::sendData | ( | const wns::service::dll::UnicastAddress & | macAddress, | |
| const wns::osi::PDUPtr & | data, | |||
| wns::service::dll::protocolNumber | protocol, | |||
| wns::service::dll::FlowID | _dllFlowID = 0 | |||
| ) | [virtual] |
| [in] | macAddress | Destination component(s) where data is to be delivered. |
| [in] | data | Protocol Data Unit that is to be transported. |
Reimplemented from dll::UpperConvergence.
1.5.5