User Manual, Developers Guide and API Documentation

ofdmaphy::SystemManager Class Reference

#include <Manager.hpp>

Inheritance diagram for ofdmaphy::SystemManager:

Inheritance graph
[legend]
Collaboration diagram for ofdmaphy::SystemManager:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void addStation (wns::node::Interface *node, Station *station)
StationgetStation (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.


Detailed Description

Definition at line 39 of file Manager.hpp.


Member Typedef Documentation

Note:
Always use this typedef either inside this class or outside. Then it's easier to change the type of the container (if we need to do so)

Reimplemented from rise::SystemManager.

Definition at line 42 of file Manager.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Reimplemented from rise::SystemManager.

Definition at line 69 of file Manager.hpp.


The documentation for this class was generated from the following files:

Generated on Sat May 26 03:32:36 2012 for openWNS by  doxygen 1.5.5