-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlog_8h.html
More file actions
324 lines (301 loc) · 20.4 KB
/
log_8h.html
File metadata and controls
324 lines (301 loc) · 20.4 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libfluidsynth: log.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">libfluidsynth
 <span id="projectnumber">1.1.11</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_e9d22631e23def53df9d7c08c7c6097f.html">fluidsynth</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#typedef-members">Typedefs</a> |
<a href="#enum-members">Enumerations</a> |
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">log.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Logging interface.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr class="memitem:a644756d2e7c9c318b420037f904a6620"><td class="memItemLeft" align="right" valign="top">typedef void(* </td><td class="memItemRight" valign="bottom"><a class="el" href="log_8h.html#a644756d2e7c9c318b420037f904a6620">fluid_log_function_t</a>) (int level, char *message, void *data)</td></tr>
<tr class="memdesc:a644756d2e7c9c318b420037f904a6620"><td class="mdescLeft"> </td><td class="mdescRight">Log function handler callback type used by <a class="el" href="log_8h.html#a73045ac6812fb708625d1ea25e4e5224" title="Installs a new log function for a specified log level. ">fluid_set_log_function()</a>. <a href="#a644756d2e7c9c318b420037f904a6620">More...</a><br /></td></tr>
<tr class="separator:a644756d2e7c9c318b420037f904a6620"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
Enumerations</h2></td></tr>
<tr class="memitem:aa341232c15addd9c336131984840ed9e"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9e">fluid_log_level</a> { <br />
  <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9ea62d9ddd89d0a853606ce38d195daa99a">FLUID_PANIC</a>,
<a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eabc0ff48d192b3b0fc721946ccf095d25">FLUID_ERR</a>,
<a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9ea394460be1ec74fce15e1ff683606df0f">FLUID_WARN</a>,
<a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eadfa902517702f2dd8ae849b810175ac4">FLUID_INFO</a>,
<br />
  <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9ea5542b67c606598020b832c31729175fc">FLUID_DBG</a>,
<a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eae556bea4357140f1b3f639fd450b88d4">LAST_LOG_LEVEL</a>
<br />
}<tr class="memdesc:aa341232c15addd9c336131984840ed9e"><td class="mdescLeft"> </td><td class="mdescRight">FluidSynth log levels. <a href="log_8h.html#aa341232c15addd9c336131984840ed9e">More...</a><br /></td></tr>
</td></tr>
<tr class="separator:aa341232c15addd9c336131984840ed9e"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a73045ac6812fb708625d1ea25e4e5224"><td class="memItemLeft" align="right" valign="top">FLUIDSYNTH_API <a class="el" href="log_8h.html#a644756d2e7c9c318b420037f904a6620">fluid_log_function_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="log_8h.html#a73045ac6812fb708625d1ea25e4e5224">fluid_set_log_function</a> (int level, <a class="el" href="log_8h.html#a644756d2e7c9c318b420037f904a6620">fluid_log_function_t</a> fun, void *data)</td></tr>
<tr class="memdesc:a73045ac6812fb708625d1ea25e4e5224"><td class="mdescLeft"> </td><td class="mdescRight">Installs a new log function for a specified log level. <a href="#a73045ac6812fb708625d1ea25e4e5224">More...</a><br /></td></tr>
<tr class="separator:a73045ac6812fb708625d1ea25e4e5224"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af9512c62588841dc6f797abc202c2541"><td class="memItemLeft" align="right" valign="top">FLUIDSYNTH_API void </td><td class="memItemRight" valign="bottom"><a class="el" href="log_8h.html#af9512c62588841dc6f797abc202c2541">fluid_default_log_function</a> (int level, char *message, void *data)</td></tr>
<tr class="memdesc:af9512c62588841dc6f797abc202c2541"><td class="mdescLeft"> </td><td class="mdescRight">Default log function which prints to the stderr. <a href="#af9512c62588841dc6f797abc202c2541">More...</a><br /></td></tr>
<tr class="separator:af9512c62588841dc6f797abc202c2541"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4433d077ea131c3e4b542537d65ffd72"><td class="memItemLeft" align="right" valign="top">FLUIDSYNTH_API int </td><td class="memItemRight" valign="bottom"><a class="el" href="log_8h.html#a4433d077ea131c3e4b542537d65ffd72">fluid_log</a> (int level, const char *fmt,...)</td></tr>
<tr class="memdesc:a4433d077ea131c3e4b542537d65ffd72"><td class="mdescLeft"> </td><td class="mdescRight">Print a message to the log. <a href="#a4433d077ea131c3e4b542537d65ffd72">More...</a><br /></td></tr>
<tr class="separator:a4433d077ea131c3e4b542537d65ffd72"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Logging interface. </p>
<p>The default logging function of the fluidsynth prints its messages to the stderr. The synthesizer uses five level of messages: <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9ea62d9ddd89d0a853606ce38d195daa99a" title="The synth can't function correctly any more. ">FLUID_PANIC</a>, <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eabc0ff48d192b3b0fc721946ccf095d25" title="Serious error occurred. ">FLUID_ERR</a>, <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9ea394460be1ec74fce15e1ff683606df0f" title="Warning. ">FLUID_WARN</a>, <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eadfa902517702f2dd8ae849b810175ac4" title="Verbose informational messages. ">FLUID_INFO</a>, and <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9ea5542b67c606598020b832c31729175fc" title="Debugging messages. ">FLUID_DBG</a>.</p>
<p>A client application can install a new log function to handle the messages differently. In the following example, the application sets a callback function to display <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9ea62d9ddd89d0a853606ce38d195daa99a" title="The synth can't function correctly any more. ">FLUID_PANIC</a> messages in a dialog, and ignores all other messages by setting the log function to NULL:</p>
<div class="fragment"><div class="line"><a class="code" href="log_8h.html#a73045ac6812fb708625d1ea25e4e5224">fluid_set_log_function</a>(<a class="code" href="log_8h.html#aa341232c15addd9c336131984840ed9ea62d9ddd89d0a853606ce38d195daa99a">FLUID_PANIC</a>, show_dialog, (<span class="keywordtype">void</span>*) root_window);</div><div class="line"><a class="code" href="log_8h.html#a73045ac6812fb708625d1ea25e4e5224">fluid_set_log_function</a>(<a class="code" href="log_8h.html#aa341232c15addd9c336131984840ed9eabc0ff48d192b3b0fc721946ccf095d25">FLUID_ERR</a>, NULL, NULL);</div><div class="line"><a class="code" href="log_8h.html#a73045ac6812fb708625d1ea25e4e5224">fluid_set_log_function</a>(<a class="code" href="log_8h.html#aa341232c15addd9c336131984840ed9ea394460be1ec74fce15e1ff683606df0f">FLUID_WARN</a>, NULL, NULL);</div><div class="line"><a class="code" href="log_8h.html#a73045ac6812fb708625d1ea25e4e5224">fluid_set_log_function</a>(<a class="code" href="log_8h.html#aa341232c15addd9c336131984840ed9ea5542b67c606598020b832c31729175fc">FLUID_DBG</a>, NULL, NULL);</div></div><!-- fragment --> </div><h2 class="groupheader">Typedef Documentation</h2>
<a id="a644756d2e7c9c318b420037f904a6620"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a644756d2e7c9c318b420037f904a6620">◆ </a></span>fluid_log_function_t</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef void(* fluid_log_function_t) (int level, char *message, void *data)</td>
</tr>
</table>
</div><div class="memdoc">
<p>Log function handler callback type used by <a class="el" href="log_8h.html#a73045ac6812fb708625d1ea25e4e5224" title="Installs a new log function for a specified log level. ">fluid_set_log_function()</a>. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">level</td><td>Log level (<a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9e" title="FluidSynth log levels. ">fluid_log_level</a>) </td></tr>
<tr><td class="paramname">message</td><td>Log message text </td></tr>
<tr><td class="paramname">data</td><td>User data pointer supplied to <a class="el" href="log_8h.html#a73045ac6812fb708625d1ea25e4e5224" title="Installs a new log function for a specified log level. ">fluid_set_log_function()</a>. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<h2 class="groupheader">Enumeration Type Documentation</h2>
<a id="aa341232c15addd9c336131984840ed9e"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa341232c15addd9c336131984840ed9e">◆ </a></span>fluid_log_level</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9e">fluid_log_level</a></td>
</tr>
</table>
</div><div class="memdoc">
<p>FluidSynth log levels. </p>
<table class="fieldtable">
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><a id="aa341232c15addd9c336131984840ed9ea62d9ddd89d0a853606ce38d195daa99a"></a>FLUID_PANIC </td><td class="fielddoc"><p>The synth can't function correctly any more. </p>
</td></tr>
<tr><td class="fieldname"><a id="aa341232c15addd9c336131984840ed9eabc0ff48d192b3b0fc721946ccf095d25"></a>FLUID_ERR </td><td class="fielddoc"><p>Serious error occurred. </p>
</td></tr>
<tr><td class="fieldname"><a id="aa341232c15addd9c336131984840ed9ea394460be1ec74fce15e1ff683606df0f"></a>FLUID_WARN </td><td class="fielddoc"><p>Warning. </p>
</td></tr>
<tr><td class="fieldname"><a id="aa341232c15addd9c336131984840ed9eadfa902517702f2dd8ae849b810175ac4"></a>FLUID_INFO </td><td class="fielddoc"><p>Verbose informational messages. </p>
</td></tr>
<tr><td class="fieldname"><a id="aa341232c15addd9c336131984840ed9ea5542b67c606598020b832c31729175fc"></a>FLUID_DBG </td><td class="fielddoc"><p>Debugging messages. </p>
</td></tr>
<tr><td class="fieldname"><a id="aa341232c15addd9c336131984840ed9eae556bea4357140f1b3f639fd450b88d4"></a>LAST_LOG_LEVEL </td><td class="fielddoc"><dl class="deprecated"><dt><b><a class="el" href="deprecated.html#_deprecated000003">Deprecated:</a></b></dt><dd>As of 1.1.7 this enum value is deprecated and will be removed in a future release, because it prevents adding new enum values without breaking ABI compatibility.</dd></dl>
</td></tr>
</table>
</div>
</div>
<h2 class="groupheader">Function Documentation</h2>
<a id="a73045ac6812fb708625d1ea25e4e5224"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a73045ac6812fb708625d1ea25e4e5224">◆ </a></span>fluid_set_log_function()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">FLUIDSYNTH_API <a class="el" href="log_8h.html#a644756d2e7c9c318b420037f904a6620">fluid_log_function_t</a> fluid_set_log_function </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>level</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="log_8h.html#a644756d2e7c9c318b420037f904a6620">fluid_log_function_t</a> </td>
<td class="paramname"><em>fun</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"><em>data</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Installs a new log function for a specified log level. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">level</td><td>Log level to install handler for. </td></tr>
<tr><td class="paramname">fun</td><td>Callback function handler to call for logged messages </td></tr>
<tr><td class="paramname">data</td><td>User supplied data pointer to pass to log function </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>The previously installed function. </dd></dl>
<p class="reference">References <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eae556bea4357140f1b3f639fd450b88d4">LAST_LOG_LEVEL</a>.</p>
<p class="reference">Referenced by <a class="el" href="log_8h.html#af9512c62588841dc6f797abc202c2541">fluid_default_log_function()</a>.</p>
</div>
</div>
<a id="af9512c62588841dc6f797abc202c2541"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af9512c62588841dc6f797abc202c2541">◆ </a></span>fluid_default_log_function()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">FLUIDSYNTH_API void fluid_default_log_function </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>level</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">char * </td>
<td class="paramname"><em>message</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">void * </td>
<td class="paramname"><em>data</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Default log function which prints to the stderr. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">level</td><td>Log level </td></tr>
<tr><td class="paramname">message</td><td>Log message </td></tr>
<tr><td class="paramname">data</td><td>User supplied data (not used) </td></tr>
</table>
</dd>
</dl>
<p class="reference">References <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9ea5542b67c606598020b832c31729175fc">FLUID_DBG</a>, <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eabc0ff48d192b3b0fc721946ccf095d25">FLUID_ERR</a>, <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eadfa902517702f2dd8ae849b810175ac4">FLUID_INFO</a>, <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9ea62d9ddd89d0a853606ce38d195daa99a">FLUID_PANIC</a>, <a class="el" href="log_8h.html#a73045ac6812fb708625d1ea25e4e5224">fluid_set_log_function()</a>, and <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9ea394460be1ec74fce15e1ff683606df0f">FLUID_WARN</a>.</p>
</div>
</div>
<a id="a4433d077ea131c3e4b542537d65ffd72"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a4433d077ea131c3e4b542537d65ffd72">◆ </a></span>fluid_log()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">FLUIDSYNTH_API int fluid_log </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>level</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char * </td>
<td class="paramname"><em>fmt</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"> </td>
<td class="paramname"><em>...</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Print a message to the log. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">level</td><td>Log level (<a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9e" title="FluidSynth log levels. ">fluid_log_level</a>). </td></tr>
<tr><td class="paramname">fmt</td><td>Printf style format string for log message </td></tr>
<tr><td class="paramname">...</td><td>Arguments for printf 'fmt' message string </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Always returns <a class="el" href="misc_8h.html#a90e8bdbc5a507bbfa5c45bac85a63a61" title="Value that indicates failure, used by most libfluidsynth functions. ">FLUID_FAILED</a> </dd></dl>
<p class="reference">References <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eabc0ff48d192b3b0fc721946ccf095d25">FLUID_ERR</a>, <a class="el" href="misc_8h.html#a90e8bdbc5a507bbfa5c45bac85a63a61">FLUID_FAILED</a>, and <a class="el" href="log_8h.html#aa341232c15addd9c336131984840ed9eae556bea4357140f1b3f639fd450b88d4">LAST_LOG_LEVEL</a>.</p>
<p class="reference">Referenced by <a class="el" href="event_8h.html#a487737a0f07ac4f33b2f5179f4597c69">fluid_event_get_sfont_id()</a>, <a class="el" href="seq_8h.html#a8cae41c892b82ed8b070513eb33e8dd1">fluid_sequencer_get_time_scale()</a>, <a class="el" href="seq_8h.html#af48b466b7b2e97a438b166ae194b248c">fluid_sequencer_register_client()</a>, <a class="el" href="seqbind_8h.html#ae18ee23fd409270c9da4f0cd5c557c3d">fluid_sequencer_register_fluidsynth()</a>, <a class="el" href="seq_8h.html#aa62f856223ff035fcfca2517facc3205">fluid_sequencer_set_time_scale()</a>, <a class="el" href="event_8h.html#a1d535480f26630b755102415a6d246cb">new_fluid_event()</a>, and <a class="el" href="seq_8h.html#a3c27499606024a92bca0b32dbcf72c44">new_fluid_sequencer2()</a>.</p>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>