![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IxAtmTrafficDescriptor Struct ReferenceStructure describing an ATM traffic contract for a Virtual Connection (VC).
More...
|
Data Fields | |
IxAtmServiceCategory | atmService |
ATM service category. | |
unsigned | pcr |
Peak Cell Rate - cells per second. | |
unsigned | cdvt |
Cell Delay Variation Tolerance - in nanoseconds. | |
unsigned | scr |
Sustained Cell Rate - cells per second. | |
unsigned | mbs |
Max Burst Size - cells. | |
unsigned | mcr |
Minimum Cell Rate - cells per second. | |
unsigned | mfs |
Max Frame Size - cells. |
Structure is used to specify the requested traffic contract for a VC to the IxAtmSch component using the ixAtmSchVcModelSetup interface.
These parameters are defined by the ATM forum working group (http://www.atmforum.com).
Typical values for a data channel 800 Kbit/s
Definition at line 291 of file IxAtmTypes.h.
|
ATM service category.
Definition at line 293 of file IxAtmTypes.h. |
|
Cell Delay Variation Tolerance - in nanoseconds.
Definition at line 295 of file IxAtmTypes.h. |
|
Max Burst Size - cells.
Definition at line 297 of file IxAtmTypes.h. |
|
Minimum Cell Rate - cells per second.
Definition at line 298 of file IxAtmTypes.h. |
|
Max Frame Size - cells.
Definition at line 299 of file IxAtmTypes.h. |
|
Peak Cell Rate - cells per second.
Definition at line 294 of file IxAtmTypes.h. |
|
Sustained Cell Rate - cells per second.
Definition at line 296 of file IxAtmTypes.h. |