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


Public Member Functions | |
| PseudoBWRequestGenerator (const wns::pyconfig::View &config) | |
| void | setFUN (wns::ldk::fun::FUN *fun) |
| void | setScheduler (wimac::scheduler::Interface *) |
| void | wakeup () |
| On doWakeup(), a list of all CIDs of registered connections is retrieved from the ConnectionManager. Then, one "Fake"-PDU is created for every user and given to the lower FU which should be a generic scheduler operating in UL-mode. | |
Private Attributes | |
| wimac::Component * | component_ |
| struct { | |
| wimac::ConnectionClassifier * classifier | |
| std::string classifierName | |
| service::ConnectionManager * connectionManager | |
| std::string connectionManagerName | |
| wimac::scheduler::Scheduler * ulScheduler | |
| } | friends_ |
| int | packetSize |
Definition at line 49 of file PseudoBWRequestGenerator.hpp.
| PseudoBWRequestGenerator::PseudoBWRequestGenerator | ( | const wns::pyconfig::View & | config | ) |
Definition at line 50 of file PseudoBWRequestGenerator.cpp.
| void PseudoBWRequestGenerator::setFUN | ( | wns::ldk::fun::FUN * | fun | ) |
Definition at line 69 of file PseudoBWRequestGenerator.cpp.
| void PseudoBWRequestGenerator::setScheduler | ( | wimac::scheduler::Interface * | scheduler | ) |
Definition at line 76 of file PseudoBWRequestGenerator.cpp.
| void PseudoBWRequestGenerator::wakeup | ( | ) |
Definition at line 113 of file PseudoBWRequestGenerator.cpp.
Definition at line 69 of file PseudoBWRequestGenerator.hpp.
Definition at line 65 of file PseudoBWRequestGenerator.hpp.
Definition at line 61 of file PseudoBWRequestGenerator.hpp.
Definition at line 67 of file PseudoBWRequestGenerator.hpp.
Definition at line 64 of file PseudoBWRequestGenerator.hpp.
struct { ... } wimac::scheduler::PseudoBWRequestGenerator::friends_ [private] |
Definition at line 72 of file PseudoBWRequestGenerator.hpp.
Definition at line 68 of file PseudoBWRequestGenerator.hpp.
1.5.5