INET Framework for OMNeT++/OMNEST
AnsaOspf6::Stat Class Reference

#include <ansaOspfStat6.h>

List of all members.

Public Member Functions

 Stat ()
void AddHelloPacketSend ()
void AddHelloPacketReceived ()
void AddOspfPacketSend ()
void AddOspfPacketReceived ()
unsigned long GetHelloPacketSend ()
unsigned long GetHelloPacketReceived ()
unsigned long GetOspfPacketSend ()
unsigned long GetOspfPacketReceived ()

Private Attributes

unsigned long helloPacketSend
unsigned long helloPacketReceived
unsigned long ospfPacketSend
unsigned long ospfPacketReceived

Detailed Description

Definition at line 21 of file ansaOspfStat6.h.


Constructor & Destructor Documentation

Definition at line 18 of file ansaOspfStat6.cc.


Member Function Documentation

Definition at line 31 of file ansaOspfStat6.h.

Definition at line 30 of file ansaOspfStat6.h.

Definition at line 33 of file ansaOspfStat6.h.

Definition at line 32 of file ansaOspfStat6.h.

unsigned long AnsaOspf6::Stat::GetHelloPacketReceived ( ) [inline]

Definition at line 35 of file ansaOspfStat6.h.

unsigned long AnsaOspf6::Stat::GetHelloPacketSend ( ) [inline]

Definition at line 34 of file ansaOspfStat6.h.

{return helloPacketSend;}
unsigned long AnsaOspf6::Stat::GetOspfPacketReceived ( ) [inline]

Definition at line 37 of file ansaOspfStat6.h.

unsigned long AnsaOspf6::Stat::GetOspfPacketSend ( ) [inline]

Definition at line 36 of file ansaOspfStat6.h.

{return ospfPacketSend;}

Member Data Documentation

unsigned long AnsaOspf6::Stat::helloPacketReceived [private]

Definition at line 24 of file ansaOspfStat6.h.

Referenced by AddHelloPacketReceived(), GetHelloPacketReceived(), and Stat().

unsigned long AnsaOspf6::Stat::helloPacketSend [private]

Definition at line 23 of file ansaOspfStat6.h.

Referenced by AddHelloPacketSend(), GetHelloPacketSend(), and Stat().

unsigned long AnsaOspf6::Stat::ospfPacketReceived [private]

Definition at line 26 of file ansaOspfStat6.h.

Referenced by AddOspfPacketReceived(), GetOspfPacketReceived(), and Stat().

unsigned long AnsaOspf6::Stat::ospfPacketSend [private]

Definition at line 25 of file ansaOspfStat6.h.

Referenced by AddOspfPacketSend(), GetOspfPacketSend(), and Stat().


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