Class OSPFLSA

File: src/networklayer/ospfv2/OSPFPacket.msg

common ancestor type for all LSAs

class OSPFLSA extends cObject

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 extends cObject
class OSPFLSA
{
    OSPFLSAHeader header;
}