Changeset 255 for doc/html/loggers_8h.html
- Timestamp:
- 01/28/09 10:01:09 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/loggers_8h.html
r234 r255 39 39 <p><center><img src="loggers_8h__dep__incl.png" border="0" usemap="#work/git/mixpp/bdm/stat/loggers.hdep_map" alt=""></center> 40 40 <map name="work/git/mixpp/bdm/stat/loggers.hdep_map"> 41 <area shape="rect" href=" k1_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="5,84,221,111"><area shape="rect" href="mpf__load_8cpp.html" title="Simulation of disturbances in PMSM model, EKF runs with simulated covariances." alt="" coords="245,84,493,111"><area shape="rect" href="mpf__test_8cpp.html" title="TR 2525 file for testing Toy Problem of mpf for Covariance Estimation." alt="" coords="517,84,763,111"><area shape="rect" href="pmsm__mix_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="787,84,1045,111"><area shape="rect" href="sim_8cpp.html" title="Simulation of disturbances in PMSM model, PWM and integration disturbances are distinguished..." alt="" coords="1069,84,1280,111"><area shape="rect" href="sim__var_8cpp.html" title="Simulation of disturbances in PMSM model, EKF runs with simulated covariances." alt="" coords="1304,84,1541,111"><area shape="rect" href="sim__var__arx_8cpp.html" title="Disturbances of PMSM model are fitted by an ARX model." alt="" coords="1565,84,1832,111"></map>41 <area shape="rect" href="loggers__ui_8h.html" title="UI builders for Loggers." alt="" coords="5,84,261,111"><area shape="rect" href="k1_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="285,84,501,111"><area shape="rect" href="mpf__load_8cpp.html" title="Simulation of disturbances in PMSM model, EKF runs with simulated covariances." alt="" coords="525,84,773,111"><area shape="rect" href="mpf__test_8cpp.html" title="TR 2525 file for testing Toy Problem of mpf for Covariance Estimation." alt="" coords="797,84,1043,111"><area shape="rect" href="pmsm__mix_8cpp.html" title="Models for synchronous electric drive using IT++ and BDM." alt="" coords="1067,84,1325,111"><area shape="rect" href="pmsmDS_8h.html" title="DataSource for experiments with realistic simulator of the PMSM model." alt="" coords="1349,84,1584,111"><area shape="rect" href="sim__var_8cpp.html" title="Simulation of disturbances in PMSM model, EKF runs with simulated covariances." alt="" coords="1608,84,1845,111"><area shape="rect" href="sim__var__arx_8cpp.html" title="Disturbances of PMSM model are fitted by an ARX model." alt="" coords="1869,84,2136,111"><area shape="rect" href="sim_8cpp.html" title="Simulation of disturbances in PMSM model, PWM and integration disturbances are distinguished..." alt="" coords="1361,161,1572,188"></map> 42 42 </div> 43 43 … … 45 45 <a href="loggers_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> 46 46 <tr><td></td></tr> 47 <tr><td colspan="2"><br><h2>Namespaces</h2></td></tr> 48 <tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><b>bdm</b></td></tr> 49 47 50 <tr><td colspan="2"><br><h2>Classes</h2></td></tr> 48 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class logger.html">logger</a></td></tr>51 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1logger.html">bdm::logger</a></td></tr> 49 52 50 <tr><td class="mdescLeft"> </td><td class="mdescRight">Class for storing results (and semi-results) of an experiment. <a href="class logger.html#_details">More...</a><br></td></tr>51 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class memlog.html">memlog</a></td></tr>53 <tr><td class="mdescLeft"> </td><td class="mdescRight">Class for storing results (and semi-results) of an experiment. <a href="classbdm_1_1logger.html#_details">More...</a><br></td></tr> 54 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1memlog.html">bdm::memlog</a></td></tr> 52 55 53 <tr><td class="mdescLeft"> </td><td class="mdescRight">Logging into matrices in data format in memory. <a href="class memlog.html#_details">More...</a><br></td></tr>54 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="class dirfilelog.html">dirfilelog</a></td></tr>56 <tr><td class="mdescLeft"> </td><td class="mdescRight">Logging into matrices in data format in memory. <a href="classbdm_1_1memlog.html#_details">More...</a><br></td></tr> 57 <tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1dirfilelog.html">bdm::dirfilelog</a></td></tr> 55 58 56 <tr><td class="mdescLeft"> </td><td class="mdescRight">Logging into dirfile with buffer in memory. <a href="class dirfilelog.html#_details">More...</a><br></td></tr>59 <tr><td class="mdescLeft"> </td><td class="mdescRight">Logging into dirfile with buffer in memory. <a href="classbdm_1_1dirfilelog.html#_details">More...</a><br></td></tr> 57 60 </table> 58 61 <hr><a name="_details"></a><h2>Detailed Description</h2> … … 62 65 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 63 66 Using IT++ for numerical operations ----------------------------------- </div> 64 <hr size="1"><address style="text-align: right;"><small>Generated on T hu Jan 15 10:50:422009 for mixpp by 67 <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jan 27 16:30:06 2009 for mixpp by 65 68 <a href="http://www.doxygen.org/index.html"> 66 69 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>