Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

IxAtmScheduleTable Struct Reference
[IXP425 ATM Types (IxAtmTypes)]

This 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.

IxAtmScheduleTableEntrytable
 Pointer to schedule entries.


Detailed Description

This 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.

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.


Field Documentation

IxAtmScheduleTableEntry* IxAtmScheduleTable::table
 

Pointer to schedule entries.

Pointer to an array containing tableSize entries

Definition at line 397 of file IxAtmTypes.h.

unsigned IxAtmScheduleTable::tableSize
 

Number of entries.

Indicates the total number of entries in the table.

Definition at line 386 of file IxAtmTypes.h.

unsigned IxAtmScheduleTable::totalCellSlots
 

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.


The documentation for this struct was generated from the following file:
Automatically generated from sources. © Intel Corp. 2003