#include <qos.h>
Inheritance diagram for PQoS:

Public Member Functions | |
| PQoS () | |
| PQoS (DWORD avgBytesPerSec, DWORD winServiceType, int DSCPalternative=-1, DWORD maxFrameBytes=1500, DWORD peakBytesPerSec=QOS_NOT_SPECIFIED) | |
| PQoS (int DSCPvalue) | |
| void | SetAvgBytesPerSec (DWORD avgBytesPerSec) |
| void | SetWinServiceType (DWORD winServiceType) |
| void | SetDSCP (int DSCPvalue) |
| void | SetMaxFrameBytes (DWORD maxFrameBytes) |
| void | SetPeakBytesPerSec (DWORD peakBytesPerSec) |
| DWORD | GetTokenRate () const |
| DWORD | GetTokenBucketSize () const |
| DWORD | GetPeakBandwidth () const |
| DWORD | GetServiceType () const |
| int | GetDSCP () const |
Static Public Member Functions | |
| static void | SetDSCPAlternative (DWORD winServiceType, UINT dscp) |
Static Public Attributes | |
| static char | bestEffortDSCP |
| static char | controlledLoadDSCP |
| static char | guaranteedDSCP |
Protected Attributes | |
| int | dscp |
| DWORD | tokenRate |
| DWORD | tokenBucketSize |
| DWORD | peakBandwidth |
| DWORD | serviceType |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2