#include <tcPendingAckWatchdog.h>
The tcPendingAckWatcher is the interface class that must be implemented by classes that want to receive notifications from a tcPendingAckWatchdog that a pendingAck is needed because a message handler is taking too long to respond to a given message request.
Message handlers with this interface will receive a pendingAckNeeded() call if the timer for the watchdog expires.
◆ tcPendingAckWatcher()
SocCamera::tcPendingAckWatcher::tcPendingAckWatcher |
( |
| ) |
|
|
inline |
◆ ~tcPendingAckWatcher()
virtual SocCamera::tcPendingAckWatcher::~tcPendingAckWatcher |
( |
| ) |
|
|
inlinevirtual |
◆ pendingAckNeeded()
virtual void SocCamera::tcPendingAckWatcher::pendingAckNeeded |
( |
const void * |
id | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: