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

Public Member Functions | |
| SinkAgent () | |
| int | command (int argc, const char *const *argv) |
| virtual void | timeout (int) |
| void | report () |
| void | recv (Packet *, Handler *) |
| void | reset () |
| void | set_addr (ns_addr_t) |
| int | get_pk_count () |
| void | incr_pk_count () |
| Packet * | create_packet () |
Protected Member Functions | |
| void | Terminate () |
| void | bcast_interest () |
| void | data_ready () |
| void | start () |
| void | stop () |
| virtual void | sendpkt () |
Protected Attributes | |
| bool | APP_DUP_ |
| bool | periodic_ |
| bool | always_max_rate_ |
| int | pk_count |
| unsigned int | data_type_ |
| int | num_recv |
| int | num_send |
| int | RecvPerSec |
| double | cum_delay |
| double | last_arrival_time |
| Data_Hash_Table | DataTable |
| int | running_ |
| int | random_ |
| int | maxpkts_ |
| double | interval_ |
| int | simple_report_rate |
| int | data_counter |
| Sink_Timer | sink_timer_ |
| Periodic_Timer | periodic_timer_ |
| Report_Timer | report_timer_ |
Friends | |
| class | Periodic_Timer |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from Agent. |
|
|
|
|
|
Reimplemented from NsObject. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Agent. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|