TSDuck v3.38-3699
MPEG Transport Stream Toolkit
Loading...
Searching...
No Matches
ts::AbortInterface Class Referenceabstract

An interface to check for abort. More...

#include <tsAbortInterface.h>

Inheritance diagram for ts::AbortInterface:

Public Member Functions

virtual bool aborting () const =0
 This abstract method checks if the application is aborting for some reason.
 

Detailed Description

An interface to check for abort.

This interface is implemented by classes which support interrupt and abort, for instance a Ctrl-C user interrupt.

Member Function Documentation

◆ aborting()

virtual bool ts::AbortInterface::aborting ( ) const
pure virtual

This abstract method checks if the application is aborting for some reason.

Returns
True if the application is aborting.

Implemented in ts::TSP.


The documentation for this class was generated from the following file: