Provides an interface for the DSME process watchdog service. More...
#include <qmwatchdog.h>
Public Slots | |
bool | pong () |
Signals | |
void | ping () |
Public Member Functions | |
QmProcessWatchdog (QObject *parent=NULL) | |
~QmProcessWatchdog () | |
bool | start () |
bool | stop () |
Provides an interface for the DSME process watchdog service.
Definition at line 46 of file qmwatchdog.h.
MeeGo::QmProcessWatchdog::QmProcessWatchdog | ( | QObject * | parent = NULL |
) |
MeeGo::QmProcessWatchdog::~QmProcessWatchdog | ( | ) |
void MeeGo::QmProcessWatchdog::ping | ( | ) | [signal] |
Sent when the DSME process watchdog service send a ping request.
bool MeeGo::QmProcessWatchdog::pong | ( | ) | [slot] |
Sends a pong signal to the DSME process watchdog service to indicate that this process is still active.
bool MeeGo::QmProcessWatchdog::start | ( | ) |
bool MeeGo::QmProcessWatchdog::stop | ( | ) |
Unregisters the current process from the DSME process watchdog service.