INET Framework for OMNeT++/OMNEST
inet::ospfv2::LsaProcessingMarker Class Reference

Public Member Functions

 LsaProcessingMarker (unsigned int counter)
 
 ~LsaProcessingMarker ()
 

Private Attributes

unsigned int index
 

Constructor & Destructor Documentation

◆ LsaProcessingMarker()

inet::ospfv2::LsaProcessingMarker::LsaProcessingMarker ( unsigned int  counter)
inline
27 : index(counter) { EV_INFO << " --> Processing LSA(" << index << ")\n"; }

◆ ~LsaProcessingMarker()

inet::ospfv2::LsaProcessingMarker::~LsaProcessingMarker ( )
inline
28 { EV_INFO << " <-- LSA(" << index << ") processed.\n"; }

Member Data Documentation

◆ index

unsigned int inet::ospfv2::LsaProcessingMarker::index
private

The documentation for this class was generated from the following file:
inet::ospfv2::LsaProcessingMarker::index
unsigned int index
Definition: LinkStateUpdateHandler.cc:24