Inheritance diagram for LimitedBandwidth:

Definition at line 11 of file network.h.
Public Member Functions | |
| LimitedBandwidth (lword maxBytesPerSecond=0) | |
| lword | GetMaxBytesPerSecond () const |
| void | SetMaxBytesPerSecond (lword v) |
| lword | ComputeCurrentTransceiveLimit () |
| double | TimeToNextTransceive () |
| void | NoteTransceive (lword size) |
| unsigned int | GetMaxWaitObjectCount () const |
| void | GetWaitObjects (WaitObjectContainer &container, CallStack const &callStack) |
| unsigned int LimitedBandwidth::GetMaxWaitObjectCount | ( | ) | const [inline] |
GetWaitObjects() must be called despite the 0 return from GetMaxWaitObjectCount(); the 0 is because the ScheduleEvent() method is used instead of adding a wait object
Reimplemented in NetworkSource, and NetworkSink.
Definition at line 34 of file network.h.
Referenced by NetworkSink::GetMaxWaitObjectCount(), and NetworkSource::GetMaxWaitObjectCount().
1.5.1-p1