common ancestor type for all LSAs
class OSPFLSA extends cObject
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
OSPFASExternalLSA (class) |
Represents an OSPF AS External LSA |
OSPFNetworkLSA (class) |
Represents an OSPF Network LSA |
OSPFRouterLSA (class) |
Represents an OSPF Router LSA |
OSPFSummaryLSA (class) |
Represents an OSPF Summary LSA |
Name | Type | Description |
---|---|---|
header | OSPFLSAHeader |
// // common ancestor type for all LSAs // //class OSPFLSA extends cObject class OSPFLSA { OSPFLSAHeader header; }