Skip to content

Commit

Permalink
Release v0.8
Browse files Browse the repository at this point in the history
Adds DFE functionality.
  • Loading branch information
capn-freako committed Jul 1, 2015
1 parent 1c28f64 commit ac837f4
Show file tree
Hide file tree
Showing 204 changed files with 13,452 additions and 2,234 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = ibisami
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.7
PROJECT_NUMBER = 0.8

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions doc/html/_r_e_a_d_m_e_8md.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">ibisami
&#160;<span id="projectnumber">0.7</span>
&#160;<span id="projectnumber">0.8</span>
</div>
<div id="projectbrief">Public domain IBIS-AMI model creation infrastructure.</div>
</td>
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon May 25 2015 15:10:30 for ibisami by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Jul 1 2015 06:38:06 for ibisami by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
Expand Down
4 changes: 2 additions & 2 deletions doc/html/_r_e_a_d_m_e_8md_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">ibisami
&#160;<span id="projectnumber">0.7</span>
&#160;<span id="projectnumber">0.8</span>
</div>
<div id="projectbrief">Public domain IBIS-AMI model creation infrastructure.</div>
</td>
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon May 25 2015 15:10:30 for ibisami by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Jul 1 2015 06:38:06 for ibisami by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
Expand Down
54 changes: 51 additions & 3 deletions doc/html/ami__rx_8cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">ibisami
&#160;<span id="projectnumber">0.7</span>
&#160;<span id="projectnumber">0.8</span>
</div>
<div id="projectbrief">Public domain IBIS-AMI model creation infrastructure.</div>
</td>
Expand Down Expand Up @@ -88,6 +88,9 @@
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#define-members">Macros</a> &#124;
<a href="#var-members">Variables</a> </div>
<div class="headertitle">
<div class="title">ami_rx.cpp File Reference</div> </div>
</div><!--header-->
Expand All @@ -96,20 +99,65 @@
<p>Implementation of <a class="el" href="class_ami_rx.html" title="A generic IBIS-AMI Rx model implementation. ">AmiRx</a> class.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;string&gt;</code><br />
<code>#include &lt;vector&gt;</code><br />
<code>#include &lt;algorithm&gt;</code><br />
<code>#include &lt;memory&gt;</code><br />
<code>#include &quot;<a class="el" href="ami__rx_8h_source.html">include/ami_rx.h</a>&quot;</code><br />
<code>#include &quot;<a class="el" href="util_8h_source.html">include/util.h</a>&quot;</code><br />
</div>
<p><a href="ami__rx_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:ae71bb1d376faff4ef65ff271f2a1bc90"><td class="memItemLeft" align="right" valign="top">#define&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="ami__rx_8cpp.html#ae71bb1d376faff4ef65ff271f2a1bc90">MAX_INIT_ADAPT_BITS</a>&#160;&#160;&#160;10000</td></tr>
<tr class="separator:ae71bb1d376faff4ef65ff271f2a1bc90"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:adaacc26a963cc85987b4b356b24c707c"><td class="memItemLeft" align="right" valign="top">std::ostringstream&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="ami__rx_8cpp.html#adaacc26a963cc85987b4b356b24c707c">debug_stream</a></td></tr>
<tr class="separator:adaacc26a963cc85987b4b356b24c707c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Implementation of <a class="el" href="class_ami_rx.html" title="A generic IBIS-AMI Rx model implementation. ">AmiRx</a> class. </p>
<p>Original author: David Banas <br />
Original date: May 20, 2015</p>
<p>Copyright (c) 2015 David Banas; all rights reserved World wide. </p>

<p>Definition in file <a class="el" href="ami__rx_8cpp_source.html">ami_rx.cpp</a>.</p>
</div></div><!-- contents -->
</div><h2 class="groupheader">Macro Definition Documentation</h2>
<a class="anchor" id="ae71bb1d376faff4ef65ff271f2a1bc90"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define MAX_INIT_ADAPT_BITS&#160;&#160;&#160;10000</td>
</tr>
</table>
</div><div class="memdoc">

<p>Definition at line <a class="el" href="ami__rx_8cpp_source.html#l00017">17</a> of file <a class="el" href="ami__rx_8cpp_source.html">ami_rx.cpp</a>.</p>

</div>
</div>
<h2 class="groupheader">Variable Documentation</h2>
<a class="anchor" id="adaacc26a963cc85987b4b356b24c707c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::ostringstream debug_stream</td>
</tr>
</table>
</div><div class="memdoc">

<p>Definition at line <a class="el" href="amimodel_8cpp_source.html#l00017">17</a> of file <a class="el" href="amimodel_8cpp_source.html">amimodel.cpp</a>.</p>

</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon May 25 2015 15:10:30 for ibisami by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed Jul 1 2015 06:38:06 for ibisami by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
Expand Down
Loading

0 comments on commit ac837f4

Please sign in to comment.