Audio Processing Framework (APF) version 0.5.0
|
Dummy command to synchronize with non-realtime thread. More...
#include <apf/commandqueue.h>
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 | |
NonCopyable & | operator= (const NonCopyable &)=delete |
NonCopyable (NonCopyable &&)=default | |
NonCopyable & | operator= (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... | |
Dummy command to synchronize with non-realtime thread.
Definition at line 69 of file commandqueue.h.
|
inline |
Constructor.
done | is set to true when cleanup() is called. |
Definition at line 73 of file commandqueue.h.