spandsp 0.0.6
expose.h
Go to the documentation of this file.
1/*
2 * SpanDSP - a series of DSP components for telephony
3 *
4 * expose.h - Expose the internal structures of spandsp, for users who
5 * really need that.
6 *
7 * Written by Steve Underwood <steveu@coppice.org>
8 *
9 * Copyright (C) 2008 Steve Underwood
10 *
11 * All rights reserved.
12 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU Lesser General Public License version 2.1,
15 * as published by the Free Software Foundation.
16 *
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU Lesser General Public License for more details.
21 *
22 * You should have received a copy of the GNU Lesser General Public
23 * License along with this program; if not, write to the Free Software
24 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25 */
26
27/*! \file */
28
29/* TRY TO ONLY INCLUDE THIS IF YOU REALLY REALLY HAVE TO */
30
31#if !defined(_SPANDSP_EXPOSE_H_)
32#define _SPANDSP_EXPOSE_H_
33
34#include <spandsp/private/logging.h>
35#include <spandsp/private/schedule.h>
36#include <spandsp/private/bitstream.h>
37#include <spandsp/private/queue.h>
38#include <spandsp/private/awgn.h>
40#include <spandsp/private/bert.h>
41#include <spandsp/private/tone_generate.h>
42#include <spandsp/private/bell_r2_mf.h>
43#include <spandsp/private/sig_tone.h>
44#include <spandsp/private/dtmf.h>
45#include <spandsp/private/g711.h>
47#include <spandsp/private/g726.h>
48#include <spandsp/private/lpc10.h>
49#include <spandsp/private/gsm0610.h>
51#include <spandsp/private/ima_adpcm.h>
52#include <spandsp/private/hdlc.h>
53#include <spandsp/private/time_scale.h>
54#include <spandsp/private/super_tone_tx.h>
55#include <spandsp/private/super_tone_rx.h>
56#include <spandsp/private/silence_gen.h>
57#include <spandsp/private/swept_tone.h>
60#include <spandsp/private/async.h>
61#include <spandsp/private/fsk.h>
63#include <spandsp/private/v8.h>
64#include <spandsp/private/v17rx.h>
66#include <spandsp/private/v22bis.h>
67#include <spandsp/private/v27ter_rx.h>
68#include <spandsp/private/v27ter_tx.h>
69#include <spandsp/private/v29rx.h>
70#include <spandsp/private/v29tx.h>
71/*#include <spandsp/private/v32bis.h>*/
72/*#include <spandsp/private/v34.h>*/
73#include <spandsp/private/v42.h>
74#include <spandsp/private/v42bis.h>
77#include <spandsp/private/timezone.h>
78#include <spandsp/private/image_translate.h>
79#include <spandsp/private/t4_t6_decode.h>
80#include <spandsp/private/t4_t6_encode.h>
81/*#include <spandsp/private/t81_t82_arith_coding.h>*/
82/*#include <spandsp/private/t85.h>*/
83#include <spandsp/private/t4_rx.h>
84#include <spandsp/private/t4_tx.h>
85#include <spandsp/private/t30.h>
86#include <spandsp/private/fax.h>
87#include <spandsp/private/t38_core.h>
88#include <spandsp/private/t38_non_ecm_buffer.h>
91#include <spandsp/private/t31.h>
92#include <spandsp/private/v18.h>
95
96#endif
97/*- End of file ------------------------------------------------------------*/