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

Public Member Functions | |
| EWdetectorB () | |
| virtual | ~EWdetectorB () |
| void | init (int) |
| int | exFlow (Packet *) |
Private Member Functions | |
| void | measure (Packet *) |
| void | updateCur () |
| void | updateAvg () |
| void | detect () |
| void | updateAList (Packet *) |
| AListEntry * | getMaxAList () |
| void | sortAList () |
| void | timeoutAList () |
| AListEntry * | searchAList (int, int, int) |
| AListEntry * | newAListEntry (int, int, int) |
| int | getMedianAList (int, int) |
| int | getRateAList (int) |
| void | resetAList () |
| void | printAListEntry (struct AListEntry *, int) |
| void | printAList () |
| int | computeARR () |
| void | computeDropP () |
| void | decSInv () |
| void | incSInv () |
| void | trace () |
| void | updateSWin (int) |
| void | ravgSWin () |
| void | resetSWin () |
| void | printSWin () |
| void | printSWinEntry (struct SWinEntry *, int) |
Private Attributes | |
| float | adjustor |
| float | drop_p |
| int | arr_count |
| AList | alist |
| SWin | swin |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements EWdetector. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements EWdetector. |
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Implements EWdetector. |
|
|
|
|
|
Reimplemented from EWdetector. |
|
|
Implements EWdetector. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|