![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
Expiration handler interface for general-purpose timeout watchdog. More...
#include <tsWatchDogHandlerInterface.h>
Public Member Functions | |
| virtual void | handleWatchDogTimeout (WatchDog &watchdog)=0 |
| Handle the expiration of a timeout. | |
Expiration handler interface for general-purpose timeout watchdog.
|
pure virtual |
Handle the expiration of a timeout.
The handler is executed in the context of an internal thread of the watchdog.
| [in,out] | watchdog | The watchdog which triggered the timeout. |