Inherits ariba::utility::Timer.

Public Member Functions | |
| WatchdogTimer (OverlayBootstrap *_obj) | |
| void | startWatchdog () |
| void | stopWatchdog () |
Protected Member Functions | |
| virtual void | eventFunction () |
Private Attributes | |
| OverlayBootstrap * | obj |
Definition at line 131 of file OverlayBootstrap.h.
| ariba::overlay::OverlayBootstrap::WatchdogTimer::WatchdogTimer | ( | OverlayBootstrap * | _obj | ) |
Definition at line 229 of file OverlayBootstrap.cpp.
| void ariba::overlay::OverlayBootstrap::WatchdogTimer::eventFunction | ( | ) | [protected, virtual] |
Reimplemented from ariba::utility::Timer.
Definition at line 241 of file OverlayBootstrap.cpp.
References ariba::overlay::OverlayBootstrap::checkOverlayStatus(), and obj.
| void ariba::overlay::OverlayBootstrap::WatchdogTimer::startWatchdog | ( | ) |
Definition at line 232 of file OverlayBootstrap.cpp.
References ariba::utility::Timer::setInterval(), and ariba::utility::Timer::start().
Referenced by ariba::overlay::OverlayBootstrap::start().
| void ariba::overlay::OverlayBootstrap::WatchdogTimer::stopWatchdog | ( | ) |
Definition at line 237 of file OverlayBootstrap.cpp.
References ariba::utility::Timer::stop().
Referenced by ariba::overlay::OverlayBootstrap::stop().
Definition at line 139 of file OverlayBootstrap.h.
Referenced by eventFunction().
1.6.1