|
Anklang-0.3.0.dev712+gdc4e642f anklang-0.3.0.dev712+gdc4e642f
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
#include "main.hh"#include "api.hh"#include "path.hh"#include "utils.hh"#include "jsonapi.hh"#include "driver.hh"#include "engine.hh"#include "project.hh"#include "loft.hh"#include "compress.hh"#include "webui.hh"#include "internal.hh"#include "testing.hh"#include <limits.h>#include <stdlib.h>#include <unistd.h>#include <signal.h>#include <malloc.h>#include <fcntl.h>#include "trkn.hh"Go to the source code of this file.
Classes | |
| struct | Ase::MainAppImpl |
| struct | Ase::RtCallJob |
Namespaces | |
| namespace | Ase |
| The Anklang C++ API namespace. | |
Macros | |
| #define | MDEBUG(...) |
Functions | |
| void | Ase::main_loop_wakeup () |
| Wake up the event loop. | |
| void | Ase::main_loop_autostop_mt () |
| Stop the event loop after a timeout. | |
| int | main (int argc, char *argv[]) |
Variables | |
| MainAppImpl | Ase::main_app |
| const MainApp & | Ase::App |
| LoopP | Ase::main_loop |
| JobQueue | Ase::main_jobs (call_main_loop) |
| Execute a job callback in the event loop. | |
| RtJobQueue | Ase::main_rt_jobs |
| Queue a callback for the event loop without invoking malloc(), addition is obstruction free. | |