arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ITask Class Referenceabstract

Interface for a task that can be started and stopped. More...

#include <ITask.h>

Inheritance diagram for ITask:
Task

Public Member Functions

virtual ~ITask ()=default
 
virtual bool begin (std::function< void()> process)=0
 
virtual void end ()=0
 

Detailed Description

Interface for a task that can be started and stopped.

Author
Phil Schatzmann

Constructor & Destructor Documentation

◆ ~ITask()

virtual ~ITask ( )
virtualdefault

Member Function Documentation

◆ begin()

virtual bool begin ( std::function< void()>  process)
pure virtual

Implemented in Task.

◆ end()

virtual void end ( )
pure virtual

Implemented in Task.


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