|
GreenCloud Simulator
|
#include <tskcomsink.h>


Public Member Functions | |
| TskComSink () | |
| virtual | ~TskComSink () |
| void | addResourceProvider (ResourceProvider *newrp) |
| virtual int | command (int argc, const char *const *argv) |
| virtual void | recv (Packet *pkt, Handler *) |
Public Member Functions inherited from ByteCounter | |
| ByteCounter () | |
| virtual | ~ByteCounter () |
| int | resetBytesSince () |
| double | getLastBytesSinceTime () |
Protected Attributes | |
| int | nlost_ |
| int | npkts_ |
| int | expected_ |
| int | bytes_ |
| int | seqno_ |
| double | last_packet_time_ |
| ResourceProvider * | res_provider_ |
Protected Attributes inherited from ByteCounter | |
| int | bytes_since_ |
| double | last_bytes_since_ |
Definition at line 19 of file tskcomsink.h.
| TskComSink::TskComSink | ( | ) |
Definition at line 28 of file tskcomsink.cc.
|
virtual |
Definition at line 45 of file tskcomsink.cc.
| void TskComSink::addResourceProvider | ( | ResourceProvider * | newrp | ) |
Definition at line 70 of file tskcomsink.cc.
|
virtual |
Definition at line 80 of file tskcomsink.cc.
|
virtual |
Definition at line 50 of file tskcomsink.cc.
|
protected |
Definition at line 31 of file tskcomsink.h.
|
protected |
Definition at line 30 of file tskcomsink.h.
|
protected |
Definition at line 33 of file tskcomsink.h.
|
protected |
Definition at line 28 of file tskcomsink.h.
|
protected |
Definition at line 29 of file tskcomsink.h.
|
protected |
Definition at line 36 of file tskcomsink.h.
|
protected |
Definition at line 32 of file tskcomsink.h.
1.8.11