![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <RISE/medium/PhysicalResourceObserver.hpp>#include <RISE/transmissionobjects/transmissionobject.hpp>#include <RISE/misc/pointer.hpp>#include <RISE/misc/RISELogger.hpp>#include <WNS/Functor.hpp>#include <WNS/container/FastList.hpp>#include <WNS/Interval.hpp>#include <WNS/PowerRatio.hpp>#include <ext/slist>

Go to the source code of this file.
Namespaces | |
| namespace | rise |
| namespace | rise::medium |
Classes | |
| class | rise::medium::PhysicalResource |
| Distributes TransmissionObjects send by Transmitters to the attached Receivers
A PhysicalResource(Subject) may have a number of Receiver(Observer). This PhysicalResource holds all Receiver in a list. An Receiver(Observer) may attach and detach to a PhysicalResource(Subject) with attach(Receiver *r) and detach(Receiver *r). By calling notifyObservers(), the Physicalresource will call Receiver::notify() of every Receiver. More... | |
1.5.5