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

Public Member Functions | |
| Topology (int nn, int src) | |
| ~Topology () | |
| virtual void | flood (int, int)=0 |
| virtual Interface_List * | oif (int node, int iif)=0 |
| int | command (int argc, const char *const *argv) |
| int | idx () |
| SrmNode * | node (int nn) |
| virtual double | backoff (int dst)=0 |
| double | delay () |
| double | D () |
| virtual double | delay (int src, int dst)=0 |
| int | rtt_estimated () |
Public Attributes | |
| TCP_Nodes | TCPNodes |
| DDOS_Traffic_info | CBRTraffic |
Protected Attributes | |
| SrmNode * | node_ |
| int | idx_ |
| int | src_ |
| double | delay_ |
| double | D_ |
| double | frac_ |
| double | det_ |
| double | rand_ |
| int | rtt_est_ |
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from TclObject. |
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|