summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer_v1.0/doc/html/configuration_8hch-source.html
blob: fa10daa2a69f3bbd3c508048b7e96c1a3fd09cee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Graphic Equalizer 2: C:/Project  Marcel &amp; Oliver/Graphic_Equalizer/include/configuration.hch Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">C:</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">Project  Marcel &amp; Oliver</a>&nbsp;/&nbsp;<a class="el" href="dir_000002.html">Graphic_Equalizer</a>&nbsp;/&nbsp;<a class="el" href="dir_000003.html">include</a></div>
<h1>configuration.hch</h1><a href="configuration_8hch.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 
00019 <span class="preprocessor">#ifndef _CONFIGURATION_HCH</span>
<a name="l00020"></a><a class="code" href="configuration_8hch.html#a0">00020</a> <span class="preprocessor"></span><span class="preprocessor">#define _CONFIGURATION_HCH 1</span>
00021 <span class="preprocessor"></span>
00022 
00023 
00024 <span class="comment">/*</span>
00025 <span class="comment"> * To print debug information on the RS232 port set this define.</span>
00026 <span class="comment"> */</span>
<a name="l00027"></a><a class="code" href="configuration_8hch.html#a1">00027</a> <span class="preprocessor">#define HAVE_DEBUG 0</span>
00028 <span class="preprocessor"></span>
00029 
00030 
00031 <span class="comment">/*</span>
00032 <span class="comment"> * If we don't want to use the SmartMedia set this to 0. Data is then read from</span>
00033 <span class="comment"> * the ram, assuming it's there. Otherwise 1 will load the smartmedia</span>
00034 <span class="comment"> * routines.</span>
00035 <span class="comment"> */</span>
<a name="l00036"></a><a class="code" href="configuration_8hch.html#a2">00036</a> <span class="preprocessor">#define HAVE_SMARTMEDIA 0</span>
00037 <span class="preprocessor"></span>
00038 
00039 
00040 <span class="comment">/*</span>
00041 <span class="comment"> * FFT specific. TODO: Clean Up!</span>
00042 <span class="comment"> */</span>
<a name="l00043"></a><a class="code" href="configuration_8hch.html#a3">00043</a> <span class="preprocessor">#define USE_RUNFFT      1</span>
<a name="l00044"></a><a class="code" href="configuration_8hch.html#a4">00044</a> <span class="preprocessor"></span><span class="preprocessor">#define HARDWARE_MULTIPLY       1</span>
<a name="l00045"></a><a class="code" href="configuration_8hch.html#a5">00045</a> <span class="preprocessor"></span><span class="preprocessor">#define PERFORM_FFT_CALCULATION 1</span>
<a name="l00046"></a><a class="code" href="configuration_8hch.html#a6">00046</a> <span class="preprocessor"></span><span class="preprocessor">#define USE_UNSIGNED_AUDIO 0</span>
00047 <span class="preprocessor"></span>
00048 <span class="comment">/*</span>
00049 <span class="comment">FIXME:  DK doesn't override from commandline defines. We have to therefore</span>
00050 <span class="comment">        ignore this include guard until we can find around this.</span>
00051 <span class="comment">#else</span>
00052 <span class="comment">#error "ERROR file configuration.hch multiple times included"</span>
00053 <span class="comment">*/</span>
00054 <span class="preprocessor">#endif </span><span class="comment">/* --- _CONFIGURATION_HCH --- */</span>
00055 
00056 
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Thu Dec 9 14:37:05 2004 for Graphic Equalizer 2 by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
</body>
</html>