| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
Inheritance diagram for RA_Traffic:

Public Member Functions | |
| RA_Traffic () | |
| int | loadCDF (const char *filename) |
| int | lookup (double u) |
| virtual double | value () |
| virtual double | interpolate (double u, double x1, double y1, double x2, double y2) |
| virtual double | next_interval (int &) |
Protected Member Functions | |
| void | init () |
Protected Attributes | |
| double | ontime_ |
| double | offtime_ |
| double | rate_ |
| double | interval_ |
| double | burstlen_ |
| unsigned int | rem_ |
| double | minCDF_ |
| double | maxCDF_ |
| int | interpolation_ |
| int | numEntry_ |
| int | maxEntry_ |
| CDFentry * | table_ |
| RNG * | rng_ |
|
|
|
|
|
Reimplemented from TrafficGenerator. |
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Implements TrafficGenerator. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|