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, const CallStack &callStack) |
Definition at line 15 of file network.h.
| 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.
1.7.1