![]() |
||||||||||||||||||||||||||||
IxAtmScheduleTable Struct ReferenceThis structure defines a schedule table which gives details on which data (from which VCs) should be transmitted for a forthcoming period of time for a particular port and the order in which that data should be transmitted.
More...
|
Data Fields | |
unsigned | tableSize |
Number of entries. | |
unsigned | totalCellSlots |
Number of cells. | |
IxAtmScheduleTableEntry * | table |
Pointer to schedule entries. |
The schedule table consists of a series of entries each of which will schedule one or more cells from a particular registered VC. The total number of cells scheduled and the total number of entries in the table are also indicated.
Definition at line 384 of file IxAtmTypes.h.
|
Pointer to schedule entries. Pointer to an array containing tableSize entries Definition at line 397 of file IxAtmTypes.h. |
|
Number of entries. Indicates the total number of entries in the table. Definition at line 386 of file IxAtmTypes.h. |
|
Number of cells. Indicates the total number of ATM cells which are scheduled by all the entries in the table. Definition at line 391 of file IxAtmTypes.h. |