Audio Processing Framework (APF) version 0.5.0
Classes | Namespaces
commandqueue.h File Reference

Command queue. More...

#include <thread>
#include <chrono>
#include <cassert>
#include "apf/lockfreefifo.h"

Go to the source code of this file.

Classes

class  apf::CommandQueue
 Manage command queue from non-realtime thread to realtime thread. More...
 
struct  apf::CommandQueue::Command
 Abstract base class for realtime commands. More...
 
class  apf::CommandQueue::WaitCommand
 Dummy command to synchronize with non-realtime thread. More...
 

Namespaces

namespace  apf
 Audio Processing Framework.
 

Detailed Description

Command queue.

Definition in file commandqueue.h.