summaryrefslogtreecommitdiff
path: root/0.14/html/ambd.html
diff options
context:
space:
mode:
Diffstat (limited to '0.14/html/ambd.html')
-rw-r--r--0.14/html/ambd.html115
1 files changed, 115 insertions, 0 deletions
diff --git a/0.14/html/ambd.html b/0.14/html/ambd.html
new file mode 100644
index 00000000..afb8954e
--- /dev/null
+++ b/0.14/html/ambd.html
@@ -0,0 +1,115 @@
+<!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.11"/>
+<title>automotive-message-broker: Automotive Message Broker Daemon</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>
+<script type="text/javascript">
+ $(document).ready(function() { init_search(); });
+</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">automotive-message-broker
+ &#160;<span id="projectnumber">0.14.0</span>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.11 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+ <div id="navrow1" class="tabs">
+ <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="annotated.html"><span>Classes</span></a></li>
+ <li><a href="files.html"><span>Files</span></a></li>
+ <li><a href="examples.html"><span>Examples</span></a></li>
+ <li>
+ <div id="MSearchBox" class="MSearchBoxInactive">
+ <span class="left">
+ <img id="MSearchSelect" src="search/mag_sel.png"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ alt=""/>
+ <input type="text" id="MSearchField" value="Search" accesskey="S"
+ onfocus="searchBox.OnSearchFieldFocus(true)"
+ onblur="searchBox.OnSearchFieldFocus(false)"
+ onkeyup="searchBox.OnSearchFieldChange(event)"/>
+ </span><span class="right">
+ <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
+ </span>
+ </div>
+ </li>
+ </ul>
+ </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><!-- top -->
+<div class="header">
+ <div class="headertitle">
+<div class="title">Automotive Message Broker Daemon </div> </div>
+</div><!--header-->
+<div class="contents">
+<div class="textblock"><p>Version 0.14.0</p>
+<h2>Introduction</h2>
+<p>Automotive Message Broker is a vehicle network abstraction system. It brokers information from the vehicle to applications. It provides application with a rich API for accessing vehicle data.</p>
+<p>Automotive Message Broker is built using CMake and requires libltdl (libtool), libjson-c, and boost packages.</p>
+<h2>Git</h2>
+<p>About the Git Tree: master is expected to be unstable and may not even compile. If you want something more stable, checkout one of the release branches (ie, 0.9.0, 0.10, etc)</p>
+<h2>Building</h2>
+<p>To build:</p>
+<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;cd automotive-message-broker</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;mkdir build</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;cd build</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;cmake ..</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;make</div></div><!-- fragment --><h2>Installing</h2>
+<p>To install:</p>
+<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;sudo make install</div></div><!-- fragment --><h2>Running</h2>
+<p>To run:</p>
+<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;ambd</div></div><!-- fragment --><p><em>also see <b>ambd -h</b> for additional command line options</em></p>
+<h2>Configuration</h2>
+<p>For information on ambd's configuration, please see <a class="el" href="ambd-configuration_8idl.html" title="This document describes the ambd (AMB daemon) configuration. This file is typically located as &quot;/etc/...">ambd-configuration.idl</a>.</p>
+<h2>Running with the Qt mainloop:</h2>
+<p>Some source and sink plugins may want to use the Qt-based mainloop to take advantage of Qt features. To enable the Qt mainloop, run cmake with -Duse_qtcore=On:</p>
+<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;cmake .. -Dqtmainloop=On</div></div><!-- fragment --><p>You will also need to edit your config to enable the Qt-based mainloop:</p>
+<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;{</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160; &quot;mainloop&quot; : &quot;/usr/local/lib/automotive-message-broker/qtmainloopplugin.so&quot;,</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160; &quot;plugins&quot; : &quot;/etc/ambd/plugins.d&quot;</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;}</div></div><!-- fragment --><p>NOTE: by default the glib mainloop will be used.</p>
+<h2>Questions/Issues/Comments:</h2>
+<p>Questions or Comments can be emailed to the amb mailing list: <b>amb at lists.01.org</b></p>
+<p>Issues and Feature requests can be submitted on our github page: <a href="https://github.com/otcshare/automotive-message-broker/issues">https://github.com/otcshare/automotive-message-broker/issues</a> </p>
+</div></div><!-- contents -->
+<!-- start footer part -->
+<hr class="footer"/><address class="footer"><small>
+Generated by &#160;<a href="http://www.doxygen.org/index.html">
+<img class="footer" src="doxygen.png" alt="doxygen"/>
+</a> 1.8.11
+</small></address>
+</body>
+</html>