Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Attributes | List of all members
OspfDatabase Class Reference

Data element for OspfDatabase. More...

Public Attributes

vector< TimedRouterLSArouterLSAs
 
vector< TimedNetworkLSAnetworkLSAs
 
vector< TimedSummaryLSAsummaryLSAs
 
vector< TimedAsExternalLSAasExternalLSAs
 
vector< TimedType7LSAtype7LSAs
 
int routerLsaSeqNum
 
int networkLsaSeqNum
 
int summaryLsaSeqNum
 
int asExternalLsaSeqNum
 
int type7LsaSeqNum
 

Detailed Description

Data element for OspfDatabase.

Member Data Documentation

◆ asExternalLSAs

vector<TimedAsExternalLSA> OspfDatabase::asExternalLSAs

◆ asExternalLsaSeqNum

int OspfDatabase::asExternalLsaSeqNum

◆ networkLSAs

vector<TimedNetworkLSA> OspfDatabase::networkLSAs

◆ networkLsaSeqNum

int OspfDatabase::networkLsaSeqNum

◆ routerLSAs

vector<TimedRouterLSA> OspfDatabase::routerLSAs

◆ routerLsaSeqNum

int OspfDatabase::routerLsaSeqNum

◆ summaryLSAs

vector<TimedSummaryLSA> OspfDatabase::summaryLSAs

◆ summaryLsaSeqNum

int OspfDatabase::summaryLsaSeqNum

◆ type7LSAs

vector<TimedType7LSA> OspfDatabase::type7LSAs

◆ type7LsaSeqNum

int OspfDatabase::type7LsaSeqNum

The documentation for this class was generated from the following file: