| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <channel.h>
Inheritance diagram for WirelessChannel:

Public Member Functions | |
| WirelessChannel (void) | |
| virtual int | command (int argc, const char *const *argv) |
| double | gethighestAntennaZ () |
Protected Member Functions | |
| void | calcHighestAntennaZ (Phy *tifp) |
Static Protected Attributes | |
| double | distCST_ = -1 |
| double | highestAntennaZ_ = -1 |
Private Member Functions | |
| void | sendUp (Packet *p, Phy *txif) |
| double | get_pdelay (Node *tnode, Node *rnode) |
| void | addNodeToList (MobileNode *mn) |
| void | removeNodeFromList (MobileNode *mn) |
| void | sortLists (void) |
| void | updateNodesList (class MobileNode *mn, double oldX) |
| MobileNode ** | getAffectedNodes (MobileNode *mn, double radius, int *numAffectedNodes) |
Private Attributes | |
| int | numNodes_ |
| MobileNode * | xListHead_ |
| bool | sorted_ |
Friends | |
| class | Topography |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Channel. |
|
||||||||||||
|
Reimplemented from Channel. |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Channel. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|