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


Public Member Functions | |
| ErrorModelling (wns::ldk::fun::FUN *fun, const wns::pyconfig::View &config) | |
| void | onFUNCreated () |
| Resolve inter-FU dependencies. | |
| void | processIncoming (const wns::ldk::CompoundPtr &compound) |
| Processor Interface Implementation. | |
| void | processOutgoing (const wns::ldk::CompoundPtr &compound) |
| Process compounds on downlink. | |
Private Attributes | |
| wns::pyconfig::View | config |
| wns::logger::Logger | logger |
| const std::string | managerCommandName |
| wifimac::management::ProtocolCalculator * | pc |
| const std::string | phyUserCommandName |
| const std::string | protocolCalculatorName |
Definition at line 84 of file ErrorModelling.hpp.
| ErrorModelling::ErrorModelling | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 44 of file ErrorModelling.cpp.
| void ErrorModelling::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.
Definition at line 55 of file ErrorModelling.cpp.
| void ErrorModelling::processIncoming | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
| void ErrorModelling::processOutgoing | ( | const wns::ldk::CompoundPtr & | ) | [virtual] |
Override this method to handle outgoing compounds.
Implements wns::ldk::ProcessorInterface.
Definition at line 84 of file ErrorModelling.cpp.
Definition at line 101 of file ErrorModelling.hpp.
Definition at line 102 of file ErrorModelling.hpp.
const std::string wifimac::convergence::ErrorModelling::managerCommandName [private] |
Definition at line 104 of file ErrorModelling.hpp.
Definition at line 107 of file ErrorModelling.hpp.
const std::string wifimac::convergence::ErrorModelling::phyUserCommandName [private] |
Definition at line 103 of file ErrorModelling.hpp.
const std::string wifimac::convergence::ErrorModelling::protocolCalculatorName [private] |
Definition at line 105 of file ErrorModelling.hpp.
1.5.5