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


Definition at line 77 of file ULMapCollector.hpp.
| ULMapCollector::ULMapCollector | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 60 of file ULMapCollector.cpp.
| void ULMapCollector::calculateSizes | ( | const wns::ldk::CommandPool * | commandPool, | |
| Bit & | commandPoolSize, | |||
| Bit & | dataSize | |||
| ) | const [virtual] |
The default implementation delegates calculation to upper functional units, modifying the result to include the size of the provided Command.
Reimplemented from wns::ldk::CommandTypeSpecifier< T >.
Definition at line 169 of file ULMapCollector.cpp.
| void ULMapCollector::doOnData | ( | const wns::ldk::CompoundPtr & | compound | ) |
Definition at line 194 of file ULMapCollector.cpp.
| void ULMapCollector::doStart | ( | int | mode | ) | [virtual] |
| void wimac::frame::ULMapCollector::doStartCollection | ( | int | ) | [inline, virtual] |
| void wimac::frame::ULMapCollector::finishCollection | ( | ) | [inline, virtual] |
Implements wns::ldk::fcf::CompoundCollectorInterface.
Definition at line 100 of file ULMapCollector.hpp.
| wns::simulator::Time wimac::frame::ULMapCollector::getBurstEnd | ( | ) | const [inline] |
Definition at line 121 of file ULMapCollector.hpp.
| wns::scheduler::MapInfoCollectionPtr wimac::frame::ULMapCollector::getBursts | ( | ) | [inline] |
Definition at line 138 of file ULMapCollector.hpp.
| wns::simulator::Time wimac::frame::ULMapCollector::getBurstStart | ( | ) | const [inline] |
Definition at line 112 of file ULMapCollector.hpp.
| wns::simulator::Time ULMapCollector::getCurrentDuration | ( | ) | const [virtual] |
Sometimes CompoundCollectors need to know how much time is still free for their phase. The FrameBuilder asks all CompoundCollectors how much time is already used by the CompoundCollectors. The minimum duration is the duration hint of the PhaseDescriptor.
Implements wns::ldk::fcf::CompoundCollectorInterface.
Definition at line 179 of file ULMapCollector.cpp.
| wns::scheduler::ChannelQualityOnOneSubChannel wimac::frame::ULMapCollector::getEstimatedCQI | ( | ) | const [inline, virtual] |
Reimplemented from wimac::frame::MapHandlerInterface.
Definition at line 129 of file ULMapCollector.hpp.
| virtual wns::scheduler::SchedulingMapPtr wimac::frame::ULMapCollector::getMasterMapForSlaveScheduling | ( | ) | [inline, virtual] |
| wns::SmartPtr<const wns::service::phy::phymode::PhyModeInterface> wimac::frame::ULMapCollector::getPhyMode | ( | ) | const [inline] |
Definition at line 125 of file ULMapCollector.hpp.
| wns::simulator::Time wimac::frame::ULMapCollector::getULPhaseDuration | ( | ) | const [inline] |
Definition at line 105 of file ULMapCollector.hpp.
| bool wimac::frame::ULMapCollector::hasUplinkBurst | ( | ) | const [inline] |
Definition at line 133 of file ULMapCollector.hpp.
| void ULMapCollector::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 79 of file ULMapCollector.cpp.
| void ULMapCollector::onTimeout | ( | ) | [virtual] |
The deriver is forced to implement this method. It gets called, whenever the timer fires.
Implements wns::events::CanTimeout.
Definition at line 163 of file ULMapCollector.cpp.
| bool wimac::frame::ULMapCollector::resourcesGranted | ( | ) | [inline, virtual] |
Definition at line 165 of file ULMapCollector.hpp.
wns::SmartPtr<const wns::service::phy::phymode::PhyModeInterface> wimac::frame::ULMapCollector::burstPhyMode [private] |
Definition at line 167 of file ULMapCollector.hpp.
Definition at line 164 of file ULMapCollector.hpp.
Definition at line 152 of file ULMapCollector.hpp.
Definition at line 154 of file ULMapCollector.hpp.
Definition at line 168 of file ULMapCollector.hpp.
Definition at line 169 of file ULMapCollector.hpp.
Definition at line 179 of file ULMapCollector.hpp.
Definition at line 166 of file ULMapCollector.hpp.
wns::SmartPtr<const wns::service::phy::phymode::PhyModeInterface> wimac::frame::ULMapCollector::phyMode [private] |
Definition at line 161 of file ULMapCollector.hpp.
Definition at line 153 of file ULMapCollector.hpp.
Definition at line 171 of file ULMapCollector.hpp.
Definition at line 163 of file ULMapCollector.hpp.
Definition at line 177 of file ULMapCollector.hpp.
Definition at line 150 of file ULMapCollector.hpp.
std::string wimac::frame::ULMapCollector::ulSchedulerName_ [private] |
Definition at line 151 of file ULMapCollector.hpp.
1.5.5