Class OSPFLSA

File: src/inet/routing/ospfv2/OSPFPacket.msg

C++ definition

common ancestor type for all LSAs

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Known subclasses:

Name Type Description
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

Fields:

Name Type Description
header OSPFLSAHeader

Source code:

//
// common ancestor type for all LSAs
//
class OSPFLSA
{
    OSPFLSAHeader header;
}