Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
roc::ctl::ControlTaskExecutor< E > Class Template Reference

Control task executor. More...

#include <roc_ctl/control_task_executor.h>

Inheritance diagram for roc::ctl::ControlTaskExecutor< E >:

Detailed Description

template<class E>
class roc::ctl::ControlTaskExecutor< E >

Control task executor.

Template Parameters
Eis the derived class.
Remarks
If a class E wants to be capable of implementing its own tasks, it should inherit from ControlTaskExecutor<E>. This will enable the control queue to invoke tasks implemented as methods of E.

Definition at line 40 of file control_task_executor.h.


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