TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
An interface to check for abort. More...
#include <tsAbortInterface.h>
Public Member Functions | |
virtual bool | aborting () const =0 |
This abstract method checks if the application is aborting for some reason. | |
An interface to check for abort.
This interface is implemented by classes which support interrupt and abort, for instance a Ctrl-C user interrupt.
|
pure virtual |
This abstract method checks if the application is aborting for some reason.
Implemented in ts::TSP.