spandsp
0.0.6
|
00001 /* 00002 * SpanDSP - a series of DSP components for telephony 00003 * 00004 * expose.h - Expose the internal structures of spandsp, for users who 00005 * really need that. 00006 * 00007 * Written by Steve Underwood <steveu@coppice.org> 00008 * 00009 * Copyright (C) 2008 Steve Underwood 00010 * 00011 * All rights reserved. 00012 * 00013 * This program is free software; you can redistribute it and/or modify 00014 * it under the terms of the GNU Lesser General Public License version 2.1, 00015 * as published by the Free Software Foundation. 00016 * 00017 * This program is distributed in the hope that it will be useful, 00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 * GNU Lesser General Public License for more details. 00021 * 00022 * You should have received a copy of the GNU Lesser General Public 00023 * License along with this program; if not, write to the Free Software 00024 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00025 */ 00026 00027 /*! \file */ 00028 00029 /* TRY TO ONLY INCLUDE THIS IF YOU REALLY REALLY HAVE TO */ 00030 00031 #if !defined(_SPANDSP_EXPOSE_H_) 00032 #define _SPANDSP_EXPOSE_H_ 00033 00034 #include <spandsp/private/logging.h> 00035 #include <spandsp/private/schedule.h> 00036 #include <spandsp/private/bitstream.h> 00037 #include <spandsp/private/queue.h> 00038 #include <spandsp/private/awgn.h> 00039 #include <spandsp/private/noise.h> 00040 #include <spandsp/private/bert.h> 00041 #include <spandsp/private/tone_generate.h> 00042 #include <spandsp/private/bell_r2_mf.h> 00043 #include <spandsp/private/sig_tone.h> 00044 #include <spandsp/private/dtmf.h> 00045 #include <spandsp/private/g711.h> 00046 #include <spandsp/private/g722.h> 00047 #include <spandsp/private/g726.h> 00048 #include <spandsp/private/lpc10.h> 00049 #include <spandsp/private/gsm0610.h> 00050 #include <spandsp/private/oki_adpcm.h> 00051 #include <spandsp/private/ima_adpcm.h> 00052 #include <spandsp/private/hdlc.h> 00053 #include <spandsp/private/time_scale.h> 00054 #include <spandsp/private/super_tone_tx.h> 00055 #include <spandsp/private/super_tone_rx.h> 00056 #include <spandsp/private/silence_gen.h> 00057 #include <spandsp/private/swept_tone.h> 00058 #include <spandsp/private/echo.h> 00059 #include <spandsp/private/modem_echo.h> 00060 #include <spandsp/private/async.h> 00061 #include <spandsp/private/fsk.h> 00062 #include <spandsp/private/modem_connect_tones.h> 00063 #include <spandsp/private/v8.h> 00064 #include <spandsp/private/v17rx.h> 00065 #include <spandsp/private/v17tx.h> 00066 #include <spandsp/private/v22bis.h> 00067 #include <spandsp/private/v27ter_rx.h> 00068 #include <spandsp/private/v27ter_tx.h> 00069 #include <spandsp/private/v29rx.h> 00070 #include <spandsp/private/v29tx.h> 00071 /*#include <spandsp/private/v32bis.h>*/ 00072 /*#include <spandsp/private/v34.h>*/ 00073 #include <spandsp/private/at_interpreter.h> 00074 #include <spandsp/private/fax_modems.h> 00075 #include <spandsp/private/image_translate.h> 00076 #include <spandsp/private/t4_t6_decode.h> 00077 #include <spandsp/private/t4_t6_encode.h> 00078 /*#include <spandsp/private/t81_t82_arith_coding.h>*/ 00079 /*#include <spandsp/private/t85.h>*/ 00080 #include <spandsp/private/t4_rx.h> 00081 #include <spandsp/private/t4_tx.h> 00082 #include <spandsp/private/t30.h> 00083 #include <spandsp/private/fax.h> 00084 #include <spandsp/private/t38_core.h> 00085 #include <spandsp/private/t38_non_ecm_buffer.h> 00086 #include <spandsp/private/t38_gateway.h> 00087 #include <spandsp/private/t38_terminal.h> 00088 #include <spandsp/private/t31.h> 00089 #include <spandsp/private/timezone.h> 00090 #include <spandsp/private/v18.h> 00091 #include <spandsp/private/v42.h> 00092 #include <spandsp/private/v42bis.h> 00093 #include <spandsp/private/adsi.h> 00094 00095 #endif 00096 /*- End of file ------------------------------------------------------------*/