INET Framework for OMNeT++/OMNEST
LSAProcessingMarker Class Reference

List of all members.

Public Member Functions

 LSAProcessingMarker (unsigned int counter)
 ~LSAProcessingMarker ()
 LSAProcessingMarker (unsigned int counter)
 ~LSAProcessingMarker ()

Private Attributes

unsigned int index

Detailed Description

Definition at line 7 of file AnsaLinkStateUpdateHandler.cc.


Constructor & Destructor Documentation

LSAProcessingMarker::LSAProcessingMarker ( unsigned int  counter) [inline]

Definition at line 13 of file AnsaLinkStateUpdateHandler.cc.

: index(counter) { EV << "    --> Processing LSA(" << index << ")\n"; }

Definition at line 14 of file AnsaLinkStateUpdateHandler.cc.

{ EV << "    <-- LSA(" << index << ") processed.\n"; }
LSAProcessingMarker::LSAProcessingMarker ( unsigned int  counter) [inline]

Definition at line 30 of file LinkStateUpdateHandler.cc.

: index(counter) { EV << "    --> Processing LSA(" << index << ")\n"; }

Definition at line 31 of file LinkStateUpdateHandler.cc.

{ EV << "    <-- LSA(" << index << ") processed.\n"; }

Member Data Documentation

unsigned int LSAProcessingMarker::index [private]

Definition at line 10 of file AnsaLinkStateUpdateHandler.cc.

Referenced by LSAProcessingMarker(), and ~LSAProcessingMarker().


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