00001 /*************************************************************************** 00002 * Copyright (C) 2003 by Gav Wood * 00003 * gav@cs.york.ac.uk * 00004 * * 00005 * This program is free software; you can redistribute it and/or modify * 00006 * it under the terms of the GNU Library General Public License as * 00007 * published by the Free Software Foundation; either version 2 of the * 00008 * License, or (at your option) any later version. * 00009 ***************************************************************************/ 00010 00011 #ifndef __SIGNALTYPES_H 00012 #define __SIGNALTYPES_H 00013 00028 #ifdef __GEDDEI_BUILD 00029 #include "value.h" 00030 #include "wave.h" 00031 #include "matrix.h" 00032 #include "spectrum.h" 00033 #else 00034 #include <geddei/value.h> 00035 #include <geddei/wave.h> 00036 #include <geddei/matrix.h> 00037 #include <geddei/spectrum.h> 00038 #endif 00039 00040 #endif