Raul::Command Class Reference

A blocking command to be executed in the audio thread. More...

#include <Command.hpp>

Collaboration diagram for Raul::Command:
Collaboration graph

List of all members.

Public Member Functions

void operator() ()
 Caller context.
bool pending ()
 Execution context.
void finish ()

Detailed Description

A blocking command to be executed in the audio thread.

This is useful for calling simple parameterless commands from another thread (OSC, GUI, etc) and waiting on the result. Works well for coarsely timed events (e.g. 'play' clicked in a GUI).

Realtime safe on the command executing side.


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

Generated on 31 Mar 2010 for RAUL by  doxygen 1.6.1