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


Public Member Functions | |
| virtual void | doOnData (const wns::ldk::CompoundPtr &) |
| virtual void | doSendData (const wns::ldk::CompoundPtr &) |
| LTEBCHUnitRAP (wns::ldk::fun::FUN *fun, const wns::pyconfig::View &config) | |
| virtual void | onFUNCreated () |
| Resolve inter-FU dependencies. | |
| void | sendBCH (simTimeType duration) |
| called by event StartBCH | |
| virtual | ~LTEBCHUnitRAP () |
Private Member Functions | |
| virtual bool | doIsAccepting (const wns::ldk::CompoundPtr &) const |
| virtual void | doWakeup () |
Private Attributes | |
| bool | accepting |
| wns::ldk::CompoundPtr | compound |
| std::string | flowManagerName |
| std::string | macgName |
| std::string | rlcName |
| wns::Power | txPower |
| power used to transmit BCH | |
Definition at line 140 of file BCHUnit.hpp.
| LTEBCHUnitRAP::LTEBCHUnitRAP | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 69 of file BCHUnit.cpp.
| LTEBCHUnitRAP::~LTEBCHUnitRAP | ( | ) | [virtual] |
Definition at line 101 of file BCHUnit.cpp.
| bool LTEBCHUnitRAP::doIsAccepting | ( | const wns::ldk::CompoundPtr & | ) | const [private, virtual] |
Definition at line 158 of file BCHUnit.cpp.
| void LTEBCHUnitRAP::doOnData | ( | const wns::ldk::CompoundPtr & | ) | [virtual] |
Definition at line 193 of file BCHUnit.cpp.
| void LTEBCHUnitRAP::doSendData | ( | const wns::ldk::CompoundPtr & | _compound | ) | [virtual] |
Definition at line 170 of file BCHUnit.cpp.
| void LTEBCHUnitRAP::doWakeup | ( | ) | [private, virtual] |
Definition at line 236 of file BCHUnit.cpp.
| void LTEBCHUnitRAP::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::bch::LTEBCHUnit.
Definition at line 123 of file BCHUnit.cpp.
| void LTEBCHUnitRAP::sendBCH | ( | simTimeType | duration | ) | [virtual] |
Definition at line 179 of file BCHUnit.hpp.
Definition at line 180 of file BCHUnit.hpp.
std::string lte::controlplane::bch::LTEBCHUnitRAP::flowManagerName [private] |
Definition at line 183 of file BCHUnit.hpp.
std::string lte::controlplane::bch::LTEBCHUnitRAP::macgName [private] |
Definition at line 182 of file BCHUnit.hpp.
std::string lte::controlplane::bch::LTEBCHUnitRAP::rlcName [private] |
Definition at line 181 of file BCHUnit.hpp.
Definition at line 177 of file BCHUnit.hpp.
1.5.5