expose.h

Go to the documentation of this file.
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  * $Id: expose.h,v 1.12 2009/04/12 03:29:58 steveu Exp $
00027  */
00028 
00029 /*! \file */
00030 
00031 /* TRY TO ONLY INCLUDE THIS IF YOU REALLY REALLY HAVE TO */
00032 
00033 #if !defined(_SPANDSP_EXPOSE_H_)
00034 #define _SPANDSP_EXPOSE_H_
00035 
00036 #include <spandsp/private/logging.h>
00037 #include <spandsp/private/schedule.h>
00038 #include <spandsp/private/bitstream.h>
00039 #include <spandsp/private/queue.h>
00040 #include <spandsp/private/awgn.h>
00041 #include <spandsp/private/noise.h>
00042 #include <spandsp/private/bert.h>
00043 #include <spandsp/private/tone_generate.h>
00044 #include <spandsp/private/bell_r2_mf.h>
00045 #include <spandsp/private/sig_tone.h>
00046 #include <spandsp/private/dtmf.h>
00047 #include <spandsp/private/g711.h>
00048 #include <spandsp/private/g722.h>
00049 #include <spandsp/private/g726.h>
00050 #include <spandsp/private/lpc10.h>
00051 #include <spandsp/private/gsm0610.h>
00052 #include <spandsp/private/oki_adpcm.h>
00053 #include <spandsp/private/ima_adpcm.h>
00054 #include <spandsp/private/hdlc.h>
00055 #include <spandsp/private/time_scale.h>
00056 #include <spandsp/private/super_tone_tx.h>
00057 #include <spandsp/private/super_tone_rx.h>
00058 #include <spandsp/private/silence_gen.h>
00059 #include <spandsp/private/async.h>
00060 #include <spandsp/private/fsk.h>
00061 #include <spandsp/private/v29rx.h>
00062 #include <spandsp/private/v29tx.h>
00063 #include <spandsp/private/v17rx.h>
00064 #include <spandsp/private/v17tx.h>
00065 #include <spandsp/private/v22bis.h>
00066 #include <spandsp/private/v27ter_rx.h>
00067 #include <spandsp/private/v27ter_tx.h>
00068 #include <spandsp/private/modem_connect_tones.h>
00069 #include <spandsp/private/at_interpreter.h>
00070 #include <spandsp/private/fax_modems.h>
00071 #include <spandsp/private/t4.h>
00072 #include <spandsp/private/t30.h>
00073 #include <spandsp/private/fax.h>
00074 #include <spandsp/private/t38_core.h>
00075 #include <spandsp/private/t38_non_ecm_buffer.h>
00076 #include <spandsp/private/t38_gateway.h>
00077 #include <spandsp/private/t38_terminal.h>
00078 #include <spandsp/private/t31.h>
00079 #include <spandsp/private/v8.h>
00080 #include <spandsp/private/v42.h>
00081 #include <spandsp/private/v42bis.h>
00082 #include <spandsp/private/adsi.h>
00083 
00084 #endif
00085 /*- End of file ------------------------------------------------------------*/

Generated by  doxygen 1.6.2