#include <Ospfv3NeighborStateAttempt.h>
◆ ~Ospfv3NeighborStateAttempt()
| inet::ospfv3::Ospfv3NeighborStateAttempt::~Ospfv3NeighborStateAttempt |
( |
| ) |
|
|
inline |
◆ getNeighborStateString()
| virtual std::string inet::ospfv3::Ospfv3NeighborStateAttempt::getNeighborStateString |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getState()
◆ processEvent()
Implements inet::ospfv3::Ospfv3NeighborState.
20 neighbor->getInterface()->getArea()->getInstance()->getProcess()->clearTimer(neighbor->getInactivityTimer());
21 changeState(neighbor,
new Ospfv3NeighborStateDown,
this);
26 neighbor->getInterface()->getArea()->getInstance()->getProcess()->setTimer(neighbor->getPollTimer(), neighbor->getInterface()->getPollInterval());
28 changeState(neighbor,
new Ospfv3NeighborStateDown,
this);
31 neighbor->getInterface()->getArea()->getInstance()->getProcess()->clearTimer(neighbor->getInactivityTimer());
32 neighbor->getInterface()->getArea()->getInstance()->getProcess()->setTimer(neighbor->getInactivityTimer(), neighbor->getNeighborDeadInterval());
33 changeState(neighbor,
new Ospfv3NeighborStateInit,
this);
The documentation for this class was generated from the following files: