Show
Ignore:
Timestamp:
02/24/09 14:12:46 (16 years ago)
Author:
smidl
Message:

progress...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/pmsmDS_8h.html

    r261 r280  
    66</head><body> 
    77<!-- Generated by Doxygen 1.5.6 --> 
     8<script type="text/javascript"> 
     9<!-- 
     10function changeDisplayState (e){ 
     11  var num=this.id.replace(/[^[0-9]/g,''); 
     12  var button=this.firstChild; 
     13  var sectionDiv=document.getElementById('dynsection'+num); 
     14  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ 
     15    sectionDiv.style.display='block'; 
     16    button.src='open.gif'; 
     17  }else{ 
     18    sectionDiv.style.display='none'; 
     19    button.src='closed.gif'; 
     20  } 
     21} 
     22function initDynSections(){ 
     23  var divs=document.getElementsByTagName('div'); 
     24  var sectionCounter=1; 
     25  for(var i=0;i<divs.length-1;i++){ 
     26    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ 
     27      var header=divs[i]; 
     28      var section=divs[i+1]; 
     29      var button=header.firstChild; 
     30      if (button!='IMG'){ 
     31        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); 
     32        button=document.createElement('img'); 
     33        divs[i].insertBefore(button,divs[i].firstChild); 
     34      } 
     35      header.style.cursor='pointer'; 
     36      header.onclick=changeDisplayState; 
     37      header.id='dynheader'+sectionCounter; 
     38      button.src='closed.gif'; 
     39      section.id='dynsection'+sectionCounter; 
     40      section.style.display='none'; 
     41      section.style.marginLeft='14px'; 
     42      sectionCounter++; 
     43    } 
     44  } 
     45} 
     46window.onload = initDynSections; 
     47--> 
     48</script> 
    849<div class="navigation" id="top"> 
    950  <div class="tabs"> 
    1051    <ul> 
    11       <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> 
     52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> 
    1253      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
    1354      <li><a href="modules.html"><span>Modules</span></a></li> 
    14       <li><a href="namespaces.html"><span>Namespaces</span></a></li> 
    1555      <li><a href="classes.html"><span>Classes</span></a></li> 
    1656      <li class="current"><a href="files.html"><span>Files</span></a></li> 
     
    1959</div> 
    2060<div class="contents"> 
    21 <h1>pmsmDS.h File Reference</h1>DataSource for experiments with realistic simulator of the PMSM model. <a href="#_details">More...</a> 
     61<h1>pmsmDS.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2> 
     62DataSource for experiments with realistic simulator of the PMSM model.  
     63<p> 
     64<dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 
     65----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 
     66Using IT++ for numerical operations -----------------------------------  
    2267<p> 
    2368<code>#include &lt;<a class="el" href="loggers_8h-source.html">stat/loggers.h</a>&gt;</code><br> 
    2469<code>#include &quot;simulator.h&quot;</code><br> 
    2570<code>#include &quot;pmsm.h&quot;</code><br> 
    26  
    27 <p> 
    28 <div class="dynheader"> 
    29 Include dependency graph for pmsmDS.h:</div> 
    30 <div class="dynsection"> 
    31 <p><center><img src="pmsmDS_8h__incl.png" border="0" usemap="#pmsmDS.h_map" alt=""></center> 
    32 <map name="pmsmDS.h_map"> 
    33 <area shape="rect" href="loggers_8h.html" title="Loggers for storing results of experiments." alt="" coords="5,161,115,188"><area shape="rect" href="simulator_8h-source.html" title="simulator.h" alt="" coords="81,84,172,111"><area shape="rect" href="pmsm_8h-source.html" title="pmsm.h" alt="" coords="196,84,271,111"><area shape="rect" href="libBM_8h.html" title="Bayesian Models (bm) that use Bayes rule to learn from observations." alt="" coords="105,239,172,265"><area shape="rect" href="itpp__ext_8h-source.html" title="../itpp_ext.h" alt="" coords="91,316,187,343"><area shape="rect" href="libFN_8h-source.html" title="stat/libFN.h" alt="" coords="171,161,264,188"></map> 
    34 </div> 
    35  
    36 <p> 
    37 <div class="dynheader"> 
    38 This graph shows which files directly or indirectly include this file:</div> 
    39 <div class="dynsection"> 
    40 <p><center><img src="pmsmDS_8h__dep__incl.png" border="0" usemap="#pmsmDS.hdep_map" alt=""></center> 
    41 <map name="pmsmDS.hdep_map"> 
    42 <area shape="rect" href="pmsm__ui_8h.html" title="UserInfo for pmsm related objects." alt="" coords="7,84,97,111"><area shape="rect" href="sim_8cpp.html" title="Simulation of disturbances in PMSM model, PWM and integration disturbances are distinguished..." alt="" coords="16,161,88,188"></map> 
    43 </div> 
    4471 
    4572<p> 
     
    5178<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Simulator of PMSM machine with predefined profile on omega.  <a href="classpmsmDS.html#_details">More...</a><br></td></tr> 
    5279</table> 
    53 <hr><a name="_details"></a><h2>Detailed Description</h2> 
    54 DataSource for experiments with realistic simulator of the PMSM model.  
    55 <p> 
    56 <dl class="author" compact><dt><b>Author:</b></dt><dd>Vaclav Smidl.</dd></dl> 
    57 ----------------------------------- BDM++ - C++ library for Bayesian Decision Making under Uncertainty<p> 
    58 Using IT++ for numerical operations ----------------------------------- </div> 
    59 <hr size="1"><address style="text-align: right;"><small>Generated on Fri Feb 6 12:16:54 2009 for mixpp by&nbsp; 
     80</div> 
     81<hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 18 17:38:45 2009 for mixpp by&nbsp; 
    6082<a href="http://www.doxygen.org/index.html"> 
    6183<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>