summaryrefslogtreecommitdiff
path: root/html/vehicleprofile_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/vehicleprofile_8h_source.html')
-rw-r--r--html/vehicleprofile_8h_source.html158
1 files changed, 158 insertions, 0 deletions
diff --git a/html/vehicleprofile_8h_source.html b/html/vehicleprofile_8h_source.html
new file mode 100644
index 000000000..f99a5bed6
--- /dev/null
+++ b/html/vehicleprofile_8h_source.html
@@ -0,0 +1,158 @@
+<!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.6"/>
+<title>navit: vehicleprofile.h Source File</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="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+ $(document).ready(initResizable);
+ $(window).load(resizeHeight);
+</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 style="padding-left: 0.5em;">
+ <div id="projectname">navit
+ &#160;<span id="projectnumber">0.5.1-trunk</span>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.6 -->
+ <div id="navrow1" class="tabs">
+ <ul class="tablist">
+ <li><a href="index.html"><span>Main&#160;Page</span></a></li>
+ <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
+ <li><a href="modules.html"><span>Modules</span></a></li>
+ <li><a href="namespaces.html"><span>Namespaces</span></a></li>
+ <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
+ <li class="current"><a href="files.html"><span>Files</span></a></li>
+ </ul>
+ </div>
+ <div id="navrow2" class="tabs2">
+ <ul class="tablist">
+ <li><a href="files.html"><span>File&#160;List</span></a></li>
+ <li><a href="globals.html"><span>Globals</span></a></li>
+ </ul>
+ </div>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+ <div id="nav-tree">
+ <div id="nav-tree-contents">
+ <div id="nav-sync" class="sync"></div>
+ </div>
+ </div>
+ <div id="splitbar" style="-moz-user-select:none;"
+ class="ui-resizable-handle">
+ </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('vehicleprofile_8h_source.html','');});
+</script>
+<div id="doc-content">
+<div class="header">
+ <div class="headertitle">
+<div class="title">vehicleprofile.h</div> </div>
+</div><!--header-->
+<div class="contents">
+<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;</div>
+<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
+<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
+<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#endif</span></div>
+<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor"></span></div>
+<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div>
+<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="keyword">enum</span> maxspeed_handling {</div>
+<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; maxspeed_enforce = 0, </div>
+<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; maxspeed_restrict = 1, </div>
+<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; maxspeed_ignore = 2, </div>
+<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;};</div>
+<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;</div>
+<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div>
+<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="structvehicleprofile.html"> 33</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structvehicleprofile.html">vehicleprofile</a> {</div>
+<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; NAVIT_OBJECT</div>
+<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a1b3a214238a7a19898660cb3a162810c"> 35</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a1b3a214238a7a19898660cb3a162810c">mode</a>; </div>
+<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#aa99173089528b7d56258bb1923cdce35"> 36</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#aa99173089528b7d56258bb1923cdce35">flags_forward_mask</a>; </div>
+<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#afe09da8fc23d370a2580c1a0f0223ea8"> 37</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#afe09da8fc23d370a2580c1a0f0223ea8">flags_reverse_mask</a>; </div>
+<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a7e5ed76b43f11bccf74a29731d53a17d"> 38</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a7e5ed76b43f11bccf74a29731d53a17d">flags</a>; </div>
+<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a3ff440b7f298ef8c549b666e7dbb1477"> 39</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a3ff440b7f298ef8c549b666e7dbb1477">maxspeed_handling</a>; </div>
+<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a92873e87603ca398a203e16b59988c06"> 40</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a92873e87603ca398a203e16b59988c06">static_speed</a>; </div>
+<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#adffa5611310f09bdbd1f25d29f2a4684"> 41</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#adffa5611310f09bdbd1f25d29f2a4684">static_distance</a>; </div>
+<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a045592a1186fa58546adce51b3c9c73c"> 42</a></span>&#160; <span class="keywordtype">char</span> *<a class="code" href="structvehicleprofile.html#a045592a1186fa58546adce51b3c9c73c">name</a>; </div>
+<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#ad0dfb3953f45c7e25f9908bd34e5f87c"> 43</a></span>&#160; <span class="keywordtype">char</span> *<a class="code" href="structvehicleprofile.html#ad0dfb3953f45c7e25f9908bd34e5f87c">route_depth</a>; </div>
+<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a32eae4b2c82a0191070939635885bfdc"> 44</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a32eae4b2c82a0191070939635885bfdc">width</a>; </div>
+<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a76719ce3a7ce8950181f5aa4589ce18d"> 45</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a76719ce3a7ce8950181f5aa4589ce18d">height</a>; </div>
+<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a2498d5281842c517cfeee5e21e8e3d80"> 46</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a2498d5281842c517cfeee5e21e8e3d80">length</a>; </div>
+<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#aa8ee7c3e754ae0f529c1f25517fdd5bd"> 47</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#aa8ee7c3e754ae0f529c1f25517fdd5bd">weight</a>; </div>
+<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a5e30747937a115fe13d87d38e124983f"> 48</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a5e30747937a115fe13d87d38e124983f">axle_weight</a>; </div>
+<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#aade625b53bacb5bc60232ee1d825a9e8"> 49</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#aade625b53bacb5bc60232ee1d825a9e8">dangerous_goods</a>; </div>
+<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a3758c671084fdca02410d41ebc38804c"> 50</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a3758c671084fdca02410d41ebc38804c">through_traffic_penalty</a>; </div>
+<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; GHashTable *roadprofile_hash;</div>
+<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; <span class="keyword">struct </span><a class="code" href="structattr.html">attr</a> active_callback;</div>
+<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a9bbc0503409c13098de615a33e968e4b"> 53</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a9bbc0503409c13098de615a33e968e4b">turn_around_penalty</a>; </div>
+<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="structvehicleprofile.html#a4bc0894f81482c643f94565fd16e7c65"> 54</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="structvehicleprofile.html#a4bc0894f81482c643f94565fd16e7c65">turn_around_penalty2</a>; </div>
+<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;};</div>
+<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;</div>
+<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="keyword">struct </span><a class="code" href="structvehicleprofile.html">vehicleprofile</a> * vehicleprofile_new(<span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structparent.html">parent</a>, <span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> **attrs);</div>
+<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="keyword">struct </span><a class="code" href="structattr__iter.html">attr_iter</a> *vehicleprofile_attr_iter_new(<span class="keywordtype">void</span>);</div>
+<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="keywordtype">void</span> vehicleprofile_attr_iter_destroy(<span class="keyword">struct</span> <a class="code" href="structattr__iter.html">attr_iter</a> *iter);</div>
+<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="keywordtype">int</span> vehicleprofile_get_attr(<span class="keyword">struct</span> <a class="code" href="structvehicleprofile.html">vehicleprofile</a> *this_, <span class="keyword">enum</span> attr_type type, <span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>, <span class="keyword">struct</span> <a class="code" href="structattr__iter.html">attr_iter</a> *iter);</div>
+<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="keywordtype">int</span> vehicleprofile_set_attr(<span class="keyword">struct</span> <a class="code" href="structvehicleprofile.html">vehicleprofile</a> *this_, <span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>);</div>
+<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="keywordtype">int</span> vehicleprofile_add_attr(<span class="keyword">struct</span> <a class="code" href="structvehicleprofile.html">vehicleprofile</a> *this_, <span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>);</div>
+<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="keywordtype">int</span> vehicleprofile_remove_attr(<span class="keyword">struct</span> <a class="code" href="structvehicleprofile.html">vehicleprofile</a> *this_, <span class="keyword">struct</span> <a class="code" href="structattr.html">attr</a> *<a class="code" href="structattr.html">attr</a>);</div>
+<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="keyword">struct </span><a class="code" href="structroadprofile.html">roadprofile</a> * vehicleprofile_get_roadprofile(<span class="keyword">struct</span> <a class="code" href="structvehicleprofile.html">vehicleprofile</a> *this_, <span class="keyword">enum</span> item_type type);</div>
+<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;</div>
+<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="keywordtype">char</span> * vehicleprofile_get_name(<span class="keyword">struct</span> <a class="code" href="structvehicleprofile.html">vehicleprofile</a> *this_);</div>
+<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
+<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="preprocessor"></span>}</div>
+<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="preprocessor">#endif</span></div>
+<div class="ttc" id="structvehicleprofile_html_ad0dfb3953f45c7e25f9908bd34e5f87c"><div class="ttname"><a href="structvehicleprofile.html#ad0dfb3953f45c7e25f9908bd34e5f87c">vehicleprofile::route_depth</a></div><div class="ttdeci">char * route_depth</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:43</div></div>
+<div class="ttc" id="structparent_html"><div class="ttname"><a href="structparent.html">parent</a></div><div class="ttdef"><b>Definition:</b> gpx2navit_txt.h:51</div></div>
+<div class="ttc" id="structvehicleprofile_html_a7e5ed76b43f11bccf74a29731d53a17d"><div class="ttname"><a href="structvehicleprofile.html#a7e5ed76b43f11bccf74a29731d53a17d">vehicleprofile::flags</a></div><div class="ttdeci">int flags</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:38</div></div>
+<div class="ttc" id="structvehicleprofile_html_a3758c671084fdca02410d41ebc38804c"><div class="ttname"><a href="structvehicleprofile.html#a3758c671084fdca02410d41ebc38804c">vehicleprofile::through_traffic_penalty</a></div><div class="ttdeci">int through_traffic_penalty</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:50</div></div>
+<div class="ttc" id="structvehicleprofile_html_a2498d5281842c517cfeee5e21e8e3d80"><div class="ttname"><a href="structvehicleprofile.html#a2498d5281842c517cfeee5e21e8e3d80">vehicleprofile::length</a></div><div class="ttdeci">int length</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:46</div></div>
+<div class="ttc" id="structroadprofile_html"><div class="ttname"><a href="structroadprofile.html">roadprofile</a></div><div class="ttdef"><b>Definition:</b> roadprofile.h:24</div></div>
+<div class="ttc" id="structvehicleprofile_html"><div class="ttname"><a href="structvehicleprofile.html">vehicleprofile</a></div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:33</div></div>
+<div class="ttc" id="structvehicleprofile_html_a76719ce3a7ce8950181f5aa4589ce18d"><div class="ttname"><a href="structvehicleprofile.html#a76719ce3a7ce8950181f5aa4589ce18d">vehicleprofile::height</a></div><div class="ttdeci">int height</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:45</div></div>
+<div class="ttc" id="structvehicleprofile_html_aade625b53bacb5bc60232ee1d825a9e8"><div class="ttname"><a href="structvehicleprofile.html#aade625b53bacb5bc60232ee1d825a9e8">vehicleprofile::dangerous_goods</a></div><div class="ttdeci">int dangerous_goods</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:49</div></div>
+<div class="ttc" id="structvehicleprofile_html_a045592a1186fa58546adce51b3c9c73c"><div class="ttname"><a href="structvehicleprofile.html#a045592a1186fa58546adce51b3c9c73c">vehicleprofile::name</a></div><div class="ttdeci">char * name</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:42</div></div>
+<div class="ttc" id="structattr__iter_html"><div class="ttname"><a href="structattr__iter.html">attr_iter</a></div><div class="ttdef"><b>Definition:</b> config_.c:48</div></div>
+<div class="ttc" id="structattr_html"><div class="ttname"><a href="structattr.html">attr</a></div><div class="ttdef"><b>Definition:</b> attr.h:156</div></div>
+<div class="ttc" id="structvehicleprofile_html_a4bc0894f81482c643f94565fd16e7c65"><div class="ttname"><a href="structvehicleprofile.html#a4bc0894f81482c643f94565fd16e7c65">vehicleprofile::turn_around_penalty2</a></div><div class="ttdeci">int turn_around_penalty2</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:54</div></div>
+<div class="ttc" id="structvehicleprofile_html_afe09da8fc23d370a2580c1a0f0223ea8"><div class="ttname"><a href="structvehicleprofile.html#afe09da8fc23d370a2580c1a0f0223ea8">vehicleprofile::flags_reverse_mask</a></div><div class="ttdeci">int flags_reverse_mask</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:37</div></div>
+<div class="ttc" id="structvehicleprofile_html_a1b3a214238a7a19898660cb3a162810c"><div class="ttname"><a href="structvehicleprofile.html#a1b3a214238a7a19898660cb3a162810c">vehicleprofile::mode</a></div><div class="ttdeci">NAVIT_OBJECT int mode</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:35</div></div>
+<div class="ttc" id="structvehicleprofile_html_aa8ee7c3e754ae0f529c1f25517fdd5bd"><div class="ttname"><a href="structvehicleprofile.html#aa8ee7c3e754ae0f529c1f25517fdd5bd">vehicleprofile::weight</a></div><div class="ttdeci">int weight</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:47</div></div>
+<div class="ttc" id="structvehicleprofile_html_a92873e87603ca398a203e16b59988c06"><div class="ttname"><a href="structvehicleprofile.html#a92873e87603ca398a203e16b59988c06">vehicleprofile::static_speed</a></div><div class="ttdeci">int static_speed</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:40</div></div>
+<div class="ttc" id="structvehicleprofile_html_a9bbc0503409c13098de615a33e968e4b"><div class="ttname"><a href="structvehicleprofile.html#a9bbc0503409c13098de615a33e968e4b">vehicleprofile::turn_around_penalty</a></div><div class="ttdeci">int turn_around_penalty</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:53</div></div>
+<div class="ttc" id="structvehicleprofile_html_a32eae4b2c82a0191070939635885bfdc"><div class="ttname"><a href="structvehicleprofile.html#a32eae4b2c82a0191070939635885bfdc">vehicleprofile::width</a></div><div class="ttdeci">int width</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:44</div></div>
+<div class="ttc" id="structvehicleprofile_html_a5e30747937a115fe13d87d38e124983f"><div class="ttname"><a href="structvehicleprofile.html#a5e30747937a115fe13d87d38e124983f">vehicleprofile::axle_weight</a></div><div class="ttdeci">int axle_weight</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:48</div></div>
+<div class="ttc" id="structvehicleprofile_html_a3ff440b7f298ef8c549b666e7dbb1477"><div class="ttname"><a href="structvehicleprofile.html#a3ff440b7f298ef8c549b666e7dbb1477">vehicleprofile::maxspeed_handling</a></div><div class="ttdeci">int maxspeed_handling</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:39</div></div>
+<div class="ttc" id="structvehicleprofile_html_adffa5611310f09bdbd1f25d29f2a4684"><div class="ttname"><a href="structvehicleprofile.html#adffa5611310f09bdbd1f25d29f2a4684">vehicleprofile::static_distance</a></div><div class="ttdeci">int static_distance</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:41</div></div>
+<div class="ttc" id="structvehicleprofile_html_aa99173089528b7d56258bb1923cdce35"><div class="ttname"><a href="structvehicleprofile.html#aa99173089528b7d56258bb1923cdce35">vehicleprofile::flags_forward_mask</a></div><div class="ttdeci">int flags_forward_mask</div><div class="ttdef"><b>Definition:</b> vehicleprofile.h:36</div></div>
+</div><!-- fragment --></div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+ <ul>
+ <li class="navelem"><b>vehicleprofile.h</b></li>
+ <li class="footer">Generated by
+ <a href="http://www.doxygen.org/index.html">
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
+ </ul>
+</div>
+</body>
+</html>