summaryrefslogtreecommitdiff
path: root/docs/eclip.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/eclip.html')
-rwxr-xr-x[-rw-r--r--]docs/eclip.html70
1 files changed, 20 insertions, 50 deletions
diff --git a/docs/eclip.html b/docs/eclip.html
index 8c48d8f..24f5188 100644..100755
--- a/docs/eclip.html
+++ b/docs/eclip.html
@@ -3,22 +3,24 @@
<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"/>
+<meta name="generator" content="Doxygen 1.8.11"/>
<title>AudioManager: Download Compile Debug</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="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</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>
<script type="text/javascript">
- $(document).ready(function() { searchBox.OnSelectItem(0); });
+ $(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
@@ -28,9 +30,9 @@
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
- <td style="padding-left: 0.5em;">
+ <td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">AudioManager
- &#160;<span id="projectnumber">7.5.11</span>
+ &#160;<span id="projectnumber">7.6.6</span>
</div>
<div id="projectbrief">Native Application Runtime Environment</div>
</td>
@@ -39,7 +41,7 @@
</table>
</div>
<!-- end header part -->
-<!-- Generated by Doxygen 1.8.6 -->
+<!-- Generated by Doxygen 1.8.11 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
@@ -47,6 +49,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li class="current"><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>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
@@ -88,7 +91,7 @@ $(document).ready(function(){initNavTree('eclip.html','');});
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
-<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Pages</a></div>
+</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
@@ -104,55 +107,22 @@ $(document).ready(function(){initNavTree('eclip.html','');});
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="dw"></a>
Get the source</h1>
-<p>For compiling the source, you need to use git and the following packages:<br/>
-</p>
-<div class="fragment"><div class="line">sudo apt-<span class="keyword">get</span> install libdbus-1-dev libsqlite3-dev doxygen libgtest-dev google-mock git cmake build-essential python2.6-dev</div>
-</div><!-- fragment --><p> Getting the source got works with following command </p>
-<div class="fragment"><div class="line">git clone https:<span class="comment">//&lt;kavi-account&gt;:&lt;kavi-password&gt;@git.genivi.org/srv/git/AudioManager</span></div>
-</div><!-- fragment --> <h1><a class="anchor" id="build"></a>
+<p>For compiling the source, you need to use git and the following packages:<br />
+</p><div class="fragment"><div class="line">sudo apt-<span class="keyword">get</span> install libdbus-1-dev libsqlite3-dev doxygen libgtest-dev google-mock git cmake build-essential python2.6-dev</div></div><!-- fragment --><p> Getting the source got works with following command </p><div class="fragment"><div class="line">git clone https:<span class="comment">//&lt;kavi-account&gt;:&lt;kavi-password&gt;@git.genivi.org/srv/git/AudioManager</span></div></div><!-- fragment --> <h1><a class="anchor" id="build"></a>
Compile</h1>
-<p>In order to build the project (out of source build), please follow these instructions on the commandline: </p>
-<div class="fragment"><div class="line">mkdir /build</div>
-<div class="line">cd build</div>
-<div class="line">cmake ..</div>
-</div><!-- fragment --><p> if you want to influence the build options, you can use ccmake for example (apt-get install ccmake) </p>
-<div class="fragment"><div class="line">ccmake ..</div>
-</div><!-- fragment --><p> You will get a menue that let's you select different options for the build. Compiling with a simple </p>
-<div class="fragment"><div class="line">make</div>
-</div><!-- fragment --><p> after the script finished, you should have:</p>
-<ul>
+<p>In order to build the project (out of source build), please follow these instructions on the commandline: </p><div class="fragment"><div class="line">mkdir /build</div><div class="line">cd build</div><div class="line">cmake ..</div></div><!-- fragment --><p> if you want to influence the build options, you can use ccmake for example (apt-get install ccmake) </p><div class="fragment"><div class="line">ccmake ..</div></div><!-- fragment --><p> You will get a menue that let's you select different options for the build. Compiling with a simple </p><div class="fragment"><div class="line">make</div></div><!-- fragment --><p> after the script finished, you should have:</p><ul>
<li>a bin/ folder which contains all executables and the libraries:</li>
<li>a build/ folder which has all build objects (erase that if you need a clean build)</li>
<li>a doc/ folder in case you turned the documentation on</li>
</ul>
-<p>in order to install the AudioManager, you can do </p>
-<div class="fragment"><div class="line">sudo make install</div>
-</div><!-- fragment --><p> package generation is supported via CPack. To build packages, you have to </p>
-<div class="fragment"><div class="line">make genivi_package</div>
-<div class="line">\endocde</div>
-<div class="line"><span class="keyword">this</span> will create one <span class="keyword">package </span>if your CMake version is &lt; 2.8.5 (all binaries stripped):</div>
-<div class="line">\code</div>
-<div class="line">AudioManager-&lt;git verison&gt;-Linux.deb</div>
-</div><!-- fragment --><p> if your version is above, you will get 4 packages (all binaries stripped) : </p>
-<div class="fragment"><div class="line">AudioManager-&lt;git verison&gt;-Linux-bin.deb [AudioManager binary]</div>
-<div class="line">AudioManager-&lt;git verison&gt;-Linux-dev.deb [header files needed to compile plugins]</div>
-<div class="line">AudioManager-&lt;git verison&gt;-Linux-sampleplugins.deb [sample plugins]</div>
-<div class="line">AudioManager-&lt;git verison&gt;-Linux-tests.deb [tests including tests <span class="keywordflow">for</span> sample plugins,</div>
-<div class="line">installed in the ~/AudioMAnagerTests]</div>
-</div><!-- fragment --><p> to create a tar.gz file of all sources (not including .git, build and bin folder,config files), you can do: </p>
-<div class="fragment"><div class="line">make package_source</div>
-</div><!-- fragment --><p> This will create the following package: </p>
-<div class="fragment"><div class="line">AudioManager-&lt;git verison&gt;-Source.tar.gz</div>
-</div><!-- fragment --><p> All packages will be placed in a folder called packages </p>
+<p>in order to install the AudioManager, you can do </p><div class="fragment"><div class="line">sudo make install</div></div><!-- fragment --><p> package generation is supported via CPack. To build packages, you have to </p><div class="fragment"><div class="line">make genivi_package</div><div class="line">\endocde</div><div class="line"><span class="keyword">this</span> will create one <span class="keyword">package </span>if your CMake version is &lt; 2.8.5 (all binaries stripped):</div><div class="line">\code</div><div class="line">AudioManager-&lt;git verison&gt;-Linux.deb</div></div><!-- fragment --><p> if your version is above, you will get 4 packages (all binaries stripped) : </p><div class="fragment"><div class="line">AudioManager-&lt;git verison&gt;-Linux-bin.deb [AudioManager binary]</div><div class="line">AudioManager-&lt;git verison&gt;-Linux-dev.deb [header files needed to compile plugins]</div><div class="line">AudioManager-&lt;git verison&gt;-Linux-sampleplugins.deb [sample plugins]</div><div class="line">AudioManager-&lt;git verison&gt;-Linux-tests.deb [tests including tests <span class="keywordflow">for</span> sample plugins,</div><div class="line">installed in the ~/AudioMAnagerTests]</div></div><!-- fragment --><p> to create a tar.gz file of all sources (not including .git, build and bin folder,config files), you can do: </p><div class="fragment"><div class="line">make package_source</div></div><!-- fragment --><p> This will create the following package: </p><div class="fragment"><div class="line">AudioManager-&lt;git verison&gt;-Source.tar.gz</div></div><!-- fragment --><p> All packages will be placed in a folder called packages </p>
<h1><a class="anchor" id="ec"></a>
Using Eclipse</h1>
-<p>First you need to get eclipse, for example by downloading it from <a href="http://www.eclipse.org/">http://www.eclipse.org/</a> use the C++ CDT version. Import the project with<br/>
-File-&gt; import project<br/>
-Select "existing code as makefile project" and choose the root folder auf the AudioManager<br/>
-In order to build with eclipse you need to tell eclipse where the makefile can be found:<br/>
-In project properties enter as build command: </p>
-<div class="fragment"><div class="line"><span class="stringliteral">&quot;make -j4 -C build&quot;</span> as build command</div>
-</div><!-- fragment --> <h1><a class="anchor" id="deb"></a>
+<p>First you need to get eclipse, for example by downloading it from <a href="http://www.eclipse.org/">http://www.eclipse.org/</a> use the C++ CDT version. Import the project with<br />
+File-&gt; import project<br />
+Select "existing code as makefile project" and choose the root folder auf the AudioManager<br />
+In order to build with eclipse you need to tell eclipse where the makefile can be found:<br />
+In project properties enter as build command: </p><div class="fragment"><div class="line"><span class="stringliteral">&quot;make -j4 -C build&quot;</span> as build command</div></div><!-- fragment --> <h1><a class="anchor" id="deb"></a>
Debugging with eclipse</h1>
<p>For debugging you need to modify debug configurations, choose the audiomanager as binary, the debugging should work. </p>
</div></div><!-- contents -->
@@ -160,9 +130,9 @@ Debugging with eclipse</h1>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
- <li class="footer">Generated on Fri Sep 30 2016 14:27:22 for AudioManager by
+ <li class="footer">Generated on Fri Feb 9 2018 14:50:30 for AudioManager by
<a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
</ul>
</div>
</body>