spandsp 3.0.0
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 <jpeglib.h>
35
36#include <spandsp/private/logging.h>
37#include <spandsp/private/schedule.h>
38#include <spandsp/private/bitstream.h>
39#include <spandsp/private/queue.h>
40#include <spandsp/private/awgn.h>
42#include <spandsp/private/bert.h>
43#include <spandsp/private/power_meter.h>
44#include <spandsp/private/tone_generate.h>
45#include <spandsp/private/bell_r2_mf.h>
46#include <spandsp/private/sig_tone.h>
47#include <spandsp/private/dtmf.h>
48#include <spandsp/private/g711.h>
50#include <spandsp/private/g726.h>
51#include <spandsp/private/lpc10.h>
52#include <spandsp/private/gsm0610.h>
53#include <spandsp/private/plc.h>
54#include <spandsp/private/playout.h>
56#include <spandsp/private/ima_adpcm.h>
57#include <spandsp/private/hdlc.h>
58#include <spandsp/private/time_scale.h>
59#include <spandsp/private/super_tone_tx.h>
60#include <spandsp/private/super_tone_rx.h>
61#include <spandsp/private/silence_gen.h>
62#include <spandsp/private/swept_tone.h>
65#include <spandsp/private/async.h>
66#include <spandsp/private/fsk.h>
68#include <spandsp/private/v8.h>
69#include <spandsp/private/v17rx.h>
71#include <spandsp/private/v22bis.h>
72#include <spandsp/private/v27ter_rx.h>
73#include <spandsp/private/v27ter_tx.h>
74#include <spandsp/private/v29rx.h>
75#include <spandsp/private/v29tx.h>
76#if defined(SPANDSP_SUPPORT_V32BIS)
77#include <spandsp/private/v32bis.h>
78#endif
79#if defined(SPANDSP_SUPPORT_V34)
80#include <spandsp/private/v34.h>
81#endif
82#include <spandsp/private/v42.h>
83#include <spandsp/private/v42bis.h>
87#include <spandsp/private/timezone.h>
88#include <spandsp/private/image_translate.h>
89#include <spandsp/private/t4_t6_decode.h>
90#include <spandsp/private/t4_t6_encode.h>
92#include <spandsp/private/t85.h>
93#include <spandsp/private/t42.h>
94#include <spandsp/private/t43.h>
95#include <spandsp/private/t4_rx.h>
96#include <spandsp/private/t4_tx.h>
97#include <spandsp/private/t30.h>
98#include <spandsp/private/fax.h>
99#include <spandsp/private/t38_core.h>
100#include <spandsp/private/t38_non_ecm_buffer.h>
103#include <spandsp/private/t31.h>
104#include <spandsp/private/v18.h>
105#include <spandsp/private/adsi.h>
107
108#endif
109/*- End of file ------------------------------------------------------------*/