|
INET Framework for OMNeT++/OMNEST
|
#include <ChannelControl.h>
Public Attributes | |
| cModule * | host |
| cGate * | radioInGate |
| int | channel |
| Coord | pos |
| std::set< HostRef > | neighbors |
| bool | isNeighborListValid |
| HostRefVector | neighborList |
Keeps track of hosts/NICs, their positions and channels; also caches neighbor info (which other hosts are within interference distance).
| cModule* ChannelControl::HostEntry::host |
Referenced by ChannelControl::getHost(), operator<<(), and ChannelControl::registerHost().
| std::set<HostRef> ChannelControl::HostEntry::neighbors |
Referenced by ChannelControl::getNeighbors(), operator<<(), and ChannelControl::updateConnections().
Referenced by ChannelControl::getRadioGate(), ChannelControl::registerHost(), and ChannelControl::sendToChannel().