![]() |
||||||||||||||||||||
IxAtmScheduleTableEntry Struct ReferenceATM Schedule Table entry.
More...
|
Data Fields | |
IxAtmConnId | connId |
connection Id | |
unsigned int | numberOfCells |
number of cells to transmit |
This IxAtmScheduleTableEntry is used by an ATM scheduler to inform IxAtmdAcc about the data to transmit (in term of cells per VC)
This structure defines
Definition at line 352 of file IxAtmTypes.h.
|
connection Id Identifier of VC from which cells are to be transmitted. When this valus is IX_ATM_IDLE_CELLS_CONNID, this indicates that the system should transmit the specified number of idle cells. Unknown connIds result in the transmission idle cells. Definition at line 354 of file IxAtmTypes.h. |
|
number of cells to transmit The number of contiguous cells to schedule from this VC at this point. The valid range is from 1 to IX_ATM_SCHEDULETABLE_MAXCELLS_PER_ENTRY. This number can swap over mbufs and pdus. OverSchduling results in the transmission of idle cells. Definition at line 362 of file IxAtmTypes.h. |