Audio Processing Framework (APF) version 0.5.0
Public Member Functions | List of all members
apf::CommandQueue::WaitCommand Class Reference

Dummy command to synchronize with non-realtime thread. More...

#include <apf/commandqueue.h>

Inheritance diagram for apf::CommandQueue::WaitCommand:
Inheritance graph
[legend]

Public Member Functions

 WaitCommand (bool &done)
 Constructor. More...
 
- Public Member Functions inherited from apf::CommandQueue::Command
virtual ~Command ()
 Empty virtual destructor. More...
 
virtual void execute ()=0
 The actual implementation of the command. More...
 
virtual void cleanup ()=0
 Cleanup of resources. More...
 
- Public Member Functions inherited from apf::NonCopyable
 NonCopyable (const NonCopyable &)=delete
 
NonCopyableoperator= (const NonCopyable &)=delete
 
 NonCopyable (NonCopyable &&)=default
 
NonCopyableoperator= (NonCopyable &&)=default
 

Additional Inherited Members

- Protected Member Functions inherited from apf::NonCopyable
 NonCopyable ()=default
 Protected default constructor. More...
 
 ~NonCopyable ()=default
 Protected non-virtual destructor. More...
 

Detailed Description

Dummy command to synchronize with non-realtime thread.

Definition at line 69 of file commandqueue.h.

Constructor & Destructor Documentation

◆ WaitCommand()

apf::CommandQueue::WaitCommand::WaitCommand ( bool &  done)
inline

Constructor.

Parameters
doneis set to true when cleanup() is called.

Definition at line 73 of file commandqueue.h.


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