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


Definition at line 57 of file DLMapCollector.hpp.
| DLMapCollector::DLMapCollector | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
Definition at line 50 of file DLMapCollector.cpp.
| void DLMapCollector::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 150 of file DLMapCollector.cpp.
| void DLMapCollector::doOnData | ( | const wns::ldk::CompoundPtr & | compound | ) |
Definition at line 181 of file DLMapCollector.cpp.
| void DLMapCollector::doStart | ( | int | mode | ) | [virtual] |
| void wimac::frame::DLMapCollector::doStartCollection | ( | int | ) | [inline, virtual] |
| void wimac::frame::DLMapCollector::finishCollection | ( | ) | [inline, virtual] |
Implements wns::ldk::fcf::CompoundCollectorInterface.
Definition at line 93 of file DLMapCollector.hpp.
| wns::simulator::Time DLMapCollector::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 166 of file DLMapCollector.cpp.
| wns::simulator::Time wimac::frame::DLMapCollector::getDLPhaseDuration | ( | ) | const [inline] |
This method is only usefull in the receiving MapCollector.
Definition at line 105 of file DLMapCollector.hpp.
| virtual wns::scheduler::SchedulingMapPtr wimac::frame::DLMapCollector::getMasterMapForSlaveScheduling | ( | ) | [inline, virtual] |
| void DLMapCollector::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 63 of file DLMapCollector.cpp.
| void DLMapCollector::onTimeout | ( | ) | [virtual] |
The deriver is forced to implement this method. It gets called, whenever the timer fires.
Implements wns::events::CanTimeout.
Definition at line 161 of file DLMapCollector.cpp.
| virtual bool wimac::frame::DLMapCollector::resourcesGranted | ( | ) | [inline, virtual] |
Definition at line 110 of file DLMapCollector.hpp.
Definition at line 115 of file DLMapCollector.hpp.
Definition at line 116 of file DLMapCollector.hpp.
Definition at line 108 of file DLMapCollector.hpp.
std::string wimac::frame::DLMapCollector::dlSchedulerName_ [private] |
Definition at line 109 of file DLMapCollector.hpp.
wns::SmartPtr<const wns::service::phy::phymode::PhyModeInterface> wimac::frame::DLMapCollector::phyMode [private] |
Definition at line 112 of file DLMapCollector.hpp.
Definition at line 111 of file DLMapCollector.hpp.
1.5.5