| 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 EWdetector:

Public Member Functions | |
| EWdetector () | |
| void | setDb (int) |
| void | setDt (int) |
| void | setLink (int, int) |
| void | setAlarm () |
| void | resetAlarm () |
| int | testAlarm () |
| void | setChange () |
| void | resetChange () |
| void | run (Packet *) |
| virtual void | measure (Packet *)=0 |
| virtual void | detect ()=0 |
| virtual void | updateCur ()=0 |
| void | updateAvg () |
| virtual void | trace ()=0 |
Public Attributes | |
| int | ew_src |
| int | ew_dst |
| double | now |
| int | db_timer |
| int | dt_timer |
| int | dt_inv |
| int | db_inv |
| double | cur_rate |
| double | avg_rate |
| int | alarm |
| int | change |
| HLF | hlf |
|
|
|
|
|
Implemented in EWdetectorP, and EWdetectorB. |
|
|
Implemented in EWdetectorP, and EWdetectorB. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Implemented in EWdetectorP, and EWdetectorB. |
|
|
Reimplemented in EWdetectorP, and EWdetectorB. |
|
|
Implemented in EWdetectorP, and EWdetectorB. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|