annotate trunk/C++/api/html/State_8H.html @ 597:359bcd461dd1

First commit. Refer to the api [1] 'Philosophy of the implementation' for information on the approach used to implement CARFAC in C++. [1] aimc/C++/api/html/index.html
author flatmax
date Sat, 09 Feb 2013 23:53:48 +0000
parents
children b4323584c9fa
rev   line source
flatmax@597 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
flatmax@597 2 <html xmlns="http://www.w3.org/1999/xhtml">
flatmax@597 3 <head>
flatmax@597 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
flatmax@597 5 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
flatmax@597 6 <title>CARFAC C++: State.H File Reference</title>
flatmax@597 7
flatmax@597 8 <link href="tabs.css" rel="stylesheet" type="text/css"/>
flatmax@597 9 <link href="doxygen.css" rel="stylesheet" type="text/css" />
flatmax@597 10 <link href="navtree.css" rel="stylesheet" type="text/css"/>
flatmax@597 11 <script type="text/javascript" src="jquery.js"></script>
flatmax@597 12 <script type="text/javascript" src="resize.js"></script>
flatmax@597 13 <script type="text/javascript" src="navtree.js"></script>
flatmax@597 14 <script type="text/javascript">
flatmax@597 15 $(document).ready(initResizable);
flatmax@597 16 </script>
flatmax@597 17 <link href="search/search.css" rel="stylesheet" type="text/css"/>
flatmax@597 18 <script type="text/javascript" src="search/search.js"></script>
flatmax@597 19 <script type="text/javascript">
flatmax@597 20 $(document).ready(function() { searchBox.OnSelectItem(0); });
flatmax@597 21 </script>
flatmax@597 22
flatmax@597 23 </head>
flatmax@597 24 <body>
flatmax@597 25 <div id="top"><!-- do not remove this div! -->
flatmax@597 26
flatmax@597 27
flatmax@597 28 <div id="titlearea">
flatmax@597 29 <table cellspacing="0" cellpadding="0">
flatmax@597 30 <tbody>
flatmax@597 31 <tr style="height: 56px;">
flatmax@597 32
flatmax@597 33 <td id="projectlogo"><img alt="Logo" src="icon.png"/></td>
flatmax@597 34
flatmax@597 35
flatmax@597 36 <td style="padding-left: 0.5em;">
flatmax@597 37 <div id="projectname">CARFAC C++
flatmax@597 38
flatmax@597 39 </div>
flatmax@597 40 <div id="projectbrief">C++ implementation of CARFAC</div>
flatmax@597 41 </td>
flatmax@597 42
flatmax@597 43
flatmax@597 44
flatmax@597 45 </tr>
flatmax@597 46 </tbody>
flatmax@597 47 </table>
flatmax@597 48 </div>
flatmax@597 49
flatmax@597 50 <!-- Generated by Doxygen 1.7.6.1 -->
flatmax@597 51 <script type="text/javascript">
flatmax@597 52 var searchBox = new SearchBox("searchBox", "search",false,'Search');
flatmax@597 53 </script>
flatmax@597 54 <div id="navrow1" class="tabs">
flatmax@597 55 <ul class="tablist">
flatmax@597 56 <li><a href="index.html"><span>Main&#160;Page</span></a></li>
flatmax@597 57 <li><a href="annotated.html"><span>Classes</span></a></li>
flatmax@597 58 <li class="current"><a href="files.html"><span>Files</span></a></li>
flatmax@597 59 <li>
flatmax@597 60 <div id="MSearchBox" class="MSearchBoxInactive">
flatmax@597 61 <span class="left">
flatmax@597 62 <img id="MSearchSelect" src="search/mag_sel.png"
flatmax@597 63 onmouseover="return searchBox.OnSearchSelectShow()"
flatmax@597 64 onmouseout="return searchBox.OnSearchSelectHide()"
flatmax@597 65 alt=""/>
flatmax@597 66 <input type="text" id="MSearchField" value="Search" accesskey="S"
flatmax@597 67 onfocus="searchBox.OnSearchFieldFocus(true)"
flatmax@597 68 onblur="searchBox.OnSearchFieldFocus(false)"
flatmax@597 69 onkeyup="searchBox.OnSearchFieldChange(event)"/>
flatmax@597 70 </span><span class="right">
flatmax@597 71 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
flatmax@597 72 </span>
flatmax@597 73 </div>
flatmax@597 74 </li>
flatmax@597 75 </ul>
flatmax@597 76 </div>
flatmax@597 77 <div id="navrow2" class="tabs2">
flatmax@597 78 <ul class="tablist">
flatmax@597 79 <li><a href="files.html"><span>File&#160;List</span></a></li>
flatmax@597 80 <li><a href="globals.html"><span>File&#160;Members</span></a></li>
flatmax@597 81 </ul>
flatmax@597 82 </div>
flatmax@597 83 </div>
flatmax@597 84 <div id="side-nav" class="ui-resizable side-nav-resizable">
flatmax@597 85 <div id="nav-tree">
flatmax@597 86 <div id="nav-tree-contents">
flatmax@597 87 </div>
flatmax@597 88 </div>
flatmax@597 89 <div id="splitbar" style="-moz-user-select:none;"
flatmax@597 90 class="ui-resizable-handle">
flatmax@597 91 </div>
flatmax@597 92 </div>
flatmax@597 93 <script type="text/javascript">
flatmax@597 94 initNavTree('State_8H.html','');
flatmax@597 95 </script>
flatmax@597 96 <div id="doc-content">
flatmax@597 97 <div class="header">
flatmax@597 98 <div class="summary">
flatmax@597 99 <a href="#nested-classes">Classes</a> </div>
flatmax@597 100 <div class="headertitle">
flatmax@597 101 <div class="title">State.H File Reference</div> </div>
flatmax@597 102 </div><!--header-->
flatmax@597 103 <div class="contents">
flatmax@597 104 <div class="textblock"><div class="dynheader">
flatmax@597 105 This graph shows which files directly or indirectly include this file:</div>
flatmax@597 106 <div class="dyncontent">
flatmax@597 107 <div class="center"><img src="State_8H__dep__incl.png" border="0" usemap="#State_8Hdep" alt=""/></div>
flatmax@597 108 <map name="State_8Hdep" id="State_8Hdep">
flatmax@597 109 <area shape="rect" id="node3" href="CARState_8H.html" title="CARState.H" alt="" coords="336,83,432,112"/><area shape="rect" id="node33" href="AGCState_8H.html" title="AGCState.H" alt="" coords="101,83,197,112"/><area shape="rect" id="node38" href="IHCState_8H.html" title="IHCState.H" alt="" coords="221,83,312,112"/><area shape="rect" id="node43" href="State_8C.html" title="State.C" alt="" coords="456,83,523,112"/><area shape="rect" id="node5" href="EarComponent_8H.html" title="EarComponent.H" alt="" coords="147,160,269,189"/><area shape="rect" id="node31" href="CARState_8C.html" title="CARState.C" alt="" coords="408,160,504,189"/><area shape="rect" id="node7" href="AGC_8H.html" title="AGC.H" alt="" coords="45,237,109,267"/><area shape="rect" id="node19" href="CAR_8H.html" title="CAR.H" alt="" coords="133,237,197,267"/><area shape="rect" id="node24" href="IHC_8H.html" title="IHC.H" alt="" coords="221,237,280,267"/><area shape="rect" id="node29" href="EarComponent_8C.html" title="EarComponent.C" alt="" coords="304,237,427,267"/><area shape="rect" id="node9" href="AGC_8C.html" title="AGC.C" alt="" coords="5,315,69,344"/><area shape="rect" id="node11" href="Ear_8H.html" title="Ear.H" alt="" coords="93,315,149,344"/><area shape="rect" id="node13" href="Ear_8C.html" title="Ear.C" alt="" coords="52,392,108,421"/><area shape="rect" id="node15" href="Ears_8H.html" title="Ears.H" alt="" coords="132,392,193,421"/><area shape="rect" id="node17" href="Ears_8C.html" title="Ears.C" alt="" coords="132,469,193,499"/><area shape="rect" id="node21" href="CAR_8C.html" title="CAR.C" alt="" coords="173,315,237,344"/><area shape="rect" id="node27" href="IHC_8C.html" title="IHC.C" alt="" coords="261,315,320,344"/><area shape="rect" id="node36" href="AGCState_8C.html" title="AGCState.C" alt="" coords="27,160,123,189"/><area shape="rect" id="node41" href="IHCState_8C.html" title="IHCState.C" alt="" coords="293,160,384,189"/></map>
flatmax@597 110 </div>
flatmax@597 111 </div>
flatmax@597 112 <p><a href="State_8H_source.html">Go to the source code of this file.</a></p>
flatmax@597 113 <table class="memberdecls">
flatmax@597 114 <tr><td colspan="2"><h2><a name="nested-classes"></a>
flatmax@597 115 Classes</h2></td></tr>
flatmax@597 116 <tr><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classState.html">State</a></td></tr>
flatmax@597 117 </table>
flatmax@597 118 </div><!-- contents -->
flatmax@597 119 </div>
flatmax@597 120 <!-- window showing the filter options -->
flatmax@597 121 <div id="MSearchSelectWindow"
flatmax@597 122 onmouseover="return searchBox.OnSearchSelectShow()"
flatmax@597 123 onmouseout="return searchBox.OnSearchSelectHide()"
flatmax@597 124 onkeydown="return searchBox.OnSearchSelectKey(event)">
flatmax@597 125 <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>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Defines</a></div>
flatmax@597 126
flatmax@597 127 <!-- iframe showing the search results (closed by default) -->
flatmax@597 128 <div id="MSearchResultsWindow">
flatmax@597 129 <iframe src="javascript:void(0)" frameborder="0"
flatmax@597 130 name="MSearchResults" id="MSearchResults">
flatmax@597 131 </iframe>
flatmax@597 132 </div>
flatmax@597 133
flatmax@597 134 <div id="nav-path" class="navpath">
flatmax@597 135 <ul>
flatmax@597 136 <li class="navelem"><a class="el" href="State_8H.html">State.H</a> </li>
flatmax@597 137
flatmax@597 138 <li class="footer">Generated on Sun Feb 10 2013 10:47:45 for CARFAC C++ by
flatmax@597 139 <a href="http://www.doxygen.org/index.html">
flatmax@597 140 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.6.1 </li>
flatmax@597 141 </ul>
flatmax@597 142 </div>
flatmax@597 143
flatmax@597 144
flatmax@597 145 </body>
flatmax@597 146 </html>