Public Member Functions | |
WatchdogTimer (OverlayBootstrap *_obj) | |
void | startWatchdog () |
void | stopWatchdog () |
Protected Member Functions | |
virtual void | eventFunction () |
Private Attributes | |
OverlayBootstrap * | obj |
Definition at line 121 of file OverlayBootstrap.h.
ariba::overlay::OverlayBootstrap::OverlayBootstrap::WatchdogTimer::WatchdogTimer | ( | OverlayBootstrap * | _obj | ) |
Definition at line 225 of file OverlayBootstrap.cpp.
void ariba::overlay::OverlayBootstrap::OverlayBootstrap::WatchdogTimer::eventFunction | ( | ) | [protected, virtual] |
Reimplemented from ariba::utility::Timer.
Definition at line 237 of file OverlayBootstrap.cpp.
References ariba::overlay::OverlayBootstrap::checkOverlayStatus(), and ariba::overlay::OverlayBootstrap::OverlayBootstrap::WatchdogTimer::obj.
void ariba::overlay::OverlayBootstrap::OverlayBootstrap::WatchdogTimer::startWatchdog | ( | ) |
Definition at line 228 of file OverlayBootstrap.cpp.
References ariba::utility::Timer::setInterval(), and ariba::utility::Timer::start().
Referenced by ariba::overlay::OverlayBootstrap::start().
void ariba::overlay::OverlayBootstrap::OverlayBootstrap::WatchdogTimer::stopWatchdog | ( | ) |
Definition at line 233 of file OverlayBootstrap.cpp.
References ariba::utility::Timer::stop().
Referenced by ariba::overlay::OverlayBootstrap::stop().
OverlayBootstrap* ariba::overlay::OverlayBootstrap::OverlayBootstrap::WatchdogTimer::obj [private] |
Definition at line 129 of file OverlayBootstrap.h.
Referenced by ariba::overlay::OverlayBootstrap::OverlayBootstrap::WatchdogTimer::eventFunction().