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


Public Member Functions | |
| void | addStation (wns::node::Interface *node, Station *station) |
| Station * | getStation (wns::node::Interface *node) |
| void | initAntennas (ofdmaphy::Station *station) |
| SystemManager (const wns::pyconfig::View &pyConfigView) | |
| virtual | ~SystemManager () |
| Destructor (will shut down the Scenario). | |
Private Types | |
| typedef std::map < wns::node::Interface *, Station * > | StationContainer |
| A typedef for the container where the stations are stored. | |
Private Attributes | |
| StationContainer | stations |
| A container that keeps all the stations available in this system. | |
Definition at line 39 of file Manager.hpp.
typedef std::map<wns::node::Interface*, Station*> ofdmaphy::SystemManager::StationContainer [private] |
Reimplemented from rise::SystemManager.
Definition at line 42 of file Manager.hpp.
| SystemManager::SystemManager | ( | const wns::pyconfig::View & | pyConfigView | ) |
Definition at line 32 of file Manager.cpp.
| virtual ofdmaphy::SystemManager::~SystemManager | ( | ) | [inline, virtual] |
If the SystemManager gets destroyed it will shut down the scenario by calling scenario->shutDown()
Reimplemented from rise::SystemManager.
Definition at line 46 of file Manager.hpp.
| void ofdmaphy::SystemManager::addStation | ( | wns::node::Interface * | node, | |
| Station * | station | |||
| ) | [inline] |
Definition at line 58 of file Manager.hpp.
| Station* ofdmaphy::SystemManager::getStation | ( | wns::node::Interface * | node | ) | [inline] |
Definition at line 50 of file Manager.hpp.
| void SystemManager::initAntennas | ( | ofdmaphy::Station * | station | ) |
Definition at line 41 of file Manager.cpp.
1.5.5