class MBeating |
Heartbeat timer call-back handling interface.
The interface provides a pair of functions to handle the beating and synchronisation of heartbeat timers.
The CHeartbeat active object class uses an object implementing the MBeating interface.
Public Member Functions | |
---|---|
void | Beat () |
void | Synchronize () |
void | Beat | ( | ) | [pure virtual] |
Handles a regular heartbeat timer event.
This type of event is one where the timer completes in synchronisation with the system clock.
void | Synchronize | ( | ) | [pure virtual] |
Synchronises the heartbeat timer with system clock.
This function handles a heartbeat timer event where the timer completes out of synchronisation with the system clock, (i.e. one or more heartbeats have been missed).
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.