#include <LATp.h>
Public Member Functions | |
| LATPcellHeader (unsigned header) | |
| Constructor to initialize the class with a LATp cell header word. | |
| unsigned | parity () |
| Method returning the state of the LATp cell parity. | |
| unsigned | source () |
| Method returning the contribution source ID. | |
| unsigned | protocol () |
| Method returning the PROTOCOL value. | |
| unsigned | destination () |
| Method returning the contribution destination ID. | |
| unsigned | respond () |
| Method returning the state of the RESPOND bit. | |
| unsigned | more () |
| Method returning the state of the MORE bit. | |
Static Public Member Functions | |
| static unsigned | parity (unsigned header) |
| Static method returning the state of the LATp cell parity. | |
| static unsigned | source (unsigned header) |
| Static method returning the contribution source ID. | |
| static unsigned | protocol (unsigned header) |
| Static method returning the PROTOCOL value. | |
| static unsigned | destination (unsigned header) |
| Static method returning the contribution destination ID. | |
| static unsigned | respond (unsigned header) |
| Static method returning the state of the RESPOND bit. | |
| static unsigned | more (unsigned header) |
| Static method returning the state of the MORE bit. | |
Copyright: Copyright 2004 by The Board of Trustees of the Leland Stanford Junior University. All rights reserved.
| unsigned LATPcellHeader::destination | ( | ) | [inline] |
Method returning the contribution destination ID.
| unsigned LATPcellHeader::destination | ( | unsigned | header | ) | [inline, static] |
Static method returning the contribution destination ID.
| header | - A LATp cell header word |
| unsigned LATPcellHeader::more | ( | ) | [inline] |
Method returning the state of the MORE bit.
N.B. that the MORE bit and the RESPOND bit are the same bit.
| unsigned LATPcellHeader::more | ( | unsigned | header | ) | [inline, static] |
Static method returning the state of the MORE bit.
N.B. that the MORE bit and the RESPOND bit are the same bit.
| header | - A LATp cell header word |
| unsigned LATPcellHeader::parity | ( | ) | [inline] |
Method returning the state of the LATp cell parity.
| unsigned LATPcellHeader::parity | ( | unsigned | header | ) | [inline, static] |
Static method returning the state of the LATp cell parity.
| header | - A LATp cell header word |
| unsigned LATPcellHeader::protocol | ( | ) | [inline] |
Method returning the PROTOCOL value.
| unsigned LATPcellHeader::protocol | ( | unsigned | header | ) | [inline, static] |
Static method returning the PROTOCOL value.
| header | - A LATp cell header word |
| unsigned LATPcellHeader::respond | ( | ) | [inline] |
Method returning the state of the RESPOND bit.
N.B. that the RESPOND bit and the MORE bit are the same bit.
| unsigned LATPcellHeader::respond | ( | unsigned | header | ) | [inline, static] |
Static method returning the state of the RESPOND bit.
N.B. that the RESPOND bit and the MORE bit are the same bit.
| header | - A LATp cell header word |
| unsigned LATPcellHeader::source | ( | ) | [inline] |
Method returning the contribution source ID.
| unsigned LATPcellHeader::source | ( | unsigned | header | ) | [inline, static] |
Static method returning the contribution source ID.
| header | - A LATp cell header word |
1.4.7