Tarball tree for barry-0.17.0.tar.bz2
[barry.git] / doc / www / doxygen / html / dp__parser_8cc.html
blob508626e305aceb0c83aad36e0fb288e7345c5d7b
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3 <title>Barry: dp_parser.cc File Reference</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 <link href="tabs.css" rel="stylesheet" type="text/css">
6 </head><body>
7 <!-- Generated by Doxygen 1.5.6 -->
8 <div class="navigation" id="top">
9 <div class="tabs">
10 <ul>
11 <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12 <li><a href="modules.html"><span>Modules</span></a></li>
13 <li><a href="namespaces.html"><span>Namespaces</span></a></li>
14 <li><a href="classes.html"><span>Classes</span></a></li>
15 <li class="current"><a href="files.html"><span>Files</span></a></li>
16 <li><a href="dirs.html"><span>Directories</span></a></li>
17 </ul>
18 </div>
19 <div class="navpath"><a class="el" href="dir_edc0f428e3eefcfdce9c25befd901c57.html">src</a>
20 </div>
21 </div>
22 <div class="contents">
23 <h1>dp_parser.cc File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
24 COD debug file parser RIM's JDE generates several files when you build a COD application. Indeed, with the COD files for the device, we have a ".debug" file. This file is usefull to debug an application from JVM. This tool is a parser to understand these ".debug" files. Obviously, the file contents only some strings and 32 bits words.
25 <p>
26 <dl class="author" compact><dt><b>Author:</b></dt><dd>Nicolas VIVIEN </dd></dl>
27 <dl class="date" compact><dt><b>Date:</b></dt><dd>2009-08-01</dd></dl>
28 <dl class="note" compact><dt><b>Note:</b></dt><dd>CopyRight Nicolas VIVIEN</dd></dl>
29 <dl class="user" compact><dt><b>Modifications</b></dt><dd><ul>
30 <li>2009/08/01 : N. VIVIEN<ul>
31 <li>First release</li></ul>
32 </li></ul>
33 </dd></dl>
34 <dl class="user" compact><dt><b>Licences</b></dt><dd>Copyright (C) 2009-2010, Nicolas VIVIEN</dd></dl>
35 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.<p>
36 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<p>
37 See the GNU General Public License in the COPYING file at the root directory of this project for more details.
38 <p>Definition in file <a class="el" href="dp__parser_8cc-source.html">dp_parser.cc</a>.</p>
40 <p>
41 <code>#include &lt;iostream&gt;</code><br>
42 <code>#include &lt;stdlib.h&gt;</code><br>
43 <code>#include &quot;<a class="el" href="dp__parser_8h-source.html">dp_parser.h</a>&quot;</code><br>
44 <code>#include &quot;<a class="el" href="endian_8h-source.html">endian.h</a>&quot;</code><br>
46 <p>
47 <div class="dynheader">
48 Include dependency graph for dp_parser.cc:</div>
49 <div class="dynsection">
50 <p><center><img src="dp__parser_8cc__incl.png" border="0" usemap="#dp_parser.cc_map" alt=""></center>
51 <map name="dp_parser.cc_map">
52 <area shape="rect" href="dp__parser_8h.html" title="COD debug file parser." alt="" coords="189,80,277,107"><area shape="rect" href="endian_8h.html" title="Endian conversion macros." alt="" coords="301,80,371,107"></map>
53 </div>
55 <p>
56 <a href="dp__parser_8cc-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
57 <tr><td></td></tr>
58 <tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
59 <tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceBarry.html">Barry</a></td></tr>
61 <tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><b>Barry::JDG</b></td></tr>
63 </table>
64 </div>
65 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Feb 10 16:14:08 2011 for Barry by&nbsp;
66 <a href="http://www.doxygen.org/index.html">
67 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
68 </body>
69 </html>