iARS_8h-source.html

iARS.h

00001 /*************************************************************
00002  *
00003  *    IAEM-iARS project
00004  *
00005  * File: iARS.h
00006  *
00007  * Description: Include file for as basis for all 
00008  *
00009  * Created: 20.3.2003
00010  * Author: Christopher Frauenberger (frauenberger@iem.at)
00011  * Version: $Id: iARS.h,v 1.6 2004/04/08 15:51:10 frauenberger Exp $
00012  *
00013  * Copyright (C) IEM 2003, Christopher Frauenberger [frauenberger@iem.at]
00014  *
00015  * This library is free software; you can redistribute it and/or
00016  * modify it under the terms of the GNU Lesser General Public
00017  * License as published by the Free Software Foundation; either
00018  * version 2.1 of the License, or (at your option) any later version.
00019  * 
00020  * This library is distributed in the hope that it will be useful,
00021  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00022  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00023  * Lesser General Public License for more details.
00024  * 
00025  * You should have received a copy of the GNU Lesser General Public
00026  * License along with this library; if not, write to the Free Software
00027  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
00028  *
00029  * IEM - Institute of Electronic Music and Acoustics, Graz
00030  * Inffeldgasse 10/3, 8010 Graz, Austria
00031  * http://iem.at 
00032  *************************************************************/
00033 
00034 #ifndef _IARS_H_
00035 #define _IARS_H_
00036 
00038 #include "qnp.h"
00039 
00040 // STL
00041 #include <string>
00042 #include <stack>
00043 #include <iostream>
00044 using namespace std;
00045 
00046 // Standard
00047 #include <math.h>
00048 
00049 #ifdef UNIX
00050 #include <sys/types.h>
00051 #include <unistd.h>
00052 #include <signal.h>
00053 #elif WIN32
00054 #include <windows.h>
00055 #endif
00056 
00057 #endif

Generated on Thu Nov 25 15:57:05 2004 for iARS(internetAudioRenderingSystem) by  doxygen 1.3.9.1